From 0b169a4afd93adb121d99c027ca1c5d484b38230 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 8 Nov 2010 07:24:22 +0100 Subject: open_issues/binutils_testsuite -> open_issues/binutils/testsuite --- open_issues/binutils/testsuite.mdwn | 148 +++ open_issues/binutils/testsuite/log_build-diff | 616 ++++++++++++ open_issues/binutils/testsuite/sum_hurd | 1316 +++++++++++++++++++++++++ open_issues/binutils/testsuite/sum_linux | 1316 +++++++++++++++++++++++++ 4 files changed, 3396 insertions(+) create mode 100644 open_issues/binutils/testsuite.mdwn create mode 100644 open_issues/binutils/testsuite/log_build-diff create mode 100644 open_issues/binutils/testsuite/sum_hurd create mode 100644 open_issues/binutils/testsuite/sum_linux (limited to 'open_issues/binutils') diff --git a/open_issues/binutils/testsuite.mdwn b/open_issues/binutils/testsuite.mdwn new file mode 100644 index 00000000..82bd19b1 --- /dev/null +++ b/open_issues/binutils/testsuite.mdwn @@ -0,0 +1,148 @@ +[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag open_issue_binutils]] + +Here's a log of a binutils build and testsuite run; this is from +a0fc8b2145396563ff60761d8b4ff1d3d3a92c41 (2010-11-07) +[[sources|source_repositories/binutils]], run on kepler.SCHWINGE and grubber. + + $ export LC_ALL=C + $ ../hurd/configure --prefix="$PWD".install 2>&1 | tee log_build + [...] + $ make SHELL=/bin/bash 2>&1 | tee log_build_ + [...] + +(kepler.SCHWINGE defaults to using /bin/sh for libtool, grubber to /bin/bash; +thus harmonized.) + +On grubber, this takes roughly 50 minutes. + +x86 GNU/Linux and GNU/Hurd's configurations are [[slightly +different|binutils]], thus mask out most of the differences that are due to +GNU/Linux defining `-DTRAD_CORE`, `-DHAVE_i386linux_vec` +(`-DSELECT_VECS='[...],&i386linux_vec[...]`), `-DHAVE_i386pei_vec` +(`-DSELECT_VECS='[...],&i386pei_vec[...]`). + + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/binutils/hurd.build/ && cat log_build* | sed -e "s%${PWD}%[...]%g" -e s%-DTRAD_CORE%% -e s%-DHAVE_i386linux_vec%% -e s%-DHAVE_i386pei_vec%% -e s%-DSELECT_VECS=\\\('\\\''\\\?\\\)\&bfd_elf32_i386_vec,\&i386linux_vec,\&i386pei_vec,\&bfd_elf32_little_generic_vec,\&bfd_elf32_big_generic_vec'\\\''\\\?%-DSELECT_VECS=\\\1\\\&bfd_elf32_i386_vec,\\\&bfd_elf32_little_generic_vec,\\\&bfd_elf32_big_generic_vec\\\1%') <(ssh grubber 'cd tmp/binutils/hurd.build/ && cat log_build* | sed "s%${PWD}%[...]%g"') > open_issues/binutils/testsuite/log_build-diff + +[[log_build-diff]]. + + $ make -k check + [...] + +On grubber, this takes roughly 45 minutes. + + $ ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd.build/*/*.sum hurd.build/*/*/*.sum | sed "s%${PWD}%[...]%g"' > open_issues/binutils/testsuite/sum_linux + $ ssh grubber 'cd tmp/binutils/ && cat hurd.build/*/*.sum hurd.build/*/*/*.sum | sed "s%${PWD}%[...]%g"' > open_issues/binutils/testsuite/sum_hurd + +Comparing the results files, [[sum_linux]] to [[sum_hurd]]: + + $ diff -u -F ^Running open_issues/binutils/testsuite/sum_linux open_issues/binutils/testsuite/sum_hurd + --- open_issues/binutils/testsuite/sum_linux 2010-11-08 06:45:04.000000000 +0100 + +++ open_issues/binutils/testsuite/sum_hurd 2010-11-08 06:45:18.000000000 +0100 + @@ -1,5 +1,5 @@ + -Test Run By thomas on Sun Nov 7 20:20:33 2010 + -Native configuration is i686-pc-linux-gnu + +Test Run By tschwinge on Sun Nov 7 21:03:30 2010 + +Native configuration is i686-unknown-gnu0.3 + + === binutils tests === + + @@ -114,8 +114,8 @@ Running [...]/hurd/binutils/testsuite/bi + + # of expected passes 83 + # of unsupported tests 2 + -Test Run By thomas on Sun Nov 7 20:20:55 2010 + -Native configuration is i686-pc-linux-gnu + +Test Run By tschwinge on Sun Nov 7 21:10:31 2010 + +Native configuration is i686-unknown-gnu0.3 + + === ld tests === + + @@ -295,9 +295,9 @@ Running [...]/hurd/ld/testsuite/ld-elf/e + PASS: preinit array + PASS: init array + PASS: fini array + -PASS: static preinit array + -PASS: static init array + -PASS: static fini array + +XFAIL: static preinit array + +XFAIL: static init array + +XFAIL: static fini array + Running [...]/hurd/ld/testsuite/ld-elf/exclude.exp ... + PASS: ld link shared library + PASS: ld export symbols from archive + @@ -551,8 +551,8 @@ Running [...]/hurd/ld/testsuite/ld-elfwe + PASS: ELF DSO weak func last DSO + PASS: ELF weak func first + PASS: ELF weak func last + -PASS: ELF weak func first DSO + -PASS: ELF weak func last DSO + +XFAIL: ELF weak func first DSO + +XFAIL: ELF weak func last DSO + PASS: ELF DSO weak data first + PASS: ELF DSO weak data last + PASS: ELF DSO weak data first DSO + @@ -563,10 +563,10 @@ Running [...]/hurd/ld/testsuite/ld-elfwe + PASS: ELF weak data last + PASS: ELF weak data first common + PASS: ELF weak data last common + -PASS: ELF weak data first DSO + -PASS: ELF weak data last DSO + -PASS: ELF weak data first DSO common + -PASS: ELF weak data last DSO common + +XFAIL: ELF weak data first DSO + +XFAIL: ELF weak data last DSO + +XFAIL: ELF weak data first DSO common + +XFAIL: ELF weak data last DSO common + PASS: ELF DSO small bar (size) + PASS: ELF DSO foo with small bar (size) + PASS: ELF DSO big bar (size) + @@ -871,13 +871,13 @@ Running [...]/hurd/ld/testsuite/ld-xtens + + === ld Summary === + + -# of expected passes 616 + -# of expected failures 8 + +# of expected passes 607 + +# of expected failures 17 + # of untested testcases 6 + /media/data[...]/hurd.build/ld/ld-new 2.21.51.20101107 + + -Test Run By thomas on Sun Nov 7 20:20:38 2010 + -Native configuration is i686-pc-linux-gnu + +Test Run By tschwinge on Sun Nov 7 21:05:14 2010 + +Native configuration is i686-unknown-gnu0.3 + + === gas tests === + + +# Analysis + +## `FAIL: static [...]` + +The testsuite isn't prepared for using `crt0.o` instead of `crt1.o` depending +on whether a static or dynamic executable is created. Documented in +`ld/configure.host`. Perhaps we should finally rewrite this messy code in +glibc to avoid this difference... + +## `FAIL: ld-elf/64ksec` + +On the idle grubber, this one takes a few minutes wall time to complete +successfully ([[I/O system weakness|performance/io_system/binutils_ld_64ksec]], +so assuming +some system load variation, the testsuite's timeout may trigger. + +## `FAIL: ELF weak [...]` + +[[I|tschwinge]] suppose this is due to us having an override w.r.t. weak symbol +handling in glibc, needed for our external [[libpthread]]. TODO: document +properly. diff --git a/open_issues/binutils/testsuite/log_build-diff b/open_issues/binutils/testsuite/log_build-diff new file mode 100644 index 00000000..461dd9bd --- /dev/null +++ b/open_issues/binutils/testsuite/log_build-diff @@ -0,0 +1,616 @@ +--- /dev/fd/63 2010-11-08 06:42:49.315023002 +0100 ++++ /dev/fd/62 2010-11-08 06:42:49.315023002 +0100 +@@ -1,6 +1,6 @@ +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking target system type... i686-pc-linux-gnu ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking target system type... i686-unknown-gnu0.3 + checking for a BSD-compatible install... /usr/bin/install -c + checking whether ln works... yes + checking whether ln -s works... yes +@@ -96,7 +96,7 @@ + checking for gmsgfmt... /usr/bin/msgfmt + checking for xgettext... /usr/bin/xgettext + checking for msgmerge... /usr/bin/msgmerge +-checking for i686-pc-linux-gnu-gcc... gcc ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -105,9 +105,9 @@ + checking whether we are using the GNU C compiler... yes + checking whether gcc accepts -g... yes + checking for gcc option to accept ISO C89... none needed +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-ranlib... ranlib ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-ranlib... ranlib + checking for library containing strerror... none required + checking how to run the C preprocessor... gcc -E + checking for grep that handles long lines and -e... /bin/grep +@@ -214,11 +214,11 @@ + checking whether to enable maintainer-specific portions of Makefiles... no + checking for makeinfo... makeinfo --split-size=5000000 + checking for perl... perl +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-ar... ar +-checking for i686-pc-linux-gnu-ranlib... ranlib +-checking for i686-pc-linux-gnu-gcc... gcc ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-ar... ar ++checking for i686-unknown-gnu0.3-ranlib... ranlib ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -273,7 +273,7 @@ + checking for sys/sysinfo.h... yes + checking for machine/hal_sysinfo.h... no + checking for sys/table.h... no +-checking for sys/sysctl.h... yes ++checking for sys/sysctl.h... no + checking for sys/systemcfg.h... no + checking for stdint.h... (cached) yes + checking for stdio_ext.h... yes +@@ -347,13 +347,13 @@ + checking for working fork... yes + checking for working vfork... (cached) yes + checking for _doprnt... no +-checking for sys_errlist... yes +-checking for sys_nerr... yes ++checking for sys_errlist... no ++checking for sys_nerr... no + checking for sys_siglist... yes + checking for external symbol _system_configuration... no + checking for __fsetlocking... yes + checking for canonicalize_file_name... yes +-checking for dup3... yes ++checking for dup3... no + checking for getrusage... yes + checking for getsysinfo... no + checking for gettimeofday... (cached) yes +@@ -368,7 +368,7 @@ + checking for strerror... yes + checking for strsignal... yes + checking for sysconf... yes +-checking for sysctl... yes ++checking for sysctl... no + checking for sysmp... no + checking for table... no + checking for times... yes +@@ -402,10 +402,10 @@ + mkdir -p -- ./bfd + Configuring in ./bfd + configure: creating cache ./config.cache +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking target system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-gcc... gcc ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking target system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -422,9 +422,9 @@ + checking whether make sets $(MAKE)... yes + checking for style of include used by make... GNU + checking dependency style of gcc... gcc3 +-checking for i686-pc-linux-gnu-ar... ar +-checking for i686-pc-linux-gnu-ranlib... ranlib +-checking for i686-pc-linux-gnu-gcc... (cached) gcc ++checking for i686-unknown-gnu0.3-ar... ar ++checking for i686-unknown-gnu0.3-ranlib... ranlib ++checking for i686-unknown-gnu0.3-gcc... (cached) gcc + checking whether we are using the GNU C compiler... (cached) yes + checking whether gcc accepts -g... (cached) yes + checking for gcc option to accept ISO C89... (cached) none needed +@@ -453,34 +453,34 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... yes + checking for ld option to reload object files... -r +-checking for i686-pc-linux-gnu-objdump... objdump ++checking for i686-unknown-gnu0.3-objdump... objdump + checking how to recognize dependent libraries... pass_all +-checking for i686-pc-linux-gnu-ar... (cached) ar +-checking for i686-pc-linux-gnu-strip... no ++checking for i686-unknown-gnu0.3-ar... (cached) ar ++checking for i686-unknown-gnu0.3-strip... no + checking for strip... strip +-checking for i686-pc-linux-gnu-ranlib... (cached) ranlib ++checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib + checking command to parse nm output from gcc object... ok + checking for dlfcn.h... yes + checking for objdir... .libs + checking if gcc supports -fno-rtti -fno-exceptions... no + checking for gcc option to produce PIC... -fPIC -DPIC + checking if gcc PIC flag -fPIC -DPIC works... yes +-checking if gcc static flag -static works... yes ++checking if gcc static flag -static works... no + checking if gcc supports -c -o file.o... yes + checking if gcc supports -c -o file.o... (cached) yes + checking whether the gcc linker (ld) supports shared libraries... yes +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking for shl_load... no + checking for shl_load in -ldld... no + checking for dlopen... no + checking for dlopen in -ldl... yes + checking whether a program can dlopen itself... yes +-checking whether a statically linked program can dlopen itself... no ++checking whether a statically linked program can dlopen itself... yes + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes + checking whether to build shared libraries... no +@@ -563,22 +563,22 @@ + checking sys/procfs.h usability... yes + checking sys/procfs.h presence... yes + checking for sys/procfs.h... yes +-checking for prstatus_t in sys/procfs.h... yes ++checking for prstatus_t in sys/procfs.h... no + checking for prstatus32_t in sys/procfs.h... no + checking for prstatus_t.pr_who in sys/procfs.h... no + checking for prstatus32_t.pr_who in sys/procfs.h... no +-checking for pstatus_t in sys/procfs.h... no ++checking for pstatus_t in sys/procfs.h... yes + checking for pxstatus_t in sys/procfs.h... no + checking for pstatus32_t in sys/procfs.h... no +-checking for prpsinfo_t in sys/procfs.h... yes ++checking for prpsinfo_t in sys/procfs.h... no + checking for prpsinfo32_t in sys/procfs.h... no +-checking for psinfo_t in sys/procfs.h... no ++checking for psinfo_t in sys/procfs.h... yes + checking for psinfo32_t in sys/procfs.h... no +-checking for lwpstatus_t in sys/procfs.h... no ++checking for lwpstatus_t in sys/procfs.h... yes + checking for lwpxstatus_t in sys/procfs.h... no + checking for lwpstatus_t.pr_context in sys/procfs.h... no +-checking for lwpstatus_t.pr_reg in sys/procfs.h... no +-checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no ++checking for lwpstatus_t.pr_reg in sys/procfs.h... yes ++checking for lwpstatus_t.pr_fpreg in sys/procfs.h... yes + checking for win32_pstatus_t in sys/procfs.h... no + checking linker --as-needed support... yes + checking for cos in -lm... yes +@@ -593,7 +593,7 @@ + checking for unistd.h... (cached) yes + checking for getpagesize... (cached) yes + checking for working mmap... yes +-checking for madvise... yes ++checking for madvise... no + checking for mprotect... yes + configure: updating cache ./config.cache + configure: creating ./config.status +@@ -1211,36 +1211,15 @@ + /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../hurd/bfd/dwarf1.c + libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../hurd/bfd/dwarf1.c -o dwarf1.o + mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo +-/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../hurd/bfd/i386linux.c +-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../hurd/bfd/i386linux.c -o i386linux.o +-mv -f .deps/i386linux.Tpo .deps/i386linux.Plo +-/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../hurd/bfd/aout32.c +-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../hurd/bfd/aout32.c -o aout32.o +-mv -f .deps/aout32.Tpo .deps/aout32.Plo +-/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../hurd/bfd/pei-i386.c +-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../hurd/bfd/pei-i386.c -o pei-i386.o +-mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo +-rm -f peigen.c +-sed -e s/XX/pe/g < ../../hurd/bfd/peXXigen.c > peigen.new +-mv -f peigen.new peigen.c +-/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c +-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o +-mv -f .deps/peigen.Tpo .deps/peigen.Plo +-/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../hurd/bfd/cofflink.c +-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../hurd/bfd/cofflink.c -o cofflink.o +-mv -f .deps/cofflink.Tpo .deps/cofflink.Plo + /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../hurd/bfd/elf32-gen.c + libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../hurd/bfd/elf32-gen.c -o elf32-gen.o + mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo + /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../hurd/bfd/cpu-i386.c + libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../hurd/bfd/cpu-i386.c -o cpu-i386.o + mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo +-/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...].install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../hurd/bfd/trad-core.c +-libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../hurd/bfd -I. -I../../hurd/bfd -I../../hurd/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...].install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../hurd/bfd/trad-core.c -o trad-core.o +-mv -f .deps/trad-core.Tpo .deps/trad-core.Plo + rm -f tofiles + f=""; \ +- for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo i386linux.lo aout32.lo pei-i386.lo peigen.lo cofflink.lo elf32-gen.lo cpu-i386.lo trad-core.lo ; do \ ++ for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo cpu-i386.lo ; do \ + case " $f " in \ + *" $i "*) ;; \ + *) f="$f $i" ;; \ +@@ -1250,7 +1229,7 @@ + /bin/bash ../../hurd/bfd/../move-if-change tofiles ofiles + touch stamp-ofiles + /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -release `cat libtool-soversion` -o libbfd.la -rpath [...].install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz +-libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o elf32-gen.o cpu-i386.o trad-core.o ++libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-i386.o + libtool: link: ranlib .libs/libbfd.a + libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) + libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ +@@ -1266,10 +1245,10 @@ + mkdir -p -- ./opcodes + Configuring in ./opcodes + configure: creating cache ./config.cache +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking target system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-gcc... gcc ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking target system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -1286,7 +1265,7 @@ + checking whether make sets $(MAKE)... yes + checking for style of include used by make... GNU + checking dependency style of gcc... gcc3 +-checking for i686-pc-linux-gnu-gcc... (cached) gcc ++checking for i686-unknown-gnu0.3-gcc... (cached) gcc + checking whether we are using the GNU C compiler... (cached) yes + checking whether gcc accepts -g... (cached) yes + checking for gcc option to accept ISO C89... (cached) none needed +@@ -1307,8 +1286,8 @@ + checking minix/config.h presence... no + checking for minix/config.h... no + checking whether it is safe to define __EXTENSIONS__... yes +-checking for i686-pc-linux-gnu-ar... ar +-checking for i686-pc-linux-gnu-ranlib... ranlib ++checking for i686-unknown-gnu0.3-ar... ar ++checking for i686-unknown-gnu0.3-ranlib... ranlib + checking how to print strings... printf + checking for a sed that does not truncate output... /bin/sed + checking for fgrep... /bin/grep -F +@@ -1317,27 +1296,27 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... yes + checking for ld option to reload object files... -r +-checking for i686-pc-linux-gnu-objdump... objdump ++checking for i686-unknown-gnu0.3-objdump... objdump + checking how to recognize dependent libraries... pass_all +-checking for i686-pc-linux-gnu-ar... (cached) ar +-checking for i686-pc-linux-gnu-strip... no ++checking for i686-unknown-gnu0.3-ar... (cached) ar ++checking for i686-unknown-gnu0.3-strip... no + checking for strip... strip +-checking for i686-pc-linux-gnu-ranlib... (cached) ranlib ++checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib + checking command to parse nm output from gcc object... ok + checking for dlfcn.h... yes + checking for objdir... .libs + checking if gcc supports -fno-rtti -fno-exceptions... no + checking for gcc option to produce PIC... -fPIC -DPIC + checking if gcc PIC flag -fPIC -DPIC works... yes +-checking if gcc static flag -static works... yes ++checking if gcc static flag -static works... no + checking if gcc supports -c -o file.o... yes + checking if gcc supports -c -o file.o... (cached) yes + checking whether the gcc linker (ld) supports shared libraries... yes +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -1441,10 +1420,10 @@ + mkdir -p -- ./binutils + Configuring in ./binutils + configure: creating cache ./config.cache +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking target system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-gcc... gcc ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking target system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -1461,7 +1440,7 @@ + checking whether make sets $(MAKE)... yes + checking for style of include used by make... GNU + checking dependency style of gcc... gcc3 +-checking for i686-pc-linux-gnu-gcc... (cached) gcc ++checking for i686-unknown-gnu0.3-gcc... (cached) gcc + checking whether we are using the GNU C compiler... (cached) yes + checking whether gcc accepts -g... (cached) yes + checking for gcc option to accept ISO C89... (cached) none needed +@@ -1492,28 +1471,28 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... yes + checking for ld option to reload object files... -r +-checking for i686-pc-linux-gnu-objdump... objdump ++checking for i686-unknown-gnu0.3-objdump... objdump + checking how to recognize dependent libraries... pass_all +-checking for i686-pc-linux-gnu-ar... ar +-checking for i686-pc-linux-gnu-strip... no ++checking for i686-unknown-gnu0.3-ar... ar ++checking for i686-unknown-gnu0.3-strip... no + checking for strip... strip +-checking for i686-pc-linux-gnu-ranlib... ranlib ++checking for i686-unknown-gnu0.3-ranlib... ranlib + checking command to parse nm output from gcc object... ok + checking for dlfcn.h... yes + checking for objdir... .libs + checking if gcc supports -fno-rtti -fno-exceptions... no + checking for gcc option to produce PIC... -fPIC -DPIC + checking if gcc PIC flag -fPIC -DPIC works... yes +-checking if gcc static flag -static works... yes ++checking if gcc static flag -static works... no + checking if gcc supports -c -o file.o... yes + checking if gcc supports -c -o file.o... (cached) yes + checking whether the gcc linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -1533,7 +1512,7 @@ + checking for xgettext... /usr/bin/xgettext + checking for msgmerge... /usr/bin/msgmerge + checking whether to enable maintainer-specific portions of Makefiles... no +-checking for i686-pc-linux-gnu-ranlib... (cached) ranlib ++checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib + checking for string.h... (cached) yes + checking for strings.h... (cached) yes + checking for stdlib.h... (cached) yes +@@ -1906,10 +1885,10 @@ + mkdir -p -- ./gas + Configuring in ./gas + configure: creating cache ./config.cache +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking target system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-gcc... gcc ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking target system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -1926,7 +1905,7 @@ + checking whether make sets $(MAKE)... yes + checking for style of include used by make... GNU + checking dependency style of gcc... gcc3 +-checking for i686-pc-linux-gnu-gcc... (cached) gcc ++checking for i686-unknown-gnu0.3-gcc... (cached) gcc + checking whether we are using the GNU C compiler... (cached) yes + checking whether gcc accepts -g... (cached) yes + checking for gcc option to accept ISO C89... (cached) none needed +@@ -1957,28 +1936,28 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... yes + checking for ld option to reload object files... -r +-checking for i686-pc-linux-gnu-objdump... objdump ++checking for i686-unknown-gnu0.3-objdump... objdump + checking how to recognize dependent libraries... pass_all +-checking for i686-pc-linux-gnu-ar... ar +-checking for i686-pc-linux-gnu-strip... no ++checking for i686-unknown-gnu0.3-ar... ar ++checking for i686-unknown-gnu0.3-strip... no + checking for strip... strip +-checking for i686-pc-linux-gnu-ranlib... ranlib ++checking for i686-unknown-gnu0.3-ranlib... ranlib + checking command to parse nm output from gcc object... ok + checking for dlfcn.h... yes + checking for objdir... .libs + checking if gcc supports -fno-rtti -fno-exceptions... no + checking for gcc option to produce PIC... -fPIC -DPIC + checking if gcc PIC flag -fPIC -DPIC works... yes +-checking if gcc static flag -static works... yes ++checking if gcc static flag -static works... no + checking if gcc supports -c -o file.o... yes + checking if gcc supports -c -o file.o... (cached) yes + checking whether the gcc linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -2158,10 +2137,10 @@ + mkdir -p -- ./gprof + Configuring in ./gprof + configure: creating cache ./config.cache +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking target system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-gcc... gcc ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking target system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -2178,7 +2157,7 @@ + checking whether make sets $(MAKE)... yes + checking for style of include used by make... GNU + checking dependency style of gcc... gcc3 +-checking for i686-pc-linux-gnu-gcc... (cached) gcc ++checking for i686-unknown-gnu0.3-gcc... (cached) gcc + checking whether we are using the GNU C compiler... (cached) yes + checking whether gcc accepts -g... (cached) yes + checking for gcc option to accept ISO C89... (cached) none needed +@@ -2209,28 +2188,28 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... yes + checking for ld option to reload object files... -r +-checking for i686-pc-linux-gnu-objdump... objdump ++checking for i686-unknown-gnu0.3-objdump... objdump + checking how to recognize dependent libraries... pass_all +-checking for i686-pc-linux-gnu-ar... ar +-checking for i686-pc-linux-gnu-strip... no ++checking for i686-unknown-gnu0.3-ar... ar ++checking for i686-unknown-gnu0.3-strip... no + checking for strip... strip +-checking for i686-pc-linux-gnu-ranlib... ranlib ++checking for i686-unknown-gnu0.3-ranlib... ranlib + checking command to parse nm output from gcc object... ok + checking for dlfcn.h... yes + checking for objdir... .libs + checking if gcc supports -fno-rtti -fno-exceptions... no + checking for gcc option to produce PIC... -fPIC -DPIC + checking if gcc PIC flag -fPIC -DPIC works... yes +-checking if gcc static flag -static works... yes ++checking if gcc static flag -static works... no + checking if gcc supports -c -o file.o... yes + checking if gcc supports -c -o file.o... (cached) yes + checking whether the gcc linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -2389,10 +2368,10 @@ + mkdir -p -- ./ld + Configuring in ./ld + configure: creating cache ./config.cache +-checking build system type... i686-pc-linux-gnu +-checking host system type... i686-pc-linux-gnu +-checking target system type... i686-pc-linux-gnu +-checking for i686-pc-linux-gnu-gcc... gcc ++checking build system type... i686-unknown-gnu0.3 ++checking host system type... i686-unknown-gnu0.3 ++checking target system type... i686-unknown-gnu0.3 ++checking for i686-unknown-gnu0.3-gcc... gcc + checking for C compiler default output file name... a.out + checking whether the C compiler works... yes + checking whether we are cross compiling... no +@@ -2414,7 +2393,7 @@ + checking for grep that handles long lines and -e... /bin/grep + checking for egrep... /bin/grep -E + Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror +-checking for i686-pc-linux-gnu-gcc... (cached) gcc ++checking for i686-unknown-gnu0.3-gcc... (cached) gcc + checking whether we are using the GNU C compiler... (cached) yes + checking whether gcc accepts -g... (cached) yes + checking for gcc option to accept ISO C89... (cached) none needed +@@ -2442,28 +2421,28 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... yes + checking for ld option to reload object files... -r +-checking for i686-pc-linux-gnu-objdump... objdump ++checking for i686-unknown-gnu0.3-objdump... objdump + checking how to recognize dependent libraries... pass_all +-checking for i686-pc-linux-gnu-ar... ar +-checking for i686-pc-linux-gnu-strip... no ++checking for i686-unknown-gnu0.3-ar... ar ++checking for i686-unknown-gnu0.3-strip... no + checking for strip... strip +-checking for i686-pc-linux-gnu-ranlib... ranlib ++checking for i686-unknown-gnu0.3-ranlib... ranlib + checking command to parse nm output from gcc object... ok + checking for dlfcn.h... yes + checking for objdir... .libs + checking if gcc supports -fno-rtti -fno-exceptions... no + checking for gcc option to produce PIC... -fPIC -DPIC + checking if gcc PIC flag -fPIC -DPIC works... yes +-checking if gcc static flag -static works... yes ++checking if gcc static flag -static works... no + checking if gcc supports -c -o file.o... yes + checking if gcc supports -c -o file.o... (cached) yes + checking whether the gcc linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -2546,13 +2525,13 @@ + /bin/bash ../../hurd/ld/../ylwrap ../../hurd/ld/ldgram.y y.tab.c ldgram.c y.tab.h ldgram.h y.output ldgram.output -- bison -y -d + updating ldgram.h + (echo "/* This file is automatically generated. DO NOT EDIT! */";\ +- for f in `echo " " eelf_i386.o ei386linux.o "" \ ++ for f in `echo " " eelf_i386.o "" \ + | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ + echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ + done;\ + echo "";\ + echo "#define EMULATION_LIST \\";\ +- for f in `echo " " eelf_i386.o ei386linux.o "" \ ++ for f in `echo " " eelf_i386.o "" \ + | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ + echo " &ld_${f}_emulation, \\"; \ + done;\ +@@ -2639,8 +2618,8 @@ + mv -f .deps/ldctor.Tpo .deps/ldctor.Po + gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ + -DDEFAULT_EMULATION='"elf_i386"' \ +- -DBINDIR='"[...].install/bin"' -DTOOLBINDIR='"[...].install/i686-pc-linux-gnu/bin"' \ +- -DTARGET='"i686-pc-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"\" \ ++ -DBINDIR='"[...].install/bin"' -DTOOLBINDIR='"[...].install/i686-unknown-gnu0.3/bin"' \ ++ -DTARGET='"i686-unknown-gnu0.3"' -DTARGET_SYSTEM_ROOT=\"\" \ + ../../hurd/ld/ldmain.c + mv -f .deps/ldmain.Tpo .deps/ldmain.Po + gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../../hurd/ld/ldwrite.c +@@ -2654,7 +2633,7 @@ + gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../../hurd/ld/ldmisc.c + mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po + gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ +- -DSCRIPTDIR='"[...].install/i686-pc-linux-gnu/lib"' -DBINDIR='"[...].install/bin"' -DTOOLBINDIR='"[...].install/i686-pc-linux-gnu/bin"' \ ++ -DSCRIPTDIR='"[...].install/i686-unknown-gnu0.3/lib"' -DBINDIR='"[...].install/bin"' -DTOOLBINDIR='"[...].install/i686-unknown-gnu0.3/bin"' \ + ../../hurd/ld/ldfile.c + mv -f .deps/ldfile.Tpo .deps/ldfile.Po + gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../../hurd/ld/ldcref.c +@@ -2662,14 +2641,11 @@ + gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../hurd/ld/plugin.c + mv -f .deps/plugin.Tpo .deps/plugin.Po + cp ../../hurd/ld/emultempl/astring.sed stringify.sed +-LIB_PATH='' /bin/bash ../../hurd/ld/genscripts.sh "../../hurd/ld" "[...].install/lib" "[...].install" "[...].install" i686-pc-linux-gnu i686-pc-linux-gnu i686-pc-linux-gnu "elf_i386" "/usr/local/lib /lib /usr/lib" no elf_i386 "i686-pc-linux-gnu" ++LIB_PATH='' /bin/bash ../../hurd/ld/genscripts.sh "../../hurd/ld" "[...].install/lib" "[...].install" "[...].install" i686-unknown-gnu0.3 i686-unknown-gnu0.3 i686-unknown-gnu0.3 "elf_i386" "/usr/local/lib /lib /usr/lib" no elf_i386 "i686-unknown-gnu0.3" + gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT eelf_i386.o -MD -MP -MF .deps/eelf_i386.Tpo -c -o eelf_i386.o eelf_i386.c + mv -f .deps/eelf_i386.Tpo .deps/eelf_i386.Po +-LIB_PATH='' /bin/bash ../../hurd/ld/genscripts.sh "../../hurd/ld" "[...].install/lib" "[...].install" "[...].install" i686-pc-linux-gnu i686-pc-linux-gnu i686-pc-linux-gnu "elf_i386" "/usr/local/lib /lib /usr/lib" no i386linux "i686-pc-linux-gnuaout" +-gcc -DHAVE_CONFIG_H -I. -I../../hurd/ld -I. -I../../hurd/ld -I../bfd -I../../hurd/ld/../bfd -I../../hurd/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...].install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ei386linux.o -MD -MP -MF .deps/ei386linux.Tpo -c -o ei386linux.o ei386linux.c +-mv -f .deps/ei386linux.Tpo .deps/ei386linux.Po +-/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ei386linux.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl +-libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ei386linux.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl ++/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl ++libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl + touch ld.1 + perl ../../hurd/ld/../etc/texi2pod.pl -I ../../hurd/ld -I ../../hurd/ld/../bfd/doc -I ../bfd/doc -I ../../hurd/ld/../libiberty -Dman < ../../hurd/ld/ld.texinfo > ld.pod + (pod2man --center="GNU Development Tools" --release="binutils-2.21.51" --section=1 ld.pod | \ diff --git a/open_issues/binutils/testsuite/sum_hurd b/open_issues/binutils/testsuite/sum_hurd new file mode 100644 index 00000000..d1373e39 --- /dev/null +++ b/open_issues/binutils/testsuite/sum_hurd @@ -0,0 +1,1316 @@ +Test Run By tschwinge on Sun Nov 7 21:03:30 2010 +Native configuration is i686-unknown-gnu0.3 + + === binutils tests === + +Schedule of variations: + unix + +Running target unix +Running [...]/hurd/binutils/testsuite/binutils-all/ar.exp ... +PASS: ar long file names +PASS: ar symbol table +PASS: ar thin archive +PASS: ar thin archive with nested archive +PASS: ar argument parsing +PASS: ar deterministic archive +PASS: ar unique symbol in archive +Running [...]/hurd/binutils/testsuite/binutils-all/arm/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/bfin/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/compress.exp ... +PASS: objcopy (objcopy compress debug sections) +PASS: objcopy (objcopy decompress compressed debug sections) +PASS: objcopy decompress debug sections in archive +PASS: objcopy compress debug sections in archive +Running [...]/hurd/binutils/testsuite/binutils-all/dlltool.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/elfedit.exp ... +UNSUPPORTED: Update ELF header 1 +PASS: Update ELF header 2 +PASS: Update ELF header 3 +Running [...]/hurd/binutils/testsuite/binutils-all/hppa/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/i386/i386.exp ... +PASS: objcopy on compressed debug sections +PASS: strip on uncompressed debug sections +PASS: strip on compressed debug sections +Running [...]/hurd/binutils/testsuite/binutils-all/m68k/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/nm.exp ... +PASS: nm (no arguments) +PASS: nm -g +PASS: nm -P +Running [...]/hurd/binutils/testsuite/binutils-all/objcopy.exp ... +PASS: objcopy (simple copy) +PASS: objcopy --reverse-bytes +PASS: objcopy -i --interleave-width +PASS: objcopy -O srec +PASS: objcopy --set-start +PASS: objcopy --adjust-start +PASS: objcopy --adjust-vma +PASS: objcopy --adjust-section-vma + +PASS: objcopy --adjust-section-vma = +PASS: strip +PASS: strip with saving a symbol +PASS: simple objcopy of executable +PASS: run objcopy of executable +PASS: run stripped executable +PASS: run stripped executable with saving a symbol +PASS: keep only debug data +PASS: simple objcopy of debug data +PASS: objcopy (ELF unknown section type) +PASS: objcopy (ELF group) +PASS: objcopy (ELF group) +PASS: objcopy (ELF group) +PASS: objcopy (ELF group) +PASS: copy removing group member +PASS: copy with setting section flags 1 +PASS: add notes section +PASS: copy with setting section flags 2 +PASS: copy with setting section flags 3 +PASS: strip --strip-unneeded on common symbol +PASS: strip with section group 1 +PASS: strip with section group 2 +PASS: strip empty file +PASS: strip with section group 4 +PASS: strip with section group 5 +PASS: strip with section group 6 +PASS: strip with section group 7 +PASS: strip with section group 8 +PASS: strip with section group 9 +PASS: strip on STB_GNU_UNIQUE +PASS: objcopy keeps symbols needed by relocs +PASS: --localize-hidden test 1 +PASS: unordered .debug_info references to .debug_ranges +UNSUPPORTED: unordered .debug_info references to .debug_ranges +PASS: objcopy add-section +PASS: objcopy add-empty-section +PASS: objcopy on sections with SHF_EXCLUDE +PASS: strip --strip-unneeded on sections with SHF_EXCLUDE +PASS: --localize-hidden test 2 +Running [...]/hurd/binutils/testsuite/binutils-all/objdump.exp ... +PASS: objdump -i +PASS: objdump -f +PASS: objdump -h +PASS: objdump -t +PASS: objdump -r +PASS: objdump -s +PASS: objdump -s -j .zdebug_abbrev +PASS: objdump -W +Running [...]/hurd/binutils/testsuite/binutils-all/readelf.exp ... +PASS: finding out ELF size with readelf -h +PASS: readelf -h +PASS: readelf -S +PASS: readelf -s +PASS: readelf -r +PASS: readelf -wi +PASS: readelf -wa (compressed) +PASS: readelf -p +Running [...]/hurd/binutils/testsuite/binutils-all/size.exp ... +PASS: size (no arguments) +PASS: size -A +Running [...]/hurd/binutils/testsuite/binutils-all/vax/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/windres/windres.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... + + === binutils Summary === + +# of expected passes 83 +# of unsupported tests 2 +Test Run By tschwinge on Sun Nov 7 21:10:31 2010 +Native configuration is i686-unknown-gnu0.3 + + === ld tests === + +Schedule of variations: + unix + +Running target unix +Running [...]/hurd/ld/testsuite/ld-alpha/alpha.exp ... +Running [...]/hurd/ld/testsuite/ld-arm/arm-elf.exp ... +Running [...]/hurd/ld/testsuite/ld-auto-import/auto-import.exp ... +Running [...]/hurd/ld/testsuite/ld-bootstrap/bootstrap.exp ... +UNTESTED: bootstrap +UNTESTED: bootstrap with strip +UNTESTED: bootstrap with --static +UNTESTED: bootstrap with --traditional-format +UNTESTED: bootstrap with --no-keep-memory +UNTESTED: bootstrap with --relax +Running [...]/hurd/ld/testsuite/ld-cdtest/cdtest.exp ... +PASS: cdtest +PASS: cdtest with -Ur +Running [...]/hurd/ld/testsuite/ld-checks/checks.exp ... +PASS: check sections 1 +PASS: check sections 2 +Running [...]/hurd/ld/testsuite/ld-cris/cris.exp ... +Running [...]/hurd/ld/testsuite/ld-crx/crx.exp ... +Running [...]/hurd/ld/testsuite/ld-cygwin/exe-export.exp ... +Running [...]/hurd/ld/testsuite/ld-d10v/d10v.exp ... +Running [...]/hurd/ld/testsuite/ld-discard/discard.exp ... +PASS: ld-discard/extern +PASS: ld-discard/start +PASS: ld-discard/static +PASS: ld-discard/zero-range +PASS: ld-discard/zero-rel +Running [...]/hurd/ld/testsuite/ld-elf/audit.exp ... +PASS: Run with -paudit.so +PASS: Run with -Paudit.so +PASS: Run with --depaudit=audit.so +PASS: Run with shared with --audit +PASS: Run with shared with --audit +PASS: Run with -lusesaudit +PASS: Run with -lusesaudit -lusesaudit2 +Running [...]/hurd/ld/testsuite/ld-elf/binutils.exp ... +PASS: strip -z max-page-size=0x200000 (maxpage1) +PASS: strip -z max-page-size=0x200000 -z common-page-size=0x100000 (maxpage1) +PASS: strip -z max-page-size=0x100000 (maxpage1) +PASS: strip -z max-page-size=0x100000 -z common-page-size=0x1000 (maxpage1) +PASS: strip (maxpage1) +PASS: strip -shared (maxpage1) +PASS: objcopy (maxpage1) +PASS: objcopy -shared (maxpage1) +PASS: strip -z relro (relro1) +PASS: strip -z relro -shared (relro1) +PASS: objcopy -z relro (relro1) +PASS: objcopy -z relro -shared (relro1) +PASS: strip -z relro -shared (relro2) +PASS: objcopy -z relro -shared (relro2) +PASS: strip -T [...]/hurd/ld/testsuite/ld-elf/lma.lnk (lma) +PASS: objcopy (tbss1) +PASS: objcopy -z relro (tbss1) +PASS: objcopy -shared (tbss1) +PASS: objcopy -shared -z relro (tbss1) +PASS: objcopy -z max-page-size=0x100000 (tbss1) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss1) +PASS: objcopy (tdata1) +PASS: objcopy -z relro (tdata1) +PASS: objcopy -shared (tdata1) +PASS: objcopy -shared -z relro (tdata1) +PASS: objcopy -z max-page-size=0x100000 (tdata1) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata1) +PASS: objcopy (tbss2) +PASS: objcopy -z relro (tbss2) +PASS: objcopy -shared (tbss2) +PASS: objcopy -shared -z relro (tbss2) +PASS: objcopy -z max-page-size=0x100000 (tbss2) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss2) +PASS: objcopy (tdata2) +PASS: objcopy -z relro (tdata2) +PASS: objcopy -shared (tdata2) +PASS: objcopy -shared -z relro (tdata2) +PASS: objcopy -z max-page-size=0x100000 (tdata2) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata2) +Running [...]/hurd/ld/testsuite/ld-elf/compress.exp ... +PASS: Build libfoo.so with compressed debug sections +PASS: Build libbar.so with compressed debug sections +PASS: Run normal with libfoo.so with compressed debug sections +Running [...]/hurd/ld/testsuite/ld-elf/dwarf.exp ... +PASS: Build libdwarf1.so +PASS: Run with libdwarf1.so first +PASS: Run with libdwarf1.so last +PASS: Strip -s libdwarf1c.so +Running [...]/hurd/ld/testsuite/ld-elf/eh-group.exp ... +PASS: Guess the target size from eh-group1size.o +PASS: Build eh-group1.o +PASS: Link eh-group.o to eh-group +Running [...]/hurd/ld/testsuite/ld-elf/elf.exp ... +PASS: ld-elf/commonpage1 +PASS: ld-elf/compress1a +PASS: ld-elf/compress1b +PASS: ld-elf/compress1c +PASS: ld-elf/discard1 +PASS: ld-elf/discard2 +PASS: ld-elf/discard3 +PASS: ld-elf/dynsym1 +PASS: ld-elf/eh-frame-hdr +PASS: ld-elf/eh5 +PASS: ld-elf/eh6 +PASS: ld-elf/empty +PASS: ld-elf/empty2 +PASS: ld-elf/exclude3a +PASS: ld-elf/exclude3b +PASS: ld-elf/exclude3c +PASS: ld-elf/expr1 +PASS: --extract-symbol test 1 (sections) +PASS: --extract-symbol test 1 (symbols) +PASS: --set-section-flags test 1 (sections) +PASS: ld-elf/group1 +PASS: ld-elf/group10 +PASS: ld-elf/group2 +PASS: ld-elf/group3a +PASS: ld-elf/group3b +PASS: ld-elf/group4 +PASS: ld-elf/group5 +PASS: ld-elf/group6 +PASS: ld-elf/group7 +PASS: ld-elf/group8a +PASS: ld-elf/group8b +PASS: ld-elf/group9a +PASS: ld-elf/group9b +PASS: ld-elf/hash +PASS: ld-elf/header +PASS: ld-elf/init-fini-arrays +PASS: ld-elf/linkonce1 +PASS: ld-elf/linkonce2 +PASS: ld-elf/linkoncerdiff +PASS: ld-elf/loadaddr1 +PASS: ld-elf/loadaddr2 +PASS: ld-elf/loadaddr3a +PASS: ld-elf/loadaddr3b +PASS: ld-elf/local1 +PASS: ld-elf/maxpage1 +PASS: ld-elf/maxpage2 +PASS: ld-elf/maxpage3a +PASS: ld-elf/merge +PASS: ld-elf/merge2 +PASS: ld-elf/multibss1 +PASS: ld-elf/nobits-1 +PASS: ld-elf/noload-1 +PASS: ld-elf/noload-2 +PASS: ld-elf/noload-3 +PASS: ld-elf/note-1 +PASS: ld-elf/note-2 +PASS: ld-elf/orphan-region +PASS: ld-elf/orphan +PASS: ld-elf/orphan2 +PASS: ld-elf/orphan3 +PASS: ld-elf/orphan4 +PASS: ld-elf/overlay +PASS: ld-elf/pr11304 +PASS: ld-elf/pr349 +PASS: relocatable with script +PASS: ld-elf/seg +PASS: ld-elf/stab +PASS: ld-elf/textaddr1 +PASS: ld-elf/textaddr2 +PASS: ld-elf/textaddr3 +PASS: ld-elf/textaddr4 +PASS: ld-elf/textaddr5 +PASS: ld-elf/textaddr6 +PASS: ld-elf/textaddr7 +PASS: ld-elf/unknown +PASS: ld-elf/unknown2 +PASS: ld-elf/warn1 +PASS: ld-elf/warn2 +PASS: Weak symbols in dynamic objects 1 (support) +PASS: Weak symbols in dynamic objects 1 (main test) +PASS: --gc-sections on tls variable +PASS: preinit array +PASS: init array +PASS: fini array +XFAIL: static preinit array +XFAIL: static init array +XFAIL: static fini array +Running [...]/hurd/ld/testsuite/ld-elf/exclude.exp ... +PASS: ld link shared library +PASS: ld export symbols from archive +PASS: ld link shared library with --exclude-libs +PASS: ld exclude symbols from archive - --exclude-libs libexclude +PASS: ld exclude symbols from archive - --exclude-libs libexclude.a +PASS: ld exclude symbols from archive - --exclude-libs ALL +PASS: ld exclude symbols from archive - --exclude-libs foo:libexclude.a +PASS: ld exclude symbols from archive - --exclude-libs foo,libexclude.a +PASS: ld don't exclude symbols from archive - --exclude-libs foo:bar +Running [...]/hurd/ld/testsuite/ld-elf/frame.exp ... +PASS: read-only .eh_frame section +PASS: read-only .gcc_except_table section +Running [...]/hurd/ld/testsuite/ld-elf/sec-to-seg.exp ... +PASS: assignment of ELF sections to segments (same page) +PASS: assignment of ELF sections to segments (adjacent pages) +PASS: assignment of ELF sections to segments (disjoint pages) +Running [...]/hurd/ld/testsuite/ld-elf/sec64k.exp ... +PASS: ld-elf/64ksec-r +PASS: ld-elf/64ksec +Running [...]/hurd/ld/testsuite/ld-elf/shared.exp ... +PASS: Build libfoo.so +PASS: Build versioned libfoo.so +PASS: Build libbar.so +PASS: Build warn libbar.so +PASS: Build hidden libbar.so +PASS: Build protected libbar.so +PASS: Build libbar.so with libfoo.so +PASS: Build libar.so with versioned libfoo.so +PASS: Build hidden libbar.so with libfoo.so +PASS: Build hidden libar.so with versioned libfoo.so +PASS: Build protected libbar.so with libfoo.so +PASS: Build protected libbar.so with versioned libfoo.so +PASS: Build libdl1.so +PASS: Build libdl2a.so with --dynamic-list=dl2.list +PASS: Build libdl2a.so with --dynamic-list=dl2a.list +PASS: Build libdl2a.so with --dynamic-list-data +PASS: Build libdl2b.so with --dynamic-list=dl2.list and dl2xxx.list +PASS: Build libdl2c.so with --dynamic-list-data and dl2xxx.list +PASS: Build libdl4a.so with --dynamic-list=dl4.list +PASS: Build libdl4b.so with --dynamic-list-data +PASS: Build libdl4c.so with --dynamic-list=dl4.list and dl4xxx.list +PASS: Build libdl4d.so with --dynamic-list-data and dl4xxx.list +PASS: Build libdl4e.so with -Bsymbolic-functions --dynamic-list-cpp-new +PASS: Build libdl4f.so with --dynamic-list-cpp-new -Bsymbolic-functions +PASS: Build libdl6a.so +PASS: Build libdl6b.so with -Bsymbolic --dynamic-list-data +PASS: Build libdl6c.so with -Bsymbolic +PASS: Build libdl6d.so with --dynamic-list-data -Bsymbolic +PASS: Build libdata1.so +PASS: Build libcomm1.o +PASS: Build libfunc1.so +PASS: Build libpr9676-1.a +PASS: Build libpr9676-2.a +PASS: Build libpr9676-3.so +PASS: Build libpr9676-4.so +PASS: Build libpr9676-4a.so +PASS: Build libpr9679.so +PASS: Build libpr11138-1.so +PASS: Build libpr11138-2.o +PASS: Run normal with libfoo.so +PASS: Run protected with libfoo.so +PASS: Run hidden with libfoo.so +PASS: Run normal with versioned libfoo.so +PASS: Run warn with versioned libfoo.so +PASS: Run protected with versioned libfoo.so +PASS: Run hidden with versioned libfoo.so +PASS: Run normal libbar.so with libfoo.so +PASS: Run protected libbar.so with libfoo.so +PASS: Run hidden libbar.so with libfoo.so +PASS: Run normal libbar.so with versioned libfoo.so +PASS: Run protected libbar.so with versioned libfoo.so +PASS: Run hidden libbar.so with versioned libfoo.so +PASS: Run dl1a with --dynamic-list=dl1.list and dlopen on libdl1.so +PASS: Run dl1b with --dynamic-list-data and dlopen on libdl1.so +PASS: Run with libdl2a.so +PASS: Run with libdl2b.so +PASS: Run with libdl2c.so +PASS: Run with libdl4a.so +PASS: Run with libdl4b.so +PASS: Run with libdl4c.so +PASS: Run with libdl4d.so +PASS: Run with libdl4e.so +PASS: Run with libdl4f.so +PASS: Run dl6a1 with --dynamic-list-data and dlopen on libdl6a.so +PASS: Run dl6a2 with -Bsymbolic-functions and dlopen on libdl6a.so +PASS: Run dl6a3 with -Bsymbolic and dlopen on libdl6a.so +PASS: Run dl6a4 with -Bsymbolic --dynamic-list-data and dlopen on libdl6a.so +PASS: Run dl6a5 with -Bsymbolic-functions --dynamic-list-cpp-new and dlopen on libdl6a.so +PASS: Run dl6a6 with --dynamic-list-cpp-new -Bsymbolic-functions and dlopen on libdl6a.so +PASS: Run dl6a7 with --dynamic-list-data -Bsymbolic and dlopen on libdl6a.so +PASS: Run dl6b1 with --dynamic-list-data and dlopen on libdl6b.so +PASS: Run dl6b2 with dlopen on libdl6b.so +PASS: Run dl6c1 with --dynamic-list-data and dlopen on libdl6c.so +PASS: Run dl6d1 with --dynamic-list-data and dlopen on libdl6d.so +PASS: Run with libdata1.so +PASS: Run with libfunc1.so comm1.o +PASS: Run with comm1.o libfunc1.so +PASS: Run with pr11138-2.c libpr11138-1.so +PASS: Run with libpr11138-1.so pr11138-2.c +PASS: Build libdl3a.so with --dynamic-list=dl3.list +PASS: Build libdl3b.so with -Bsymbolic +PASS: Build libdl3a.so with --dynamic-list-cpp-typeinfo +PASS: Build libdnew1a.so with --Bsymbolic-functions --dynamic-list-cpp-new +PASS: Build libdnew1b.so with --dynamic-list-data --dynamic-list-cpp-new +PASS: Run with libdl3a.so +PASS: Run with libdl3c.so +PASS: Run with libnew1a.so +PASS: Run with libnew1b.so +Running [...]/hurd/ld/testsuite/ld-elf/tls_common.exp ... +PASS: tls_common +Running [...]/hurd/ld/testsuite/ld-elf/wrap.exp ... +PASS: Build libwrap1a.so +PASS: Build libwrap1b.so +PASS: Run with libwrap1a.so and libwrap1b.so +PASS: Run with libwrap1b.so and libwrap1a.so +Running [...]/hurd/ld/testsuite/ld-elfcomm/elfcomm.exp ... +PASS: --sort-common (descending) +PASS: --sort-common (ascending) +PASS: size/aligment change of common symbols (warning 1) +PASS: size/aligment change of common symbols (change 1) +PASS: size/aligment change of common symbols (warning 2) +PASS: size/aligment change of common symbols (change 2) +Running [...]/hurd/ld/testsuite/ld-elfvers/vers.exp ... +PASS: vers1 +PASS: vers2 +PASS: vers3 +PASS: vers4 +PASS: vers4a +PASS: vers4b +PASS: vers5 +PASS: vers6 +PASS: vers7a +PASS: vers7 +PASS: vers8 +PASS: vers9 +PASS: vers10 +PASS: vers11 +PASS: vers12 +PASS: ar with versioned solib +PASS: vers14 +PASS: vers15 +PASS: vers16a +PASS: vers16 +PASS: vers17 +PASS: vers18 +PASS: vers19 +PASS: vers20a +PASS: vers20 +PASS: vers21 +PASS: vers22a +PASS: vers22b +PASS: vers22 +PASS: vers23a +PASS: vers23b +PASS: vers23c +PASS: vers23d +PASS: vers23 +PASS: vers24a +PASS: vers24b +PASS: vers24c +PASS: vers25a +PASS: vers25b1 +PASS: vers25b2 +PASS: vers26a +PASS: vers26b1 +PASS: vers26b2 +PASS: vers26b3 +PASS: vers27a +PASS: vers27b +PASS: vers27c1 +PASS: vers27c2 +PASS: vers27d1 +PASS: vers27d2 +PASS: vers27d3 +PASS: vers27d4 +PASS: vers27d5 +PASS: vers28a +PASS: vers28b +PASS: vers28c +PASS: vers29 +PASS: vers30 +PASS: vers31 +PASS: vers32a +PASS: vers32b +Running [...]/hurd/ld/testsuite/ld-elfvsb/elfvsb.exp ... +PASS: ld-elfvsb/hidden0 +PASS: ld-elfvsb/hidden1 +PASS: ld-elfvsb/hidden2 +PASS: ld-elfvsb/internal0 +PASS: ld-elfvsb/internal1 +PASS: ld-elfvsb/protected0 +PASS: ld-elfvsb/protected1 +PASS: visibility (hidden) (non PIC) +PASS: visibility (hidden) (non PIC, load offset) +PASS: visibility (hidden) +PASS: visibility (hidden) (PIC main, non PIC so) +PASS: visibility (hidden) (PIC main) +PASS: visibility (hidden_normal) (non PIC) +PASS: visibility (hidden_normal) (non PIC, load offset) +PASS: visibility (hidden_normal) +PASS: visibility (hidden_normal) (PIC main, non PIC so) +PASS: visibility (hidden_normal) (PIC main) +PASS: visibility (hidden_undef) (non PIC) +PASS: visibility (hidden_undef) (non PIC, load offset) +PASS: visibility (hidden_undef) +PASS: visibility (hidden_undef) (PIC main, non PIC so) +PASS: visibility (hidden_undef) (PIC main) +PASS: visibility (hidden_undef_def) (non PIC) +PASS: visibility (hidden_undef_def) (non PIC, load offset) +PASS: visibility (hidden_undef_def) +PASS: visibility (hidden_undef_def) (PIC main, non PIC so) +PASS: visibility (hidden_undef_def) (PIC main) +PASS: visibility (hidden_weak) (non PIC) +PASS: visibility (hidden_weak) (non PIC, load offset) +PASS: visibility (hidden_weak) +PASS: visibility (hidden_weak) (PIC main, non PIC so) +PASS: visibility (hidden_weak) (PIC main) +PASS: visibility (protected) (non PIC) +PASS: visibility (protected) (non PIC, load offset) +PASS: visibility (protected) +PASS: visibility (protected) (PIC main, non PIC so) +PASS: visibility (protected) (PIC main) +PASS: visibility (protected_undef) (non PIC) +PASS: visibility (protected_undef) (non PIC, load offset) +PASS: visibility (protected_undef) +PASS: visibility (protected_undef) (PIC main, non PIC so) +PASS: visibility (protected_undef) (PIC main) +PASS: visibility (protected_undef_def) (non PIC) +PASS: visibility (protected_undef_def) (non PIC, load offset) +PASS: visibility (protected_undef_def) +PASS: visibility (protected_undef_def) (PIC main, non PIC so) +PASS: visibility (protected_undef_def) (PIC main) +PASS: visibility (protected_weak) (non PIC) +PASS: visibility (protected_weak) (non PIC, load offset) +PASS: visibility (protected_weak) +PASS: visibility (protected_weak) (PIC main, non PIC so) +PASS: visibility (protected_weak) (PIC main) +PASS: visibility (normal) (non PIC) +PASS: visibility (normal) (non PIC, load offset) +PASS: visibility (normal) +PASS: visibility (normal) (PIC main, non PIC so) +PASS: visibility (normal) (PIC main) +PASS: common hidden symbol +PASS: weak hidden symbol DSO last +PASS: weak hidden symbol DSO first +Running [...]/hurd/ld/testsuite/ld-elfweak/elfweak.exp ... +PASS: ELF DSO weak func first +PASS: ELF DSO weak func last +PASS: ELF DSO weak func first DSO +PASS: ELF DSO weak func last DSO +PASS: ELF weak func first +PASS: ELF weak func last +XFAIL: ELF weak func first DSO +XFAIL: ELF weak func last DSO +PASS: ELF DSO weak data first +PASS: ELF DSO weak data last +PASS: ELF DSO weak data first DSO +PASS: ELF DSO weak data last DSO +PASS: ELF DSO weak data first DSO common +PASS: ELF DSO weak data last DSO common +PASS: ELF weak data first +PASS: ELF weak data last +PASS: ELF weak data first common +PASS: ELF weak data last common +XFAIL: ELF weak data first DSO +XFAIL: ELF weak data last DSO +XFAIL: ELF weak data first DSO common +XFAIL: ELF weak data last DSO common +PASS: ELF DSO small bar (size) +PASS: ELF DSO foo with small bar (size) +PASS: ELF DSO big bar (size) +PASS: ELF weak size +PASS: ld-elfweak/size2 +Running [...]/hurd/ld/testsuite/ld-fastcall/fastcall.exp ... +Running [...]/hurd/ld/testsuite/ld-frv/fdpic.exp ... +Running [...]/hurd/ld/testsuite/ld-frv/frv-elf.exp ... +Running [...]/hurd/ld/testsuite/ld-frv/tls.exp ... +Running [...]/hurd/ld/testsuite/ld-gc/gc.exp ... +PASS: Check --gc-section +PASS: Check --gc-section/-q +PASS: Check --gc-section/-r/-e +PASS: Check --gc-section/-r/-u +PASS: --gc-sections -r without -e +PASS: --gc-sections with note section +PASS: --gc-sections with __start_ +PASS: --gc-sections with shared library +Running [...]/hurd/ld/testsuite/ld-h8300/h8300.exp ... +Running [...]/hurd/ld/testsuite/ld-i386/i386.exp ... +PASS: TLS -fpic -shared transitions +PASS: TLS descriptor -fpic -shared transitions +PASS: Helper shared library +PASS: TLS -fpic and -fno-pic exec transitions +PASS: TLS descriptor -fpic and -fno-pic exec transitions +PASS: TLS -fno-pic -shared +PASS: TLS with global dynamic and descriptors +PASS: TLS in debug sections +PASS: TLS @indntpoff with %eax +PASS: Reloc section order +PASS: Basic --emit-relocs support +PASS: -z combreloc relocation sections +PASS: TLS GD->LE transition +PASS: TLS LD->LE transition +PASS: TLS IE->LE transition +PASS: Absolute non-overflowing relocs +PASS: PCREL8 overflow +PASS: PCREL16 overflow +PASS: PCREL16 absolute reloc +PASS: Invalid allocated section +PASS: --warn-shared-textrel --fatal-warnings +PASS: TLS GD->LE transition check +PASS: TLS IE->LE transition check (R_386_TLS_GOTIE with %eax) +PASS: TLS IE->LE transition check (R_386_TLS_GOTIE) +PASS: TLS IE->LE transition check (R_386_TLS_IE with %eax) +PASS: TLS IE->LE transition check (R_386_TLS_IE) +PASS: ld-i386/hidden1 +PASS: ld-i386/hidden2 +PASS: ld-i386/hidden3 +PASS: ld-i386/protected1 +PASS: ld-i386/protected2 +PASS: ld-i386/protected3 +PASS: TLS with PIE +PASS: ld-i386/nogot1 +PASS: ld-i386/nogot2 +PASS: ld-i386/discarded1 +PASS: undefined symbol with compressed debug sections +Running [...]/hurd/ld/testsuite/ld-ia64/ia64.exp ... +Running [...]/hurd/ld/testsuite/ld-ia64/line.exp ... +Running [...]/hurd/ld/testsuite/ld-ifunc/binutils.exp ... +PASS: strip (ifunc-4-x86) +PASS: objcopy (ifunc-4-x86) +PASS: strip (ifunc-4-local-x86) +PASS: objcopy (ifunc-4-local-x86) +Running [...]/hurd/ld/testsuite/ld-ifunc/ifunc.exp ... +PASS: Building ifunc binaries +PASS: Checking ifunc binaries +PASS: ld-ifunc/ifunc-1-local-x86 +PASS: ld-ifunc/ifunc-1-x86 +PASS: ld-ifunc/ifunc-10-i386 +PASS: ld-ifunc/ifunc-11-i386 +PASS: ld-ifunc/ifunc-2-i386 +PASS: ld-ifunc/ifunc-2-local-i386 +PASS: ld-ifunc/ifunc-3a-x86 +PASS: ld-ifunc/ifunc-3b-x86 +PASS: ld-ifunc/ifunc-4-local-x86 +PASS: ld-ifunc/ifunc-4-x86 +PASS: ld-ifunc/ifunc-4a-x86 +PASS: ld-ifunc/ifunc-5a-i386 +PASS: ld-ifunc/ifunc-5a-local-i386 +PASS: ld-ifunc/ifunc-5b-i386 +PASS: ld-ifunc/ifunc-5b-local-i386 +PASS: ld-ifunc/ifunc-5r-local-i386 +PASS: ld-ifunc/ifunc-6a-i386 +PASS: ld-ifunc/ifunc-6b-i386 +PASS: ld-ifunc/ifunc-7a-i386 +PASS: ld-ifunc/ifunc-7b-i386 +PASS: ld-ifunc/ifunc-8-i386 +PASS: ld-ifunc/ifunc-9-x86 +Running [...]/hurd/ld/testsuite/ld-libs/libs.exp ... +PASS: -l: test (preparation) +PASS: -l: test +Running [...]/hurd/ld/testsuite/ld-linkonce/linkonce.exp ... +PASS: ld-linkonce/zeroehl32 +Running [...]/hurd/ld/testsuite/ld-m68hc11/m68hc11.exp ... +Running [...]/hurd/ld/testsuite/ld-m68k/m68k-got.exp ... +Running [...]/hurd/ld/testsuite/ld-m68k/m68k.exp ... +Running [...]/hurd/ld/testsuite/ld-mep/mep.exp ... +Running [...]/hurd/ld/testsuite/ld-mips-elf/mips-elf-flags.exp ... +Running [...]/hurd/ld/testsuite/ld-mips-elf/mips-elf.exp ... +Running [...]/hurd/ld/testsuite/ld-mmix/mmix.exp ... +Running [...]/hurd/ld/testsuite/ld-mn10300/mn10300.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe-compile.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe-run.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe-run2.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe.exp ... +Running [...]/hurd/ld/testsuite/ld-pie/pie.exp ... +PASS: weak undefined +PASS: weak undefined data +PASS: missing entry symbol +Running [...]/hurd/ld/testsuite/ld-plugin/plugin.exp ... +PASS: plugin API enabled +PASS: load plugin +PASS: fail plugin onload +PASS: fail plugin allsymbolsread +PASS: fail plugin cleanup +PASS: plugin all hooks +PASS: plugin claimfile lost symbol +PASS: plugin claimfile replace symbol +PASS: plugin claimfile resolve symbol +PASS: plugin claimfile replace file +PASS: plugin set symbol visibility +PASS: plugin ignore lib +PASS: plugin claimfile replace lib +Running [...]/hurd/ld/testsuite/ld-powerpc/aix52.exp ... +Running [...]/hurd/ld/testsuite/ld-powerpc/powerpc.exp ... +Running [...]/hurd/ld/testsuite/ld-s390/s390.exp ... +Running [...]/hurd/ld/testsuite/ld-scripts/align.exp ... +PASS: align1 +PASS: ld-scripts/align2a +PASS: ld-scripts/align2b +PASS: ld-scripts/align2c +Running [...]/hurd/ld/testsuite/ld-scripts/alignof.exp ... +PASS: ALIGNOF +Running [...]/hurd/ld/testsuite/ld-scripts/assert.exp ... +PASS: ASSERT +Running [...]/hurd/ld/testsuite/ld-scripts/crossref.exp ... +PASS: NOCROSSREFS 1 +PASS: NOCROSSREFS 2 +PASS: NOCROSSREFS 3 +Running [...]/hurd/ld/testsuite/ld-scripts/data.exp ... +PASS: ld-scripts/data +Running [...]/hurd/ld/testsuite/ld-scripts/default-script.exp ... +PASS: ld-scripts/default-script1 +PASS: ld-scripts/default-script2 +PASS: ld-scripts/default-script3 +PASS: ld-scripts/default-script4 +Running [...]/hurd/ld/testsuite/ld-scripts/defined.exp ... +PASS: DEFINED (PRMS 5699) +PASS: ld-scripts/defined2 +PASS: ld-scripts/defined3 +Running [...]/hurd/ld/testsuite/ld-scripts/dynamic-sections.exp ... +PASS: dynamic sections +Running [...]/hurd/ld/testsuite/ld-scripts/empty-address.exp ... +PASS: ld-scripts/empty-address-1 +PASS: ld-scripts/empty-address-2a +PASS: ld-scripts/empty-address-2b +PASS: ld-scripts/empty-address-3a +PASS: ld-scripts/empty-address-3b +PASS: ld-scripts/empty-address-3c +Running [...]/hurd/ld/testsuite/ld-scripts/empty-aligned.exp ... +PASS: ld-scripts/empty-aligned +Running [...]/hurd/ld/testsuite/ld-scripts/empty-orphan.exp ... +PASS: ld-scripts/empty-orphan +Running [...]/hurd/ld/testsuite/ld-scripts/expr.exp ... +PASS: ld-scripts/expr1 +Running [...]/hurd/ld/testsuite/ld-scripts/extern.exp ... +PASS: EXTERN +Running [...]/hurd/ld/testsuite/ld-scripts/include.exp ... +PASS: include-1 +Running [...]/hurd/ld/testsuite/ld-scripts/map-address.exp ... +PASS: map addresses +Running [...]/hurd/ld/testsuite/ld-scripts/overlay-size.exp ... +PASS: overlay size +PASS: overlay size (map check) +Running [...]/hurd/ld/testsuite/ld-scripts/phdrs.exp ... +PASS: PHDRS +Running [...]/hurd/ld/testsuite/ld-scripts/phdrs2.exp ... +PASS: PHDRS2 +Running [...]/hurd/ld/testsuite/ld-scripts/phdrs3.exp ... +PASS: PHDRS headers +PASS: PHDRS headers 3a +Running [...]/hurd/ld/testsuite/ld-scripts/provide.exp ... +PASS: ld-scripts/provide-1 +PASS: ld-scripts/provide-2 +XFAIL: ld-scripts/provide-3 +Running [...]/hurd/ld/testsuite/ld-scripts/rgn-at.exp ... +PASS: rgn-at1 +PASS: rgn-at2 +PASS: rgn-at3 +PASS: rgn-at4 +PASS: rgn-at5 +Running [...]/hurd/ld/testsuite/ld-scripts/rgn-over.exp ... +PASS: rgn-over1 +PASS: rgn-over1 (map check) +PASS: rgn-over2 +PASS: rgn-over2 (map check) +PASS: rgn-over3 +PASS: rgn-over3 (map check) +PASS: rgn-over4 +PASS: rgn-over4 (map check) +PASS: rgn-over5 +PASS: rgn-over5 (map check) +PASS: rgn-over6 +PASS: rgn-over6 (map check) +PASS: rgn-over7 +PASS: rgn-over7 (map check) +PASS: rgn-over8 +Running [...]/hurd/ld/testsuite/ld-scripts/script.exp ... +PASS: script +PASS: MRI script +PASS: MEMORY +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-1.t +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-2.t +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-3.t +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-4.t +Running [...]/hurd/ld/testsuite/ld-scripts/section-match.exp ... +PASS: ld-scripts/section-match-1 +Running [...]/hurd/ld/testsuite/ld-scripts/size.exp ... +PASS: ld-scripts/size-1 +PASS: ld-scripts/size-2 +Running [...]/hurd/ld/testsuite/ld-scripts/sizeof.exp ... +PASS: SIZEOF +Running [...]/hurd/ld/testsuite/ld-scripts/sort.exp ... +PASS: --sort-section alignment +PASS: SORT_BY_ALIGNMENT +PASS: SORT_BY_ALIGNMENT(SORT_BY_ALIGNMENT()) +PASS: SORT_BY_ALIGNMENT(SORT_BY_ALIGNMENT()) --sort-section alignment +PASS: SORT_BY_ALIGNMENT(SORT_BY_ALIGNMENT()) --sort-section name +PASS: SORT_BY_ALIGNMENT(SORT_BY_NAME()) +PASS: SORT_BY_ALIGNMENT(SORT_BY_NAME()) --sort-section name +PASS: SORT_BY_ALIGNMENT(SORT_BY_NAME()) --sort-section alignment +PASS: --sort-section name +PASS: SORT_BY_NAME +PASS: SORT_BY_NAME(SORT_BY_ALIGNMENT()) +PASS: SORT_BY_NAME(SORT_BY_ALIGNMENT()) --sort-section alignment +PASS: SORT_BY_NAME(SORT_BY_ALIGNMENT()) --sort-section alignment +PASS: SORT_BY_NAME(SORT_BY_NAME()) +PASS: SORT_BY_NAME(SORT_BY_NAME()) --sort-section name +PASS: SORT_BY_NAME(SORT_BY_NAME()) --sort-section alignment +PASS: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT +PASS: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT +Running [...]/hurd/ld/testsuite/ld-scripts/weak.exp ... +PASS: weak symbols +Running [...]/hurd/ld/testsuite/ld-selective/sel-dump.exp ... +PASS: Preserve default . = 0 +PASS: Preserve explicit . = 0 +Running [...]/hurd/ld/testsuite/ld-selective/selective.exp ... +PASS: selective1 +PASS: selective2 +PASS: selective3 +XFAIL: selective4 +XFAIL: selective5 +XFAIL: selective6 +Running [...]/hurd/ld/testsuite/ld-sh/arch/arch.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/rd-sh.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh-vxworks.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/rd-sh64.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/relax.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/relfail.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/sh64.exp ... +Running [...]/hurd/ld/testsuite/ld-shared/shared.exp ... +PASS: shared (non PIC) +PASS: shared (non PIC, load offset) +PASS: shared +PASS: shared -Bsymbolic +PASS: shared (PIC main, non PIC so) +PASS: shared (PIC main) +Running [...]/hurd/ld/testsuite/ld-sparc/sparc.exp ... +Running [...]/hurd/ld/testsuite/ld-spu/spu.exp ... +Running [...]/hurd/ld/testsuite/ld-srec/srec.exp ... +PASS: S-records +PASS: S-records with constructors +Running [...]/hurd/ld/testsuite/ld-tic6x/tic6x.exp ... +Running [...]/hurd/ld/testsuite/ld-undefined/entry.exp ... +PASS: Build libentry.a +PASS: --entry foo archive +PASS: --entry foo -u foo archive +PASS: -shared --entry foo archive +PASS: -shared --entry foo -u foo archive +PASS: --entry foo +PASS: --entry foo -u foo +PASS: --entry 0x0 +Running [...]/hurd/ld/testsuite/ld-undefined/undefined.exp ... +PASS: undefined +PASS: undefined function +PASS: undefined line +Running [...]/hurd/ld/testsuite/ld-undefined/weak-undef.exp ... +PASS: weak undefined symbols +Running [...]/hurd/ld/testsuite/ld-v850/v850.exp ... +Running [...]/hurd/ld/testsuite/ld-versados/versados.exp ... +Running [...]/hurd/ld/testsuite/ld-vxworks/vxworks.exp ... +Running [...]/hurd/ld/testsuite/ld-x86-64/dwarfreloc.exp ... +Running [...]/hurd/ld/testsuite/ld-x86-64/line.exp ... +Running [...]/hurd/ld/testsuite/ld-x86-64/x86-64.exp ... +Running [...]/hurd/ld/testsuite/ld-xc16x/xc16x.exp ... +Running [...]/hurd/ld/testsuite/ld-xstormy16/xstormy16.exp ... +Running [...]/hurd/ld/testsuite/ld-xtensa/coalesce.exp ... +Running [...]/hurd/ld/testsuite/ld-xtensa/lcall.exp ... +Running [...]/hurd/ld/testsuite/ld-xtensa/xtensa.exp ... + + === ld Summary === + +# of expected passes 607 +# of expected failures 17 +# of untested testcases 6 +/media/data[...]/hurd.build/ld/ld-new 2.21.51.20101107 + +Test Run By tschwinge on Sun Nov 7 21:05:14 2010 +Native configuration is i686-unknown-gnu0.3 + + === gas tests === + +Schedule of variations: + unix + +Running target unix +Running [...]/hurd/gas/testsuite/gas/all/gas.exp ... +PASS: pcrel values in assignment +PASS: simplifiable double subtraction +PASS: simplifiable double subtraction (-a) +PASS: simple FP constants +PASS: difference of two undefined symbols +PASS: .equiv for symbol already set to another one +PASS: .equiv for symbol already set to an expression +PASS: .equ for symbol already set +PASS: .equ for symbol already set through .eqv +PASS: .eqv support +PASS: .eqv for symbol already set +PASS: == assignment support +PASS: == assignment for symbol already set +PASS: forward references +PASS: forward expression +PASS: .equ redefinitions +PASS: .equ redefinitions (2) +PASS: .equ redefinitions (3) +PASS: .set for symbol already used as label +PASS: .set for symbol already defined through .comm +PASS: comment.s: comments in listings +PASS: general info section in listings +PASS: difference between forward references +PASS: struct +PASS: align +PASS: align2 +PASS: alternate macro syntax +PASS: alternate macro syntax (escape) +PASS: evaluation of simple expressions +PASS: conditional listings +PASS: incbin +PASS: assignment tests +PASS: .sleb128 tests +PASS: relax .uleb128 +PASS: bad byte directive +PASS: .quad tests +PASS: octa bignum +PASS: weakref tests, relocations +PASS: weakref tests, global syms +PASS: weakref tests, local syms +PASS: weakref tests, strong undefined syms +PASS: weakref tests, weak undefined syms +PASS: e: would close weakref loop: e => a => b => c => d => e +PASS: a: would close weakref loop: a => b => c => d => e => a +PASS: is already defined +PASS: .strings tests +PASS: gas/all/err-1.s (test for errors, line 3) +PASS: gas/all/err-1.s (test for errors, line 4) +PASS: gas/all/err-1.s (test for errors, line 5) +PASS: gas/all/err-1.s (test for errors, line 6) +PASS: gas/all/err-1.s (test for errors, line 7) +PASS: gas/all/err-1.s (test for excess errors) +PASS: gas/all/warn-1.s (test for warnings, line 3) +PASS: gas/all/warn-1.s (test for errors, line 4) +PASS: gas/all/warn-1.s (test for warnings, line 5) +PASS: gas/all/warn-1.s (test for warnings, line 6) +PASS: gas/all/warn-1.s (test for warnings, line 7) +PASS: gas/all/warn-1.s (test for excess errors) +Running [...]/hurd/gas/testsuite/gas/alpha/alpha.exp ... +Running [...]/hurd/gas/testsuite/gas/arc/arc.exp ... +Running [...]/hurd/gas/testsuite/gas/arc/warn.exp ... +Running [...]/hurd/gas/testsuite/gas/arm/arm.exp ... +Running [...]/hurd/gas/testsuite/gas/bfin/bfin.exp ... +Running [...]/hurd/gas/testsuite/gas/bfin/error.exp ... +Running [...]/hurd/gas/testsuite/gas/cfi/cfi.exp ... +PASS: CFI on i386 +PASS: cfi cfi-diag-1 +PASS: CFI common 1 +PASS: CFI common 2 +PASS: CFI common 3 +PASS: CFI common 4 +PASS: CFI common 5 +PASS: CFI common 7 +PASS: CFI common 6 +Running [...]/hurd/gas/testsuite/gas/cr16/cr16.exp ... +Running [...]/hurd/gas/testsuite/gas/cr16/pic.exp ... +Running [...]/hurd/gas/testsuite/gas/cris/cris.exp ... +Running [...]/hurd/gas/testsuite/gas/crx/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/d10v/d10v.exp ... +Running [...]/hurd/gas/testsuite/gas/d30v/d30.exp ... +Running [...]/hurd/gas/testsuite/gas/dlx/alltests.exp ... +Running [...]/hurd/gas/testsuite/gas/elf/elf.exp ... +PASS: elf ehopt0 +PASS: .file file names +PASS: group section +PASS: group section +PASS: group section name +PASS: group section with multiple sections of same name +PASS: group section with multiple sections of same name +PASS: automatic section group a +PASS: automatic section group b +PASS: .equ redefinitions (ELF) +PASS: elf equate relocs +PASS: Ill-formed directives +PASS: elf section0 +PASS: elf section1 +PASS: elf section2 list +PASS: note section +PASS: label arithmetic with multiple same-name sections +PASS: elf section5 list +PASS: ELF struct +PASS: .set with expression +PASS: ELF symbol versioning +PASS: .set with IFUNC +PASS: elf type list +PASS: elf section6 +PASS: elf section7 +PASS: section flags +PASS: DWARF2 1 +PASS: DWARF2 2 +PASS: DWARF2 3 +PASS: Check bad section flag +Running [...]/hurd/gas/testsuite/gas/fr30/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/fr30/fr30.exp ... +Running [...]/hurd/gas/testsuite/gas/frv/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/h8300-coff.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/h8300-elf.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/h8300.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t01_mov.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t02_mova.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t03_add.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t04_sub.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t05_cmp.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t06_ari2.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t07_ari3.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t08_or.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t09_xor.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t10_and.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t11_logs.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t12_bit.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t13_otr.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/basic/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/parse/parse.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/reloc/reloc.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/unsorted/unsorted.exp ... +Running [...]/hurd/gas/testsuite/gas/i386/i386.exp ... +PASS: i386 float +PASS: i386 general +PASS: i386 inval +PASS: i386 segment +PASS: i386 inval-seg +PASS: i386 inval-reg +PASS: i386 modrm +PASS: i386 naked reg +PASS: i386 opcodes +PASS: i386 opcodes (Intel disassembly) +PASS: i386 opcodes (w/ suffix) +PASS: i386 intel +PASS: i386 intel16 +PASS: i386 intelbad +PASS: i386 intel-ok +PASS: i386 prefix +PASS: i386 amd +PASS: i386 katmai +PASS: i386 jump +PASS: i386 relax 1 +PASS: i386 relax 2 +PASS: i386 ssemmx2 +PASS: i386 sse2 +PASS: i386 sub +PASS: i386 SSE3 +PASS: i386 SIB +PASS: i386 SIB (Intel mode) +PASS: i386 displacement +PASS: i386 displacement (Intel mode) +PASS: i386 32bit displacement +PASS: i386 VMX +PASS: i386 SMX +PASS: i386 suffix +PASS: i386 immed +PASS: i386 equates +PASS: i386 divide +PASS: i386 padlock +PASS: i386 cr8+ +PASS: i386 cr-err +PASS: 32-bit SVME +PASS: i386 amdfam10 +PASS: i386 SSSE3 +PASS: i386 rep prefix +PASS: i386 rep prefix (with suffixes) +PASS: i386 lockable insns +PASS: i386 lockable insns (Intel disassembly) +PASS: i386 lockbad-1 +PASS: i386 long insns +PASS: i386 long insns (Intel disassembly) +PASS: i386 fp +PASS: i386 nops +PASS: i386 nops 16bit 1 +PASS: i386 nops 1 +PASS: i386 -mtune=i386 nops 1 +PASS: i386 nops -march=i386 -mtune=i686 1 +PASS: i386 -mtune=i686 nops 1 +PASS: i386 -mtune=k8 nops 1 +PASS: i386 -mtune=core2 nops 1 +PASS: i386 -mtune=bdver1 nops 1 +PASS: i386 nops 2 +PASS: i386 nops -mtune=i386 2 +PASS: i386 -march=i386 -mtune=core2 nops 2 +PASS: i386 nops 3 +PASS: i386 nops -mtune=i386 3 +PASS: i386 -mtune=i686 nops 3 +PASS: i386 nops 4 +PASS: i386 nops -mtune=i386 4 +PASS: i386 -mtune=i686 nops 4 +PASS: i386 nops 5 +PASS: i386 -march=i686 nops 5 +PASS: i386 16-bit addressing in 32-bit mode. +PASS: i386 32-bit addressing in 16-bit mode. +PASS: i386 SSE4.1 +PASS: i386 SSE4.1 (Intel disassembly) +PASS: i386 SSE4.2 +PASS: i386 SSE4.2 (Intel disassembly) +PASS: i386 crc32 +PASS: i386 crc32 (Intel disassembly) +PASS: i386 inval-crc32 +PASS: i386 SIMD +PASS: i386 SIMD (Intel mode) +PASS: i386 SIMD (with suffixes) +PASS: i386 mem +PASS: i386 mem (Intel mode) +PASS: i386 reg +PASS: i386 reg (Intel mode) +PASS: i386 +PASS: i386 float AT&T mnemonic +PASS: i386 float Intel mnemonic +PASS: i386 arch 1 +PASS: i386 arch 2 +PASS: i386 arch 3 +PASS: i386 arch 4 +PASS: i386 arch 5 +PASS: i386 arch 6 +PASS: i386 arch 7 +PASS: i386 arch 9 +PASS: i386 arch 10 +PASS: i386 arch-10-1 +PASS: i386 arch-10-2 +PASS: i386 arch-10-3 +PASS: i386 arch-10-4 +PASS: i386 arch 11 +PASS: i386 arch 12 +PASS: i386 8087 +PASS: i386 287 +PASS: i386 387 (cmdline) +PASS: i386 no87 +PASS: i386 no87-2 +PASS: i386 xsave +PASS: i386 xsave (Intel mode) +PASS: i386 AES +PASS: i386 AES (Intel mode) +PASS: i386 PCLMUL +PASS: i386 PCLMUL (Intel mode) +PASS: i386 AVX +PASS: i386 AVX (Intel disassembly) +PASS: i386 AVX scalar insns +PASS: i386 AVX scalar insns (Intel disassembly) +PASS: i386 SSE with AVX encoding +PASS: i386 inval-avx +PASS: i386 SSE check (none) +PASS: i386 SSE check (.sse_check none) +PASS: i386 SSE check (warning) +PASS: i386 sse-check-error +PASS: i386 SSE without AVX equivalent +PASS: i386 movbe +PASS: i386 movbe (Intel disassembly) +PASS: i386 inval-movbe +PASS: i386 EPT +PASS: i386 EPT (Intel disassembly) +PASS: i386 inval-ept +PASS: i386 arch avx 1 +PASS: i386 arch-avx-1-1 +PASS: i386 arch-avx-1-2 +PASS: i386 arch-avx-1-3 +PASS: i386 arch-avx-1-4 +PASS: i386 arch-avx-1-5 +PASS: i386 arch-avx-1-6 +PASS: encoding option +PASS: encoding option (Intel mode) +PASS: encoding option with -msse2avx +PASS: encoding option with -msse2avx (Intel mode) +PASS: i386 FMA +PASS: i386 FMA (Intel disassembly) +PASS: i386 FMA scalar insns +PASS: i386 FMA scalar insns (Intel disassembly) +PASS: i386 FMA4 +PASS: i386 LWP +PASS: i386 XOP +PASS: i386 F16C +PASS: i386 F16C (Intel disassembly) +PASS: i386 FSGSBase +PASS: i386 FSGSBase (Intel disassembly) +PASS: i386 RdRnd +PASS: i386 RdRnd (Intel disassembly) +PASS: i386 reloc +PASS: i386 jump16 +PASS: i386 white +PASS: i386 pcrel reloc +PASS: i386 abs reloc +PASS: i386 intelpic +PASS: i386 relax +PASS: i386 gotpc +PASS: i386 dynamic tls +PASS: i386 pic tls +PASS: i386 non-pic tls +PASS: i386 .bss +PASS: i386 relocs +PASS: i386 reloc32 +PASS: x86 mixed mode relocs (32-bit object) +PASS: i386 AT&T register names +PASS: i386 intel-got +PASS: i386 Intel register names +PASS: i386 inval-equ-1 +PASS: i386 inval-equ-2 +PASS: i386 ifunc +PASS: i386 l1om-inval +PASS: i386 local PIC +PASS: DWARF2 debugging information 1 +PASS: DWARF2 debugging information 2 +PASS: x86 Intel expressions +PASS: string insn operands +PASS: i386 string-bad +PASS: i386 space1 +PASS: i386 list-1 +PASS: i386 list-2 +PASS: i386 list-3 +PASS: DWARF2 debugging information 1 +Running [...]/hurd/gas/testsuite/gas/i860/i860.exp ... +Running [...]/hurd/gas/testsuite/gas/ia64/ia64.exp ... +Running [...]/hurd/gas/testsuite/gas/ieee-fp/x930509a.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/load-hazards.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/odd-ldw.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/odd-sdw.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/yield.exp ... +Running [...]/hurd/gas/testsuite/gas/lm32/all.exp ... +Running [...]/hurd/gas/testsuite/gas/lns/lns.exp ... +PASS: lns lns-diag-1 +PASS: lns-duplicate +PASS: lns-common-1 +Running [...]/hurd/gas/testsuite/gas/m32r/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/error.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/m32r.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/m32r2.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/m32rx.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/pic.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/rel32.exp ... +Running [...]/hurd/gas/testsuite/gas/m68hc11/m68hc11.exp ... +Running [...]/hurd/gas/testsuite/gas/m68k-coff/gas.exp ... +Running [...]/hurd/gas/testsuite/gas/m68k/all.exp ... +Running [...]/hurd/gas/testsuite/gas/macros/macros.exp ... +PASS: macro test 1 +PASS: macro test 2 +PASS: macro test 3 +PASS: macro irp +PASS: macro rept +PASS: nested irp/irpc/rept +PASS: macro vararg +PASS: macro infinite recursion +PASS: logical and in macro definition +PASS: semi +PASS: strings +PASS: APP with macro without NO_APP +PASS: APP with macro then NO_APP +PASS: APP with macro then NO_APP then more code +PASS: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file +PASS: macros badarg +PASS: macros dot +PASS: macros end +PASS: macros purge +PASS: macros redef +PASS: gas/macros/paren +PASS: .exitm outside of a macro +Running [...]/hurd/gas/testsuite/gas/mcore/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/mep/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/mep/complex-relocs.exp ... +Running [...]/hurd/gas/testsuite/gas/mips/mips.exp ... +Running [...]/hurd/gas/testsuite/gas/mmix/mmix-err.exp ... +Running [...]/hurd/gas/testsuite/gas/mmix/mmix-list.exp ... +Running [...]/hurd/gas/testsuite/gas/mmix/mmix.exp ... +Running [...]/hurd/gas/testsuite/gas/mn10200/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/mn10300/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/mri/mri.exp ... +Running [...]/hurd/gas/testsuite/gas/msp430/msp430.exp ... +Running [...]/hurd/gas/testsuite/gas/mt/errors.exp ... +Running [...]/hurd/gas/testsuite/gas/mt/mt.exp ... +Running [...]/hurd/gas/testsuite/gas/mt/relocs.exp ... +Running [...]/hurd/gas/testsuite/gas/openrisc/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/pdp11/pdp11.exp ... +Running [...]/hurd/gas/testsuite/gas/pe/pe.exp ... +Running [...]/hurd/gas/testsuite/gas/pj/pj.exp ... +Running [...]/hurd/gas/testsuite/gas/ppc/aix.exp ... +Running [...]/hurd/gas/testsuite/gas/ppc/ppc.exp ... +Running [...]/hurd/gas/testsuite/gas/rx/rx.exp ... +Running [...]/hurd/gas/testsuite/gas/s390/s390.exp ... +Running [...]/hurd/gas/testsuite/gas/score/relax.exp ... +Running [...]/hurd/gas/testsuite/gas/score/relax_32.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/arch/arch.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/err.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/sh64/err.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/sh64/sh64.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc-solaris/addend.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc-solaris/gas.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc/mismatch.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc/sparc.exp ... +Running [...]/hurd/gas/testsuite/gas/sun4/addend.exp ... +Running [...]/hurd/gas/testsuite/gas/symver/symver.exp ... +PASS: symver symver0 +PASS: symver symver1 +PASS: symver symver2 +PASS: symver symver3 +PASS: symver symver6 +Running [...]/hurd/gas/testsuite/gas/tic4x/tic4x.exp ... +Running [...]/hurd/gas/testsuite/gas/tic54x/tic54x.exp ... +Running [...]/hurd/gas/testsuite/gas/tic6x/tic6x.exp ... +Running [...]/hurd/gas/testsuite/gas/v850/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/vax/vax.exp ... +Running [...]/hurd/gas/testsuite/gas/xc16x/xc16x.exp ... +Running [...]/hurd/gas/testsuite/gas/xstormy16/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/xtensa/all.exp ... +Running [...]/hurd/gas/testsuite/gas/xtensa/xtensa-err.exp ... +Running [...]/hurd/gas/testsuite/gas/z80/z80.exp ... +Running [...]/hurd/gas/testsuite/gas/z8k/z8k.exp ... + + === gas Summary === + +# of expected passes 316 +../as-new 2.21.51.20101107 + diff --git a/open_issues/binutils/testsuite/sum_linux b/open_issues/binutils/testsuite/sum_linux new file mode 100644 index 00000000..da645ba0 --- /dev/null +++ b/open_issues/binutils/testsuite/sum_linux @@ -0,0 +1,1316 @@ +Test Run By thomas on Sun Nov 7 20:20:33 2010 +Native configuration is i686-pc-linux-gnu + + === binutils tests === + +Schedule of variations: + unix + +Running target unix +Running [...]/hurd/binutils/testsuite/binutils-all/ar.exp ... +PASS: ar long file names +PASS: ar symbol table +PASS: ar thin archive +PASS: ar thin archive with nested archive +PASS: ar argument parsing +PASS: ar deterministic archive +PASS: ar unique symbol in archive +Running [...]/hurd/binutils/testsuite/binutils-all/arm/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/bfin/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/compress.exp ... +PASS: objcopy (objcopy compress debug sections) +PASS: objcopy (objcopy decompress compressed debug sections) +PASS: objcopy decompress debug sections in archive +PASS: objcopy compress debug sections in archive +Running [...]/hurd/binutils/testsuite/binutils-all/dlltool.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/elfedit.exp ... +UNSUPPORTED: Update ELF header 1 +PASS: Update ELF header 2 +PASS: Update ELF header 3 +Running [...]/hurd/binutils/testsuite/binutils-all/hppa/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/i386/i386.exp ... +PASS: objcopy on compressed debug sections +PASS: strip on uncompressed debug sections +PASS: strip on compressed debug sections +Running [...]/hurd/binutils/testsuite/binutils-all/m68k/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/nm.exp ... +PASS: nm (no arguments) +PASS: nm -g +PASS: nm -P +Running [...]/hurd/binutils/testsuite/binutils-all/objcopy.exp ... +PASS: objcopy (simple copy) +PASS: objcopy --reverse-bytes +PASS: objcopy -i --interleave-width +PASS: objcopy -O srec +PASS: objcopy --set-start +PASS: objcopy --adjust-start +PASS: objcopy --adjust-vma +PASS: objcopy --adjust-section-vma + +PASS: objcopy --adjust-section-vma = +PASS: strip +PASS: strip with saving a symbol +PASS: simple objcopy of executable +PASS: run objcopy of executable +PASS: run stripped executable +PASS: run stripped executable with saving a symbol +PASS: keep only debug data +PASS: simple objcopy of debug data +PASS: objcopy (ELF unknown section type) +PASS: objcopy (ELF group) +PASS: objcopy (ELF group) +PASS: objcopy (ELF group) +PASS: objcopy (ELF group) +PASS: copy removing group member +PASS: copy with setting section flags 1 +PASS: add notes section +PASS: copy with setting section flags 2 +PASS: copy with setting section flags 3 +PASS: strip --strip-unneeded on common symbol +PASS: strip with section group 1 +PASS: strip with section group 2 +PASS: strip empty file +PASS: strip with section group 4 +PASS: strip with section group 5 +PASS: strip with section group 6 +PASS: strip with section group 7 +PASS: strip with section group 8 +PASS: strip with section group 9 +PASS: strip on STB_GNU_UNIQUE +PASS: objcopy keeps symbols needed by relocs +PASS: --localize-hidden test 1 +PASS: unordered .debug_info references to .debug_ranges +UNSUPPORTED: unordered .debug_info references to .debug_ranges +PASS: objcopy add-section +PASS: objcopy add-empty-section +PASS: objcopy on sections with SHF_EXCLUDE +PASS: strip --strip-unneeded on sections with SHF_EXCLUDE +PASS: --localize-hidden test 2 +Running [...]/hurd/binutils/testsuite/binutils-all/objdump.exp ... +PASS: objdump -i +PASS: objdump -f +PASS: objdump -h +PASS: objdump -t +PASS: objdump -r +PASS: objdump -s +PASS: objdump -s -j .zdebug_abbrev +PASS: objdump -W +Running [...]/hurd/binutils/testsuite/binutils-all/readelf.exp ... +PASS: finding out ELF size with readelf -h +PASS: readelf -h +PASS: readelf -S +PASS: readelf -s +PASS: readelf -r +PASS: readelf -wi +PASS: readelf -wa (compressed) +PASS: readelf -p +Running [...]/hurd/binutils/testsuite/binutils-all/size.exp ... +PASS: size (no arguments) +PASS: size -A +Running [...]/hurd/binutils/testsuite/binutils-all/vax/objdump.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/windres/windres.exp ... +Running [...]/hurd/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... + + === binutils Summary === + +# of expected passes 83 +# of unsupported tests 2 +Test Run By thomas on Sun Nov 7 20:20:55 2010 +Native configuration is i686-pc-linux-gnu + + === ld tests === + +Schedule of variations: + unix + +Running target unix +Running [...]/hurd/ld/testsuite/ld-alpha/alpha.exp ... +Running [...]/hurd/ld/testsuite/ld-arm/arm-elf.exp ... +Running [...]/hurd/ld/testsuite/ld-auto-import/auto-import.exp ... +Running [...]/hurd/ld/testsuite/ld-bootstrap/bootstrap.exp ... +UNTESTED: bootstrap +UNTESTED: bootstrap with strip +UNTESTED: bootstrap with --static +UNTESTED: bootstrap with --traditional-format +UNTESTED: bootstrap with --no-keep-memory +UNTESTED: bootstrap with --relax +Running [...]/hurd/ld/testsuite/ld-cdtest/cdtest.exp ... +PASS: cdtest +PASS: cdtest with -Ur +Running [...]/hurd/ld/testsuite/ld-checks/checks.exp ... +PASS: check sections 1 +PASS: check sections 2 +Running [...]/hurd/ld/testsuite/ld-cris/cris.exp ... +Running [...]/hurd/ld/testsuite/ld-crx/crx.exp ... +Running [...]/hurd/ld/testsuite/ld-cygwin/exe-export.exp ... +Running [...]/hurd/ld/testsuite/ld-d10v/d10v.exp ... +Running [...]/hurd/ld/testsuite/ld-discard/discard.exp ... +PASS: ld-discard/extern +PASS: ld-discard/start +PASS: ld-discard/static +PASS: ld-discard/zero-range +PASS: ld-discard/zero-rel +Running [...]/hurd/ld/testsuite/ld-elf/audit.exp ... +PASS: Run with -paudit.so +PASS: Run with -Paudit.so +PASS: Run with --depaudit=audit.so +PASS: Run with shared with --audit +PASS: Run with shared with --audit +PASS: Run with -lusesaudit +PASS: Run with -lusesaudit -lusesaudit2 +Running [...]/hurd/ld/testsuite/ld-elf/binutils.exp ... +PASS: strip -z max-page-size=0x200000 (maxpage1) +PASS: strip -z max-page-size=0x200000 -z common-page-size=0x100000 (maxpage1) +PASS: strip -z max-page-size=0x100000 (maxpage1) +PASS: strip -z max-page-size=0x100000 -z common-page-size=0x1000 (maxpage1) +PASS: strip (maxpage1) +PASS: strip -shared (maxpage1) +PASS: objcopy (maxpage1) +PASS: objcopy -shared (maxpage1) +PASS: strip -z relro (relro1) +PASS: strip -z relro -shared (relro1) +PASS: objcopy -z relro (relro1) +PASS: objcopy -z relro -shared (relro1) +PASS: strip -z relro -shared (relro2) +PASS: objcopy -z relro -shared (relro2) +PASS: strip -T [...]/hurd/ld/testsuite/ld-elf/lma.lnk (lma) +PASS: objcopy (tbss1) +PASS: objcopy -z relro (tbss1) +PASS: objcopy -shared (tbss1) +PASS: objcopy -shared -z relro (tbss1) +PASS: objcopy -z max-page-size=0x100000 (tbss1) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss1) +PASS: objcopy (tdata1) +PASS: objcopy -z relro (tdata1) +PASS: objcopy -shared (tdata1) +PASS: objcopy -shared -z relro (tdata1) +PASS: objcopy -z max-page-size=0x100000 (tdata1) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata1) +PASS: objcopy (tbss2) +PASS: objcopy -z relro (tbss2) +PASS: objcopy -shared (tbss2) +PASS: objcopy -shared -z relro (tbss2) +PASS: objcopy -z max-page-size=0x100000 (tbss2) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss2) +PASS: objcopy (tdata2) +PASS: objcopy -z relro (tdata2) +PASS: objcopy -shared (tdata2) +PASS: objcopy -shared -z relro (tdata2) +PASS: objcopy -z max-page-size=0x100000 (tdata2) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata2) +Running [...]/hurd/ld/testsuite/ld-elf/compress.exp ... +PASS: Build libfoo.so with compressed debug sections +PASS: Build libbar.so with compressed debug sections +PASS: Run normal with libfoo.so with compressed debug sections +Running [...]/hurd/ld/testsuite/ld-elf/dwarf.exp ... +PASS: Build libdwarf1.so +PASS: Run with libdwarf1.so first +PASS: Run with libdwarf1.so last +PASS: Strip -s libdwarf1c.so +Running [...]/hurd/ld/testsuite/ld-elf/eh-group.exp ... +PASS: Guess the target size from eh-group1size.o +PASS: Build eh-group1.o +PASS: Link eh-group.o to eh-group +Running [...]/hurd/ld/testsuite/ld-elf/elf.exp ... +PASS: ld-elf/commonpage1 +PASS: ld-elf/compress1a +PASS: ld-elf/compress1b +PASS: ld-elf/compress1c +PASS: ld-elf/discard1 +PASS: ld-elf/discard2 +PASS: ld-elf/discard3 +PASS: ld-elf/dynsym1 +PASS: ld-elf/eh-frame-hdr +PASS: ld-elf/eh5 +PASS: ld-elf/eh6 +PASS: ld-elf/empty +PASS: ld-elf/empty2 +PASS: ld-elf/exclude3a +PASS: ld-elf/exclude3b +PASS: ld-elf/exclude3c +PASS: ld-elf/expr1 +PASS: --extract-symbol test 1 (sections) +PASS: --extract-symbol test 1 (symbols) +PASS: --set-section-flags test 1 (sections) +PASS: ld-elf/group1 +PASS: ld-elf/group10 +PASS: ld-elf/group2 +PASS: ld-elf/group3a +PASS: ld-elf/group3b +PASS: ld-elf/group4 +PASS: ld-elf/group5 +PASS: ld-elf/group6 +PASS: ld-elf/group7 +PASS: ld-elf/group8a +PASS: ld-elf/group8b +PASS: ld-elf/group9a +PASS: ld-elf/group9b +PASS: ld-elf/hash +PASS: ld-elf/header +PASS: ld-elf/init-fini-arrays +PASS: ld-elf/linkonce1 +PASS: ld-elf/linkonce2 +PASS: ld-elf/linkoncerdiff +PASS: ld-elf/loadaddr1 +PASS: ld-elf/loadaddr2 +PASS: ld-elf/loadaddr3a +PASS: ld-elf/loadaddr3b +PASS: ld-elf/local1 +PASS: ld-elf/maxpage1 +PASS: ld-elf/maxpage2 +PASS: ld-elf/maxpage3a +PASS: ld-elf/merge +PASS: ld-elf/merge2 +PASS: ld-elf/multibss1 +PASS: ld-elf/nobits-1 +PASS: ld-elf/noload-1 +PASS: ld-elf/noload-2 +PASS: ld-elf/noload-3 +PASS: ld-elf/note-1 +PASS: ld-elf/note-2 +PASS: ld-elf/orphan-region +PASS: ld-elf/orphan +PASS: ld-elf/orphan2 +PASS: ld-elf/orphan3 +PASS: ld-elf/orphan4 +PASS: ld-elf/overlay +PASS: ld-elf/pr11304 +PASS: ld-elf/pr349 +PASS: relocatable with script +PASS: ld-elf/seg +PASS: ld-elf/stab +PASS: ld-elf/textaddr1 +PASS: ld-elf/textaddr2 +PASS: ld-elf/textaddr3 +PASS: ld-elf/textaddr4 +PASS: ld-elf/textaddr5 +PASS: ld-elf/textaddr6 +PASS: ld-elf/textaddr7 +PASS: ld-elf/unknown +PASS: ld-elf/unknown2 +PASS: ld-elf/warn1 +PASS: ld-elf/warn2 +PASS: Weak symbols in dynamic objects 1 (support) +PASS: Weak symbols in dynamic objects 1 (main test) +PASS: --gc-sections on tls variable +PASS: preinit array +PASS: init array +PASS: fini array +PASS: static preinit array +PASS: static init array +PASS: static fini array +Running [...]/hurd/ld/testsuite/ld-elf/exclude.exp ... +PASS: ld link shared library +PASS: ld export symbols from archive +PASS: ld link shared library with --exclude-libs +PASS: ld exclude symbols from archive - --exclude-libs libexclude +PASS: ld exclude symbols from archive - --exclude-libs libexclude.a +PASS: ld exclude symbols from archive - --exclude-libs ALL +PASS: ld exclude symbols from archive - --exclude-libs foo:libexclude.a +PASS: ld exclude symbols from archive - --exclude-libs foo,libexclude.a +PASS: ld don't exclude symbols from archive - --exclude-libs foo:bar +Running [...]/hurd/ld/testsuite/ld-elf/frame.exp ... +PASS: read-only .eh_frame section +PASS: read-only .gcc_except_table section +Running [...]/hurd/ld/testsuite/ld-elf/sec-to-seg.exp ... +PASS: assignment of ELF sections to segments (same page) +PASS: assignment of ELF sections to segments (adjacent pages) +PASS: assignment of ELF sections to segments (disjoint pages) +Running [...]/hurd/ld/testsuite/ld-elf/sec64k.exp ... +PASS: ld-elf/64ksec-r +PASS: ld-elf/64ksec +Running [...]/hurd/ld/testsuite/ld-elf/shared.exp ... +PASS: Build libfoo.so +PASS: Build versioned libfoo.so +PASS: Build libbar.so +PASS: Build warn libbar.so +PASS: Build hidden libbar.so +PASS: Build protected libbar.so +PASS: Build libbar.so with libfoo.so +PASS: Build libar.so with versioned libfoo.so +PASS: Build hidden libbar.so with libfoo.so +PASS: Build hidden libar.so with versioned libfoo.so +PASS: Build protected libbar.so with libfoo.so +PASS: Build protected libbar.so with versioned libfoo.so +PASS: Build libdl1.so +PASS: Build libdl2a.so with --dynamic-list=dl2.list +PASS: Build libdl2a.so with --dynamic-list=dl2a.list +PASS: Build libdl2a.so with --dynamic-list-data +PASS: Build libdl2b.so with --dynamic-list=dl2.list and dl2xxx.list +PASS: Build libdl2c.so with --dynamic-list-data and dl2xxx.list +PASS: Build libdl4a.so with --dynamic-list=dl4.list +PASS: Build libdl4b.so with --dynamic-list-data +PASS: Build libdl4c.so with --dynamic-list=dl4.list and dl4xxx.list +PASS: Build libdl4d.so with --dynamic-list-data and dl4xxx.list +PASS: Build libdl4e.so with -Bsymbolic-functions --dynamic-list-cpp-new +PASS: Build libdl4f.so with --dynamic-list-cpp-new -Bsymbolic-functions +PASS: Build libdl6a.so +PASS: Build libdl6b.so with -Bsymbolic --dynamic-list-data +PASS: Build libdl6c.so with -Bsymbolic +PASS: Build libdl6d.so with --dynamic-list-data -Bsymbolic +PASS: Build libdata1.so +PASS: Build libcomm1.o +PASS: Build libfunc1.so +PASS: Build libpr9676-1.a +PASS: Build libpr9676-2.a +PASS: Build libpr9676-3.so +PASS: Build libpr9676-4.so +PASS: Build libpr9676-4a.so +PASS: Build libpr9679.so +PASS: Build libpr11138-1.so +PASS: Build libpr11138-2.o +PASS: Run normal with libfoo.so +PASS: Run protected with libfoo.so +PASS: Run hidden with libfoo.so +PASS: Run normal with versioned libfoo.so +PASS: Run warn with versioned libfoo.so +PASS: Run protected with versioned libfoo.so +PASS: Run hidden with versioned libfoo.so +PASS: Run normal libbar.so with libfoo.so +PASS: Run protected libbar.so with libfoo.so +PASS: Run hidden libbar.so with libfoo.so +PASS: Run normal libbar.so with versioned libfoo.so +PASS: Run protected libbar.so with versioned libfoo.so +PASS: Run hidden libbar.so with versioned libfoo.so +PASS: Run dl1a with --dynamic-list=dl1.list and dlopen on libdl1.so +PASS: Run dl1b with --dynamic-list-data and dlopen on libdl1.so +PASS: Run with libdl2a.so +PASS: Run with libdl2b.so +PASS: Run with libdl2c.so +PASS: Run with libdl4a.so +PASS: Run with libdl4b.so +PASS: Run with libdl4c.so +PASS: Run with libdl4d.so +PASS: Run with libdl4e.so +PASS: Run with libdl4f.so +PASS: Run dl6a1 with --dynamic-list-data and dlopen on libdl6a.so +PASS: Run dl6a2 with -Bsymbolic-functions and dlopen on libdl6a.so +PASS: Run dl6a3 with -Bsymbolic and dlopen on libdl6a.so +PASS: Run dl6a4 with -Bsymbolic --dynamic-list-data and dlopen on libdl6a.so +PASS: Run dl6a5 with -Bsymbolic-functions --dynamic-list-cpp-new and dlopen on libdl6a.so +PASS: Run dl6a6 with --dynamic-list-cpp-new -Bsymbolic-functions and dlopen on libdl6a.so +PASS: Run dl6a7 with --dynamic-list-data -Bsymbolic and dlopen on libdl6a.so +PASS: Run dl6b1 with --dynamic-list-data and dlopen on libdl6b.so +PASS: Run dl6b2 with dlopen on libdl6b.so +PASS: Run dl6c1 with --dynamic-list-data and dlopen on libdl6c.so +PASS: Run dl6d1 with --dynamic-list-data and dlopen on libdl6d.so +PASS: Run with libdata1.so +PASS: Run with libfunc1.so comm1.o +PASS: Run with comm1.o libfunc1.so +PASS: Run with pr11138-2.c libpr11138-1.so +PASS: Run with libpr11138-1.so pr11138-2.c +PASS: Build libdl3a.so with --dynamic-list=dl3.list +PASS: Build libdl3b.so with -Bsymbolic +PASS: Build libdl3a.so with --dynamic-list-cpp-typeinfo +PASS: Build libdnew1a.so with --Bsymbolic-functions --dynamic-list-cpp-new +PASS: Build libdnew1b.so with --dynamic-list-data --dynamic-list-cpp-new +PASS: Run with libdl3a.so +PASS: Run with libdl3c.so +PASS: Run with libnew1a.so +PASS: Run with libnew1b.so +Running [...]/hurd/ld/testsuite/ld-elf/tls_common.exp ... +PASS: tls_common +Running [...]/hurd/ld/testsuite/ld-elf/wrap.exp ... +PASS: Build libwrap1a.so +PASS: Build libwrap1b.so +PASS: Run with libwrap1a.so and libwrap1b.so +PASS: Run with libwrap1b.so and libwrap1a.so +Running [...]/hurd/ld/testsuite/ld-elfcomm/elfcomm.exp ... +PASS: --sort-common (descending) +PASS: --sort-common (ascending) +PASS: size/aligment change of common symbols (warning 1) +PASS: size/aligment change of common symbols (change 1) +PASS: size/aligment change of common symbols (warning 2) +PASS: size/aligment change of common symbols (change 2) +Running [...]/hurd/ld/testsuite/ld-elfvers/vers.exp ... +PASS: vers1 +PASS: vers2 +PASS: vers3 +PASS: vers4 +PASS: vers4a +PASS: vers4b +PASS: vers5 +PASS: vers6 +PASS: vers7a +PASS: vers7 +PASS: vers8 +PASS: vers9 +PASS: vers10 +PASS: vers11 +PASS: vers12 +PASS: ar with versioned solib +PASS: vers14 +PASS: vers15 +PASS: vers16a +PASS: vers16 +PASS: vers17 +PASS: vers18 +PASS: vers19 +PASS: vers20a +PASS: vers20 +PASS: vers21 +PASS: vers22a +PASS: vers22b +PASS: vers22 +PASS: vers23a +PASS: vers23b +PASS: vers23c +PASS: vers23d +PASS: vers23 +PASS: vers24a +PASS: vers24b +PASS: vers24c +PASS: vers25a +PASS: vers25b1 +PASS: vers25b2 +PASS: vers26a +PASS: vers26b1 +PASS: vers26b2 +PASS: vers26b3 +PASS: vers27a +PASS: vers27b +PASS: vers27c1 +PASS: vers27c2 +PASS: vers27d1 +PASS: vers27d2 +PASS: vers27d3 +PASS: vers27d4 +PASS: vers27d5 +PASS: vers28a +PASS: vers28b +PASS: vers28c +PASS: vers29 +PASS: vers30 +PASS: vers31 +PASS: vers32a +PASS: vers32b +Running [...]/hurd/ld/testsuite/ld-elfvsb/elfvsb.exp ... +PASS: ld-elfvsb/hidden0 +PASS: ld-elfvsb/hidden1 +PASS: ld-elfvsb/hidden2 +PASS: ld-elfvsb/internal0 +PASS: ld-elfvsb/internal1 +PASS: ld-elfvsb/protected0 +PASS: ld-elfvsb/protected1 +PASS: visibility (hidden) (non PIC) +PASS: visibility (hidden) (non PIC, load offset) +PASS: visibility (hidden) +PASS: visibility (hidden) (PIC main, non PIC so) +PASS: visibility (hidden) (PIC main) +PASS: visibility (hidden_normal) (non PIC) +PASS: visibility (hidden_normal) (non PIC, load offset) +PASS: visibility (hidden_normal) +PASS: visibility (hidden_normal) (PIC main, non PIC so) +PASS: visibility (hidden_normal) (PIC main) +PASS: visibility (hidden_undef) (non PIC) +PASS: visibility (hidden_undef) (non PIC, load offset) +PASS: visibility (hidden_undef) +PASS: visibility (hidden_undef) (PIC main, non PIC so) +PASS: visibility (hidden_undef) (PIC main) +PASS: visibility (hidden_undef_def) (non PIC) +PASS: visibility (hidden_undef_def) (non PIC, load offset) +PASS: visibility (hidden_undef_def) +PASS: visibility (hidden_undef_def) (PIC main, non PIC so) +PASS: visibility (hidden_undef_def) (PIC main) +PASS: visibility (hidden_weak) (non PIC) +PASS: visibility (hidden_weak) (non PIC, load offset) +PASS: visibility (hidden_weak) +PASS: visibility (hidden_weak) (PIC main, non PIC so) +PASS: visibility (hidden_weak) (PIC main) +PASS: visibility (protected) (non PIC) +PASS: visibility (protected) (non PIC, load offset) +PASS: visibility (protected) +PASS: visibility (protected) (PIC main, non PIC so) +PASS: visibility (protected) (PIC main) +PASS: visibility (protected_undef) (non PIC) +PASS: visibility (protected_undef) (non PIC, load offset) +PASS: visibility (protected_undef) +PASS: visibility (protected_undef) (PIC main, non PIC so) +PASS: visibility (protected_undef) (PIC main) +PASS: visibility (protected_undef_def) (non PIC) +PASS: visibility (protected_undef_def) (non PIC, load offset) +PASS: visibility (protected_undef_def) +PASS: visibility (protected_undef_def) (PIC main, non PIC so) +PASS: visibility (protected_undef_def) (PIC main) +PASS: visibility (protected_weak) (non PIC) +PASS: visibility (protected_weak) (non PIC, load offset) +PASS: visibility (protected_weak) +PASS: visibility (protected_weak) (PIC main, non PIC so) +PASS: visibility (protected_weak) (PIC main) +PASS: visibility (normal) (non PIC) +PASS: visibility (normal) (non PIC, load offset) +PASS: visibility (normal) +PASS: visibility (normal) (PIC main, non PIC so) +PASS: visibility (normal) (PIC main) +PASS: common hidden symbol +PASS: weak hidden symbol DSO last +PASS: weak hidden symbol DSO first +Running [...]/hurd/ld/testsuite/ld-elfweak/elfweak.exp ... +PASS: ELF DSO weak func first +PASS: ELF DSO weak func last +PASS: ELF DSO weak func first DSO +PASS: ELF DSO weak func last DSO +PASS: ELF weak func first +PASS: ELF weak func last +PASS: ELF weak func first DSO +PASS: ELF weak func last DSO +PASS: ELF DSO weak data first +PASS: ELF DSO weak data last +PASS: ELF DSO weak data first DSO +PASS: ELF DSO weak data last DSO +PASS: ELF DSO weak data first DSO common +PASS: ELF DSO weak data last DSO common +PASS: ELF weak data first +PASS: ELF weak data last +PASS: ELF weak data first common +PASS: ELF weak data last common +PASS: ELF weak data first DSO +PASS: ELF weak data last DSO +PASS: ELF weak data first DSO common +PASS: ELF weak data last DSO common +PASS: ELF DSO small bar (size) +PASS: ELF DSO foo with small bar (size) +PASS: ELF DSO big bar (size) +PASS: ELF weak size +PASS: ld-elfweak/size2 +Running [...]/hurd/ld/testsuite/ld-fastcall/fastcall.exp ... +Running [...]/hurd/ld/testsuite/ld-frv/fdpic.exp ... +Running [...]/hurd/ld/testsuite/ld-frv/frv-elf.exp ... +Running [...]/hurd/ld/testsuite/ld-frv/tls.exp ... +Running [...]/hurd/ld/testsuite/ld-gc/gc.exp ... +PASS: Check --gc-section +PASS: Check --gc-section/-q +PASS: Check --gc-section/-r/-e +PASS: Check --gc-section/-r/-u +PASS: --gc-sections -r without -e +PASS: --gc-sections with note section +PASS: --gc-sections with __start_ +PASS: --gc-sections with shared library +Running [...]/hurd/ld/testsuite/ld-h8300/h8300.exp ... +Running [...]/hurd/ld/testsuite/ld-i386/i386.exp ... +PASS: TLS -fpic -shared transitions +PASS: TLS descriptor -fpic -shared transitions +PASS: Helper shared library +PASS: TLS -fpic and -fno-pic exec transitions +PASS: TLS descriptor -fpic and -fno-pic exec transitions +PASS: TLS -fno-pic -shared +PASS: TLS with global dynamic and descriptors +PASS: TLS in debug sections +PASS: TLS @indntpoff with %eax +PASS: Reloc section order +PASS: Basic --emit-relocs support +PASS: -z combreloc relocation sections +PASS: TLS GD->LE transition +PASS: TLS LD->LE transition +PASS: TLS IE->LE transition +PASS: Absolute non-overflowing relocs +PASS: PCREL8 overflow +PASS: PCREL16 overflow +PASS: PCREL16 absolute reloc +PASS: Invalid allocated section +PASS: --warn-shared-textrel --fatal-warnings +PASS: TLS GD->LE transition check +PASS: TLS IE->LE transition check (R_386_TLS_GOTIE with %eax) +PASS: TLS IE->LE transition check (R_386_TLS_GOTIE) +PASS: TLS IE->LE transition check (R_386_TLS_IE with %eax) +PASS: TLS IE->LE transition check (R_386_TLS_IE) +PASS: ld-i386/hidden1 +PASS: ld-i386/hidden2 +PASS: ld-i386/hidden3 +PASS: ld-i386/protected1 +PASS: ld-i386/protected2 +PASS: ld-i386/protected3 +PASS: TLS with PIE +PASS: ld-i386/nogot1 +PASS: ld-i386/nogot2 +PASS: ld-i386/discarded1 +PASS: undefined symbol with compressed debug sections +Running [...]/hurd/ld/testsuite/ld-ia64/ia64.exp ... +Running [...]/hurd/ld/testsuite/ld-ia64/line.exp ... +Running [...]/hurd/ld/testsuite/ld-ifunc/binutils.exp ... +PASS: strip (ifunc-4-x86) +PASS: objcopy (ifunc-4-x86) +PASS: strip (ifunc-4-local-x86) +PASS: objcopy (ifunc-4-local-x86) +Running [...]/hurd/ld/testsuite/ld-ifunc/ifunc.exp ... +PASS: Building ifunc binaries +PASS: Checking ifunc binaries +PASS: ld-ifunc/ifunc-1-local-x86 +PASS: ld-ifunc/ifunc-1-x86 +PASS: ld-ifunc/ifunc-10-i386 +PASS: ld-ifunc/ifunc-11-i386 +PASS: ld-ifunc/ifunc-2-i386 +PASS: ld-ifunc/ifunc-2-local-i386 +PASS: ld-ifunc/ifunc-3a-x86 +PASS: ld-ifunc/ifunc-3b-x86 +PASS: ld-ifunc/ifunc-4-local-x86 +PASS: ld-ifunc/ifunc-4-x86 +PASS: ld-ifunc/ifunc-4a-x86 +PASS: ld-ifunc/ifunc-5a-i386 +PASS: ld-ifunc/ifunc-5a-local-i386 +PASS: ld-ifunc/ifunc-5b-i386 +PASS: ld-ifunc/ifunc-5b-local-i386 +PASS: ld-ifunc/ifunc-5r-local-i386 +PASS: ld-ifunc/ifunc-6a-i386 +PASS: ld-ifunc/ifunc-6b-i386 +PASS: ld-ifunc/ifunc-7a-i386 +PASS: ld-ifunc/ifunc-7b-i386 +PASS: ld-ifunc/ifunc-8-i386 +PASS: ld-ifunc/ifunc-9-x86 +Running [...]/hurd/ld/testsuite/ld-libs/libs.exp ... +PASS: -l: test (preparation) +PASS: -l: test +Running [...]/hurd/ld/testsuite/ld-linkonce/linkonce.exp ... +PASS: ld-linkonce/zeroehl32 +Running [...]/hurd/ld/testsuite/ld-m68hc11/m68hc11.exp ... +Running [...]/hurd/ld/testsuite/ld-m68k/m68k-got.exp ... +Running [...]/hurd/ld/testsuite/ld-m68k/m68k.exp ... +Running [...]/hurd/ld/testsuite/ld-mep/mep.exp ... +Running [...]/hurd/ld/testsuite/ld-mips-elf/mips-elf-flags.exp ... +Running [...]/hurd/ld/testsuite/ld-mips-elf/mips-elf.exp ... +Running [...]/hurd/ld/testsuite/ld-mmix/mmix.exp ... +Running [...]/hurd/ld/testsuite/ld-mn10300/mn10300.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe-compile.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe-run.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe-run2.exp ... +Running [...]/hurd/ld/testsuite/ld-pe/pe.exp ... +Running [...]/hurd/ld/testsuite/ld-pie/pie.exp ... +PASS: weak undefined +PASS: weak undefined data +PASS: missing entry symbol +Running [...]/hurd/ld/testsuite/ld-plugin/plugin.exp ... +PASS: plugin API enabled +PASS: load plugin +PASS: fail plugin onload +PASS: fail plugin allsymbolsread +PASS: fail plugin cleanup +PASS: plugin all hooks +PASS: plugin claimfile lost symbol +PASS: plugin claimfile replace symbol +PASS: plugin claimfile resolve symbol +PASS: plugin claimfile replace file +PASS: plugin set symbol visibility +PASS: plugin ignore lib +PASS: plugin claimfile replace lib +Running [...]/hurd/ld/testsuite/ld-powerpc/aix52.exp ... +Running [...]/hurd/ld/testsuite/ld-powerpc/powerpc.exp ... +Running [...]/hurd/ld/testsuite/ld-s390/s390.exp ... +Running [...]/hurd/ld/testsuite/ld-scripts/align.exp ... +PASS: align1 +PASS: ld-scripts/align2a +PASS: ld-scripts/align2b +PASS: ld-scripts/align2c +Running [...]/hurd/ld/testsuite/ld-scripts/alignof.exp ... +PASS: ALIGNOF +Running [...]/hurd/ld/testsuite/ld-scripts/assert.exp ... +PASS: ASSERT +Running [...]/hurd/ld/testsuite/ld-scripts/crossref.exp ... +PASS: NOCROSSREFS 1 +PASS: NOCROSSREFS 2 +PASS: NOCROSSREFS 3 +Running [...]/hurd/ld/testsuite/ld-scripts/data.exp ... +PASS: ld-scripts/data +Running [...]/hurd/ld/testsuite/ld-scripts/default-script.exp ... +PASS: ld-scripts/default-script1 +PASS: ld-scripts/default-script2 +PASS: ld-scripts/default-script3 +PASS: ld-scripts/default-script4 +Running [...]/hurd/ld/testsuite/ld-scripts/defined.exp ... +PASS: DEFINED (PRMS 5699) +PASS: ld-scripts/defined2 +PASS: ld-scripts/defined3 +Running [...]/hurd/ld/testsuite/ld-scripts/dynamic-sections.exp ... +PASS: dynamic sections +Running [...]/hurd/ld/testsuite/ld-scripts/empty-address.exp ... +PASS: ld-scripts/empty-address-1 +PASS: ld-scripts/empty-address-2a +PASS: ld-scripts/empty-address-2b +PASS: ld-scripts/empty-address-3a +PASS: ld-scripts/empty-address-3b +PASS: ld-scripts/empty-address-3c +Running [...]/hurd/ld/testsuite/ld-scripts/empty-aligned.exp ... +PASS: ld-scripts/empty-aligned +Running [...]/hurd/ld/testsuite/ld-scripts/empty-orphan.exp ... +PASS: ld-scripts/empty-orphan +Running [...]/hurd/ld/testsuite/ld-scripts/expr.exp ... +PASS: ld-scripts/expr1 +Running [...]/hurd/ld/testsuite/ld-scripts/extern.exp ... +PASS: EXTERN +Running [...]/hurd/ld/testsuite/ld-scripts/include.exp ... +PASS: include-1 +Running [...]/hurd/ld/testsuite/ld-scripts/map-address.exp ... +PASS: map addresses +Running [...]/hurd/ld/testsuite/ld-scripts/overlay-size.exp ... +PASS: overlay size +PASS: overlay size (map check) +Running [...]/hurd/ld/testsuite/ld-scripts/phdrs.exp ... +PASS: PHDRS +Running [...]/hurd/ld/testsuite/ld-scripts/phdrs2.exp ... +PASS: PHDRS2 +Running [...]/hurd/ld/testsuite/ld-scripts/phdrs3.exp ... +PASS: PHDRS headers +PASS: PHDRS headers 3a +Running [...]/hurd/ld/testsuite/ld-scripts/provide.exp ... +PASS: ld-scripts/provide-1 +PASS: ld-scripts/provide-2 +XFAIL: ld-scripts/provide-3 +Running [...]/hurd/ld/testsuite/ld-scripts/rgn-at.exp ... +PASS: rgn-at1 +PASS: rgn-at2 +PASS: rgn-at3 +PASS: rgn-at4 +PASS: rgn-at5 +Running [...]/hurd/ld/testsuite/ld-scripts/rgn-over.exp ... +PASS: rgn-over1 +PASS: rgn-over1 (map check) +PASS: rgn-over2 +PASS: rgn-over2 (map check) +PASS: rgn-over3 +PASS: rgn-over3 (map check) +PASS: rgn-over4 +PASS: rgn-over4 (map check) +PASS: rgn-over5 +PASS: rgn-over5 (map check) +PASS: rgn-over6 +PASS: rgn-over6 (map check) +PASS: rgn-over7 +PASS: rgn-over7 (map check) +PASS: rgn-over8 +Running [...]/hurd/ld/testsuite/ld-scripts/script.exp ... +PASS: script +PASS: MRI script +PASS: MEMORY +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-1.t +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-2.t +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-3.t +XFAIL: REGION_ALIAS: [...]/hurd/ld/testsuite/ld-scripts/region-alias-4.t +Running [...]/hurd/ld/testsuite/ld-scripts/section-match.exp ... +PASS: ld-scripts/section-match-1 +Running [...]/hurd/ld/testsuite/ld-scripts/size.exp ... +PASS: ld-scripts/size-1 +PASS: ld-scripts/size-2 +Running [...]/hurd/ld/testsuite/ld-scripts/sizeof.exp ... +PASS: SIZEOF +Running [...]/hurd/ld/testsuite/ld-scripts/sort.exp ... +PASS: --sort-section alignment +PASS: SORT_BY_ALIGNMENT +PASS: SORT_BY_ALIGNMENT(SORT_BY_ALIGNMENT()) +PASS: SORT_BY_ALIGNMENT(SORT_BY_ALIGNMENT()) --sort-section alignment +PASS: SORT_BY_ALIGNMENT(SORT_BY_ALIGNMENT()) --sort-section name +PASS: SORT_BY_ALIGNMENT(SORT_BY_NAME()) +PASS: SORT_BY_ALIGNMENT(SORT_BY_NAME()) --sort-section name +PASS: SORT_BY_ALIGNMENT(SORT_BY_NAME()) --sort-section alignment +PASS: --sort-section name +PASS: SORT_BY_NAME +PASS: SORT_BY_NAME(SORT_BY_ALIGNMENT()) +PASS: SORT_BY_NAME(SORT_BY_ALIGNMENT()) --sort-section alignment +PASS: SORT_BY_NAME(SORT_BY_ALIGNMENT()) --sort-section alignment +PASS: SORT_BY_NAME(SORT_BY_NAME()) +PASS: SORT_BY_NAME(SORT_BY_NAME()) --sort-section name +PASS: SORT_BY_NAME(SORT_BY_NAME()) --sort-section alignment +PASS: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT +PASS: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT +Running [...]/hurd/ld/testsuite/ld-scripts/weak.exp ... +PASS: weak symbols +Running [...]/hurd/ld/testsuite/ld-selective/sel-dump.exp ... +PASS: Preserve default . = 0 +PASS: Preserve explicit . = 0 +Running [...]/hurd/ld/testsuite/ld-selective/selective.exp ... +PASS: selective1 +PASS: selective2 +PASS: selective3 +XFAIL: selective4 +XFAIL: selective5 +XFAIL: selective6 +Running [...]/hurd/ld/testsuite/ld-sh/arch/arch.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/rd-sh.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh-vxworks.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/rd-sh64.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/relax.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/relfail.exp ... +Running [...]/hurd/ld/testsuite/ld-sh/sh64/sh64.exp ... +Running [...]/hurd/ld/testsuite/ld-shared/shared.exp ... +PASS: shared (non PIC) +PASS: shared (non PIC, load offset) +PASS: shared +PASS: shared -Bsymbolic +PASS: shared (PIC main, non PIC so) +PASS: shared (PIC main) +Running [...]/hurd/ld/testsuite/ld-sparc/sparc.exp ... +Running [...]/hurd/ld/testsuite/ld-spu/spu.exp ... +Running [...]/hurd/ld/testsuite/ld-srec/srec.exp ... +PASS: S-records +PASS: S-records with constructors +Running [...]/hurd/ld/testsuite/ld-tic6x/tic6x.exp ... +Running [...]/hurd/ld/testsuite/ld-undefined/entry.exp ... +PASS: Build libentry.a +PASS: --entry foo archive +PASS: --entry foo -u foo archive +PASS: -shared --entry foo archive +PASS: -shared --entry foo -u foo archive +PASS: --entry foo +PASS: --entry foo -u foo +PASS: --entry 0x0 +Running [...]/hurd/ld/testsuite/ld-undefined/undefined.exp ... +PASS: undefined +PASS: undefined function +PASS: undefined line +Running [...]/hurd/ld/testsuite/ld-undefined/weak-undef.exp ... +PASS: weak undefined symbols +Running [...]/hurd/ld/testsuite/ld-v850/v850.exp ... +Running [...]/hurd/ld/testsuite/ld-versados/versados.exp ... +Running [...]/hurd/ld/testsuite/ld-vxworks/vxworks.exp ... +Running [...]/hurd/ld/testsuite/ld-x86-64/dwarfreloc.exp ... +Running [...]/hurd/ld/testsuite/ld-x86-64/line.exp ... +Running [...]/hurd/ld/testsuite/ld-x86-64/x86-64.exp ... +Running [...]/hurd/ld/testsuite/ld-xc16x/xc16x.exp ... +Running [...]/hurd/ld/testsuite/ld-xstormy16/xstormy16.exp ... +Running [...]/hurd/ld/testsuite/ld-xtensa/coalesce.exp ... +Running [...]/hurd/ld/testsuite/ld-xtensa/lcall.exp ... +Running [...]/hurd/ld/testsuite/ld-xtensa/xtensa.exp ... + + === ld Summary === + +# of expected passes 616 +# of expected failures 8 +# of untested testcases 6 +/media/data[...]/hurd.build/ld/ld-new 2.21.51.20101107 + +Test Run By thomas on Sun Nov 7 20:20:38 2010 +Native configuration is i686-pc-linux-gnu + + === gas tests === + +Schedule of variations: + unix + +Running target unix +Running [...]/hurd/gas/testsuite/gas/all/gas.exp ... +PASS: pcrel values in assignment +PASS: simplifiable double subtraction +PASS: simplifiable double subtraction (-a) +PASS: simple FP constants +PASS: difference of two undefined symbols +PASS: .equiv for symbol already set to another one +PASS: .equiv for symbol already set to an expression +PASS: .equ for symbol already set +PASS: .equ for symbol already set through .eqv +PASS: .eqv support +PASS: .eqv for symbol already set +PASS: == assignment support +PASS: == assignment for symbol already set +PASS: forward references +PASS: forward expression +PASS: .equ redefinitions +PASS: .equ redefinitions (2) +PASS: .equ redefinitions (3) +PASS: .set for symbol already used as label +PASS: .set for symbol already defined through .comm +PASS: comment.s: comments in listings +PASS: general info section in listings +PASS: difference between forward references +PASS: struct +PASS: align +PASS: align2 +PASS: alternate macro syntax +PASS: alternate macro syntax (escape) +PASS: evaluation of simple expressions +PASS: conditional listings +PASS: incbin +PASS: assignment tests +PASS: .sleb128 tests +PASS: relax .uleb128 +PASS: bad byte directive +PASS: .quad tests +PASS: octa bignum +PASS: weakref tests, relocations +PASS: weakref tests, global syms +PASS: weakref tests, local syms +PASS: weakref tests, strong undefined syms +PASS: weakref tests, weak undefined syms +PASS: e: would close weakref loop: e => a => b => c => d => e +PASS: a: would close weakref loop: a => b => c => d => e => a +PASS: is already defined +PASS: .strings tests +PASS: gas/all/err-1.s (test for errors, line 3) +PASS: gas/all/err-1.s (test for errors, line 4) +PASS: gas/all/err-1.s (test for errors, line 5) +PASS: gas/all/err-1.s (test for errors, line 6) +PASS: gas/all/err-1.s (test for errors, line 7) +PASS: gas/all/err-1.s (test for excess errors) +PASS: gas/all/warn-1.s (test for warnings, line 3) +PASS: gas/all/warn-1.s (test for errors, line 4) +PASS: gas/all/warn-1.s (test for warnings, line 5) +PASS: gas/all/warn-1.s (test for warnings, line 6) +PASS: gas/all/warn-1.s (test for warnings, line 7) +PASS: gas/all/warn-1.s (test for excess errors) +Running [...]/hurd/gas/testsuite/gas/alpha/alpha.exp ... +Running [...]/hurd/gas/testsuite/gas/arc/arc.exp ... +Running [...]/hurd/gas/testsuite/gas/arc/warn.exp ... +Running [...]/hurd/gas/testsuite/gas/arm/arm.exp ... +Running [...]/hurd/gas/testsuite/gas/bfin/bfin.exp ... +Running [...]/hurd/gas/testsuite/gas/bfin/error.exp ... +Running [...]/hurd/gas/testsuite/gas/cfi/cfi.exp ... +PASS: CFI on i386 +PASS: cfi cfi-diag-1 +PASS: CFI common 1 +PASS: CFI common 2 +PASS: CFI common 3 +PASS: CFI common 4 +PASS: CFI common 5 +PASS: CFI common 7 +PASS: CFI common 6 +Running [...]/hurd/gas/testsuite/gas/cr16/cr16.exp ... +Running [...]/hurd/gas/testsuite/gas/cr16/pic.exp ... +Running [...]/hurd/gas/testsuite/gas/cris/cris.exp ... +Running [...]/hurd/gas/testsuite/gas/crx/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/d10v/d10v.exp ... +Running [...]/hurd/gas/testsuite/gas/d30v/d30.exp ... +Running [...]/hurd/gas/testsuite/gas/dlx/alltests.exp ... +Running [...]/hurd/gas/testsuite/gas/elf/elf.exp ... +PASS: elf ehopt0 +PASS: .file file names +PASS: group section +PASS: group section +PASS: group section name +PASS: group section with multiple sections of same name +PASS: group section with multiple sections of same name +PASS: automatic section group a +PASS: automatic section group b +PASS: .equ redefinitions (ELF) +PASS: elf equate relocs +PASS: Ill-formed directives +PASS: elf section0 +PASS: elf section1 +PASS: elf section2 list +PASS: note section +PASS: label arithmetic with multiple same-name sections +PASS: elf section5 list +PASS: ELF struct +PASS: .set with expression +PASS: ELF symbol versioning +PASS: .set with IFUNC +PASS: elf type list +PASS: elf section6 +PASS: elf section7 +PASS: section flags +PASS: DWARF2 1 +PASS: DWARF2 2 +PASS: DWARF2 3 +PASS: Check bad section flag +Running [...]/hurd/gas/testsuite/gas/fr30/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/fr30/fr30.exp ... +Running [...]/hurd/gas/testsuite/gas/frv/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/h8300-coff.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/h8300-elf.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/h8300.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t01_mov.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t02_mova.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t03_add.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t04_sub.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t05_cmp.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t06_ari2.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t07_ari3.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t08_or.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t09_xor.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t10_and.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t11_logs.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t12_bit.exp ... +Running [...]/hurd/gas/testsuite/gas/h8300/t13_otr.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/basic/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/parse/parse.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/reloc/reloc.exp ... +Running [...]/hurd/gas/testsuite/gas/hppa/unsorted/unsorted.exp ... +Running [...]/hurd/gas/testsuite/gas/i386/i386.exp ... +PASS: i386 float +PASS: i386 general +PASS: i386 inval +PASS: i386 segment +PASS: i386 inval-seg +PASS: i386 inval-reg +PASS: i386 modrm +PASS: i386 naked reg +PASS: i386 opcodes +PASS: i386 opcodes (Intel disassembly) +PASS: i386 opcodes (w/ suffix) +PASS: i386 intel +PASS: i386 intel16 +PASS: i386 intelbad +PASS: i386 intel-ok +PASS: i386 prefix +PASS: i386 amd +PASS: i386 katmai +PASS: i386 jump +PASS: i386 relax 1 +PASS: i386 relax 2 +PASS: i386 ssemmx2 +PASS: i386 sse2 +PASS: i386 sub +PASS: i386 SSE3 +PASS: i386 SIB +PASS: i386 SIB (Intel mode) +PASS: i386 displacement +PASS: i386 displacement (Intel mode) +PASS: i386 32bit displacement +PASS: i386 VMX +PASS: i386 SMX +PASS: i386 suffix +PASS: i386 immed +PASS: i386 equates +PASS: i386 divide +PASS: i386 padlock +PASS: i386 cr8+ +PASS: i386 cr-err +PASS: 32-bit SVME +PASS: i386 amdfam10 +PASS: i386 SSSE3 +PASS: i386 rep prefix +PASS: i386 rep prefix (with suffixes) +PASS: i386 lockable insns +PASS: i386 lockable insns (Intel disassembly) +PASS: i386 lockbad-1 +PASS: i386 long insns +PASS: i386 long insns (Intel disassembly) +PASS: i386 fp +PASS: i386 nops +PASS: i386 nops 16bit 1 +PASS: i386 nops 1 +PASS: i386 -mtune=i386 nops 1 +PASS: i386 nops -march=i386 -mtune=i686 1 +PASS: i386 -mtune=i686 nops 1 +PASS: i386 -mtune=k8 nops 1 +PASS: i386 -mtune=core2 nops 1 +PASS: i386 -mtune=bdver1 nops 1 +PASS: i386 nops 2 +PASS: i386 nops -mtune=i386 2 +PASS: i386 -march=i386 -mtune=core2 nops 2 +PASS: i386 nops 3 +PASS: i386 nops -mtune=i386 3 +PASS: i386 -mtune=i686 nops 3 +PASS: i386 nops 4 +PASS: i386 nops -mtune=i386 4 +PASS: i386 -mtune=i686 nops 4 +PASS: i386 nops 5 +PASS: i386 -march=i686 nops 5 +PASS: i386 16-bit addressing in 32-bit mode. +PASS: i386 32-bit addressing in 16-bit mode. +PASS: i386 SSE4.1 +PASS: i386 SSE4.1 (Intel disassembly) +PASS: i386 SSE4.2 +PASS: i386 SSE4.2 (Intel disassembly) +PASS: i386 crc32 +PASS: i386 crc32 (Intel disassembly) +PASS: i386 inval-crc32 +PASS: i386 SIMD +PASS: i386 SIMD (Intel mode) +PASS: i386 SIMD (with suffixes) +PASS: i386 mem +PASS: i386 mem (Intel mode) +PASS: i386 reg +PASS: i386 reg (Intel mode) +PASS: i386 +PASS: i386 float AT&T mnemonic +PASS: i386 float Intel mnemonic +PASS: i386 arch 1 +PASS: i386 arch 2 +PASS: i386 arch 3 +PASS: i386 arch 4 +PASS: i386 arch 5 +PASS: i386 arch 6 +PASS: i386 arch 7 +PASS: i386 arch 9 +PASS: i386 arch 10 +PASS: i386 arch-10-1 +PASS: i386 arch-10-2 +PASS: i386 arch-10-3 +PASS: i386 arch-10-4 +PASS: i386 arch 11 +PASS: i386 arch 12 +PASS: i386 8087 +PASS: i386 287 +PASS: i386 387 (cmdline) +PASS: i386 no87 +PASS: i386 no87-2 +PASS: i386 xsave +PASS: i386 xsave (Intel mode) +PASS: i386 AES +PASS: i386 AES (Intel mode) +PASS: i386 PCLMUL +PASS: i386 PCLMUL (Intel mode) +PASS: i386 AVX +PASS: i386 AVX (Intel disassembly) +PASS: i386 AVX scalar insns +PASS: i386 AVX scalar insns (Intel disassembly) +PASS: i386 SSE with AVX encoding +PASS: i386 inval-avx +PASS: i386 SSE check (none) +PASS: i386 SSE check (.sse_check none) +PASS: i386 SSE check (warning) +PASS: i386 sse-check-error +PASS: i386 SSE without AVX equivalent +PASS: i386 movbe +PASS: i386 movbe (Intel disassembly) +PASS: i386 inval-movbe +PASS: i386 EPT +PASS: i386 EPT (Intel disassembly) +PASS: i386 inval-ept +PASS: i386 arch avx 1 +PASS: i386 arch-avx-1-1 +PASS: i386 arch-avx-1-2 +PASS: i386 arch-avx-1-3 +PASS: i386 arch-avx-1-4 +PASS: i386 arch-avx-1-5 +PASS: i386 arch-avx-1-6 +PASS: encoding option +PASS: encoding option (Intel mode) +PASS: encoding option with -msse2avx +PASS: encoding option with -msse2avx (Intel mode) +PASS: i386 FMA +PASS: i386 FMA (Intel disassembly) +PASS: i386 FMA scalar insns +PASS: i386 FMA scalar insns (Intel disassembly) +PASS: i386 FMA4 +PASS: i386 LWP +PASS: i386 XOP +PASS: i386 F16C +PASS: i386 F16C (Intel disassembly) +PASS: i386 FSGSBase +PASS: i386 FSGSBase (Intel disassembly) +PASS: i386 RdRnd +PASS: i386 RdRnd (Intel disassembly) +PASS: i386 reloc +PASS: i386 jump16 +PASS: i386 white +PASS: i386 pcrel reloc +PASS: i386 abs reloc +PASS: i386 intelpic +PASS: i386 relax +PASS: i386 gotpc +PASS: i386 dynamic tls +PASS: i386 pic tls +PASS: i386 non-pic tls +PASS: i386 .bss +PASS: i386 relocs +PASS: i386 reloc32 +PASS: x86 mixed mode relocs (32-bit object) +PASS: i386 AT&T register names +PASS: i386 intel-got +PASS: i386 Intel register names +PASS: i386 inval-equ-1 +PASS: i386 inval-equ-2 +PASS: i386 ifunc +PASS: i386 l1om-inval +PASS: i386 local PIC +PASS: DWARF2 debugging information 1 +PASS: DWARF2 debugging information 2 +PASS: x86 Intel expressions +PASS: string insn operands +PASS: i386 string-bad +PASS: i386 space1 +PASS: i386 list-1 +PASS: i386 list-2 +PASS: i386 list-3 +PASS: DWARF2 debugging information 1 +Running [...]/hurd/gas/testsuite/gas/i860/i860.exp ... +Running [...]/hurd/gas/testsuite/gas/ia64/ia64.exp ... +Running [...]/hurd/gas/testsuite/gas/ieee-fp/x930509a.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/load-hazards.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/odd-ldw.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/odd-sdw.exp ... +Running [...]/hurd/gas/testsuite/gas/iq2000/yield.exp ... +Running [...]/hurd/gas/testsuite/gas/lm32/all.exp ... +Running [...]/hurd/gas/testsuite/gas/lns/lns.exp ... +PASS: lns lns-diag-1 +PASS: lns-duplicate +PASS: lns-common-1 +Running [...]/hurd/gas/testsuite/gas/m32r/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/error.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/m32r.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/m32r2.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/m32rx.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/pic.exp ... +Running [...]/hurd/gas/testsuite/gas/m32r/rel32.exp ... +Running [...]/hurd/gas/testsuite/gas/m68hc11/m68hc11.exp ... +Running [...]/hurd/gas/testsuite/gas/m68k-coff/gas.exp ... +Running [...]/hurd/gas/testsuite/gas/m68k/all.exp ... +Running [...]/hurd/gas/testsuite/gas/macros/macros.exp ... +PASS: macro test 1 +PASS: macro test 2 +PASS: macro test 3 +PASS: macro irp +PASS: macro rept +PASS: nested irp/irpc/rept +PASS: macro vararg +PASS: macro infinite recursion +PASS: logical and in macro definition +PASS: semi +PASS: strings +PASS: APP with macro without NO_APP +PASS: APP with macro then NO_APP +PASS: APP with macro then NO_APP then more code +PASS: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file +PASS: macros badarg +PASS: macros dot +PASS: macros end +PASS: macros purge +PASS: macros redef +PASS: gas/macros/paren +PASS: .exitm outside of a macro +Running [...]/hurd/gas/testsuite/gas/mcore/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/mep/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/mep/complex-relocs.exp ... +Running [...]/hurd/gas/testsuite/gas/mips/mips.exp ... +Running [...]/hurd/gas/testsuite/gas/mmix/mmix-err.exp ... +Running [...]/hurd/gas/testsuite/gas/mmix/mmix-list.exp ... +Running [...]/hurd/gas/testsuite/gas/mmix/mmix.exp ... +Running [...]/hurd/gas/testsuite/gas/mn10200/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/mn10300/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/mri/mri.exp ... +Running [...]/hurd/gas/testsuite/gas/msp430/msp430.exp ... +Running [...]/hurd/gas/testsuite/gas/mt/errors.exp ... +Running [...]/hurd/gas/testsuite/gas/mt/mt.exp ... +Running [...]/hurd/gas/testsuite/gas/mt/relocs.exp ... +Running [...]/hurd/gas/testsuite/gas/openrisc/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/pdp11/pdp11.exp ... +Running [...]/hurd/gas/testsuite/gas/pe/pe.exp ... +Running [...]/hurd/gas/testsuite/gas/pj/pj.exp ... +Running [...]/hurd/gas/testsuite/gas/ppc/aix.exp ... +Running [...]/hurd/gas/testsuite/gas/ppc/ppc.exp ... +Running [...]/hurd/gas/testsuite/gas/rx/rx.exp ... +Running [...]/hurd/gas/testsuite/gas/s390/s390.exp ... +Running [...]/hurd/gas/testsuite/gas/score/relax.exp ... +Running [...]/hurd/gas/testsuite/gas/score/relax_32.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/arch/arch.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/err.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/sh64/err.exp ... +Running [...]/hurd/gas/testsuite/gas/sh/sh64/sh64.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc-solaris/addend.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc-solaris/gas.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc/mismatch.exp ... +Running [...]/hurd/gas/testsuite/gas/sparc/sparc.exp ... +Running [...]/hurd/gas/testsuite/gas/sun4/addend.exp ... +Running [...]/hurd/gas/testsuite/gas/symver/symver.exp ... +PASS: symver symver0 +PASS: symver symver1 +PASS: symver symver2 +PASS: symver symver3 +PASS: symver symver6 +Running [...]/hurd/gas/testsuite/gas/tic4x/tic4x.exp ... +Running [...]/hurd/gas/testsuite/gas/tic54x/tic54x.exp ... +Running [...]/hurd/gas/testsuite/gas/tic6x/tic6x.exp ... +Running [...]/hurd/gas/testsuite/gas/v850/basic.exp ... +Running [...]/hurd/gas/testsuite/gas/vax/vax.exp ... +Running [...]/hurd/gas/testsuite/gas/xc16x/xc16x.exp ... +Running [...]/hurd/gas/testsuite/gas/xstormy16/allinsn.exp ... +Running [...]/hurd/gas/testsuite/gas/xtensa/all.exp ... +Running [...]/hurd/gas/testsuite/gas/xtensa/xtensa-err.exp ... +Running [...]/hurd/gas/testsuite/gas/z80/z80.exp ... +Running [...]/hurd/gas/testsuite/gas/z8k/z8k.exp ... + + === gas Summary === + +# of expected passes 316 +../as-new 2.21.51.20101107 + -- cgit v1.2.3