summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-11-25 08:54:36 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-11-25 08:54:36 +0100
commit9b7980c918a324f1f624df832f2080d514ea979c (patch)
tree2a9d4985125ee531b7790fda5109a58a672f80e4
parent3254ee3837353954371cbc5fad88b2d38251d7e4 (diff)
open_issues/binutils: Update.
-rw-r--r--open_issues/binutils.mdwn2
-rw-r--r--open_issues/binutils/testsuite.mdwn44
-rw-r--r--open_issues/binutils/testsuite/log_build-diff78
-rw-r--r--open_issues/binutils/testsuite/sum_hurd16
-rw-r--r--open_issues/binutils/testsuite/sum_linux10
5 files changed, 85 insertions, 65 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn
index 1796deaf..79fcc4a9 100644
--- a/open_issues/binutils.mdwn
+++ b/open_issues/binutils.mdwn
@@ -28,7 +28,7 @@ though, as explained below.
# Configuration
-Last checked against a21e91c6604036d32acbec4d34e4e9fe081cc34f (2010-11-08).
+Last reviewed against cdb2275c9ffb41cacdcee078cf43718ab66c091e (2010-11-24).
* Globally
diff --git a/open_issues/binutils/testsuite.mdwn b/open_issues/binutils/testsuite.mdwn
index 82bd19b1..4a13868f 100644
--- a/open_issues/binutils/testsuite.mdwn
+++ b/open_issues/binutils/testsuite.mdwn
@@ -11,7 +11,7 @@ License|/fdl]]."]]"""]]
[[!tag open_issue_binutils]]
Here's a log of a binutils build and testsuite run; this is from
-a0fc8b2145396563ff60761d8b4ff1d3d3a92c41 (2010-11-07)
+fb02b34127764596bd182e258400a59356f6cdce (2010-11-24)
[[sources|source_repositories/binutils]], run on kepler.SCHWINGE and grubber.
$ export LC_ALL=C
@@ -23,7 +23,7 @@ a0fc8b2145396563ff60761d8b4ff1d3d3a92c41 (2010-11-07)
(kepler.SCHWINGE defaults to using /bin/sh for libtool, grubber to /bin/bash;
thus harmonized.)
-On grubber, this takes roughly 50 minutes.
+On grubber, this takes roughly one hour.
x86 GNU/Linux and GNU/Hurd's configurations are [[slightly
different|binutils]], thus mask out most of the differences that are due to
@@ -38,7 +38,7 @@ GNU/Linux defining `-DTRAD_CORE`, `-DHAVE_i386linux_vec`
$ make -k check
[...]
-On grubber, this takes roughly 45 minutes.
+On grubber, this takes roughly one hour.
$ 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
@@ -46,12 +46,12 @@ On grubber, this takes roughly 45 minutes.
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
+ --- open_issues/binutils/testsuite/sum_linux 2010-11-24 13:01:43.000000000 +0100
+ +++ open_issues/binutils/testsuite/sum_hurd 2010-11-25 08:51:52.000000000 +0100
@@ -1,5 +1,5 @@
- -Test Run By thomas on Sun Nov 7 20:20:33 2010
+ -Test Run By thomas on Wed Nov 24 12:32:00 2010
-Native configuration is i686-pc-linux-gnu
- +Test Run By tschwinge on Sun Nov 7 21:03:30 2010
+ +Test Run By tschwinge on Wed Nov 24 12:33:09 2010
+Native configuration is i686-unknown-gnu0.3
=== binutils tests ===
@@ -60,9 +60,9 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]:
# of expected passes 83
# of unsupported tests 2
- -Test Run By thomas on Sun Nov 7 20:20:55 2010
+ -Test Run By thomas on Wed Nov 24 12:32:23 2010
-Native configuration is i686-pc-linux-gnu
- +Test Run By tschwinge on Sun Nov 7 21:10:31 2010
+ +Test Run By tschwinge on Wed Nov 24 12:43:48 2010
+Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -80,7 +80,17 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]:
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
+ @@ -317,7 +317,8 @@ Running [...]/hurd/ld/testsuite/ld-elf/s
+ 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
+ +WARNING: program timed out.
+ +FAIL: ld-elf/64ksec
+ Running [...]/hurd/ld/testsuite/ld-elf/shared.exp ...
+ PASS: Build libfoo.so
+ PASS: Build versioned libfoo.so
+ @@ -551,8 +552,8 @@ Running [...]/hurd/ld/testsuite/ld-elfwe
PASS: ELF DSO weak func last DSO
PASS: ELF weak func first
PASS: ELF weak func last
@@ -91,7 +101,7 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]:
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
+ @@ -563,10 +564,10 @@ Running [...]/hurd/ld/testsuite/ld-elfwe
PASS: ELF weak data last
PASS: ELF weak data first common
PASS: ELF weak data last common
@@ -106,25 +116,27 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]:
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
+ @@ -871,13 +872,14 @@ Running [...]/hurd/ld/testsuite/ld-xtens
=== ld Summary ===
-# of expected passes 616
-# of expected failures 8
- +# of expected passes 607
+ +# of expected passes 606
+ +# of unexpected failures 1
+# of expected failures 17
# of untested testcases 6
- /media/data[...]/hurd.build/ld/ld-new 2.21.51.20101107
+ /media/data[...]/hurd.build/ld/ld-new 2.21.51.20101124
- -Test Run By thomas on Sun Nov 7 20:20:38 2010
+ -Test Run By thomas on Wed Nov 24 12:32:05 2010
-Native configuration is i686-pc-linux-gnu
- +Test Run By tschwinge on Sun Nov 7 21:05:14 2010
+ +Test Run By tschwinge on Wed Nov 24 12:36:10 2010
+Native configuration is i686-unknown-gnu0.3
=== gas tests ===
+
# Analysis
## <a name="static">`FAIL: static [...]`</a>
diff --git a/open_issues/binutils/testsuite/log_build-diff b/open_issues/binutils/testsuite/log_build-diff
index 461dd9bd..b71f5576 100644
--- a/open_issues/binutils/testsuite/log_build-diff
+++ b/open_issues/binutils/testsuite/log_build-diff
@@ -1,5 +1,5 @@
---- /dev/fd/63 2010-11-08 06:42:49.315023002 +0100
-+++ /dev/fd/62 2010-11-08 06:42:49.315023002 +0100
+--- /dev/fd/63 2010-11-24 12:31:28.065577000 +0100
++++ /dev/fd/62 2010-11-24 12:31:28.065577000 +0100
@@ -1,6 +1,6 @@
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
@@ -10,7 +10,7 @@
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 @@
+@@ -99,7 +99,7 @@
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
@@ -19,7 +19,7 @@
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 @@
+@@ -108,9 +108,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
@@ -32,7 +32,7 @@
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 @@
+@@ -217,11 +217,11 @@
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
@@ -49,7 +49,7 @@
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 @@
+@@ -276,12 +276,12 @@
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
@@ -58,7 +58,13 @@
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
-@@ -347,13 +347,13 @@
+ checking for process.h... no
+-checking for sys/prctl.h... yes
++checking for sys/prctl.h... no
+ checking for sys/wait.h that is POSIX.1 compatible... yes
+ checking whether time.h and sys/time.h may both be included... yes
+ checking whether errno must be declared... no
+@@ -351,13 +351,13 @@
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
@@ -75,7 +81,7 @@
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
-@@ -368,7 +368,7 @@
+@@ -372,7 +372,7 @@
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
@@ -84,7 +90,7 @@
checking for sysmp... no
checking for table... no
checking for times... yes
-@@ -402,10 +402,10 @@
+@@ -406,10 +406,10 @@
mkdir -p -- ./bfd
Configuring in ./bfd
configure: creating cache ./config.cache
@@ -99,7 +105,7 @@
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 @@
+@@ -426,9 +426,9 @@
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
@@ -112,7 +118,7 @@
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 @@
+@@ -457,34 +457,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
@@ -155,7 +161,7 @@
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 @@
+@@ -567,22 +567,22 @@
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
@@ -185,7 +191,7 @@
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 @@
+@@ -597,7 +597,7 @@
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
@@ -194,7 +200,7 @@
checking for mprotect... yes
configure: updating cache ./config.cache
configure: creating ./config.status
-@@ -1211,36 +1211,15 @@
+@@ -1215,36 +1215,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
@@ -232,7 +238,7 @@
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
-@@ -1250,7 +1229,7 @@
+@@ -1254,7 +1233,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
@@ -241,7 +247,7 @@
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 @@
+@@ -1270,10 +1249,10 @@
mkdir -p -- ./opcodes
Configuring in ./opcodes
configure: creating cache ./config.cache
@@ -256,7 +262,7 @@
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 @@
+@@ -1290,7 +1269,7 @@
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
@@ -265,7 +271,7 @@
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 @@
+@@ -1311,8 +1290,8 @@
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
@@ -276,7 +282,7 @@
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 @@
+@@ -1321,27 +1300,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
@@ -311,7 +317,7 @@
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 @@
+@@ -1445,10 +1424,10 @@
mkdir -p -- ./binutils
Configuring in ./binutils
configure: creating cache ./config.cache
@@ -326,7 +332,7 @@
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 @@
+@@ -1465,7 +1444,7 @@
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
@@ -335,7 +341,7 @@
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 @@
+@@ -1496,28 +1475,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
@@ -371,7 +377,7 @@
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 @@
+@@ -1537,7 +1516,7 @@
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether to enable maintainer-specific portions of Makefiles... no
@@ -380,7 +386,7 @@
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
-@@ -1906,10 +1885,10 @@
+@@ -1912,10 +1891,10 @@
mkdir -p -- ./gas
Configuring in ./gas
configure: creating cache ./config.cache
@@ -395,7 +401,7 @@
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 @@
+@@ -1932,7 +1911,7 @@
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
@@ -404,7 +410,7 @@
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 @@
+@@ -1963,28 +1942,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
@@ -440,7 +446,7 @@
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 @@
+@@ -2164,10 +2143,10 @@
mkdir -p -- ./gprof
Configuring in ./gprof
configure: creating cache ./config.cache
@@ -455,7 +461,7 @@
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 @@
+@@ -2184,7 +2163,7 @@
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
@@ -464,7 +470,7 @@
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 @@
+@@ -2215,28 +2194,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
@@ -500,7 +506,7 @@
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 @@
+@@ -2397,10 +2376,10 @@
mkdir -p -- ./ld
Configuring in ./ld
configure: creating cache ./config.cache
@@ -515,7 +521,7 @@
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 @@
+@@ -2422,7 +2401,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
@@ -524,7 +530,7 @@
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 @@
+@@ -2450,28 +2429,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
@@ -560,7 +566,7 @@
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 @@
+@@ -2554,13 +2533,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! */";\
@@ -576,7 +582,7 @@
| sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
echo " &ld_${f}_emulation, \\"; \
done;\
-@@ -2639,8 +2618,8 @@
+@@ -2647,8 +2626,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"' \
@@ -587,7 +593,7 @@
../../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 @@
+@@ -2662,7 +2641,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 \
@@ -596,7 +602,7 @@
../../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 @@
+@@ -2670,14 +2649,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
diff --git a/open_issues/binutils/testsuite/sum_hurd b/open_issues/binutils/testsuite/sum_hurd
index d1373e39..cf673575 100644
--- a/open_issues/binutils/testsuite/sum_hurd
+++ b/open_issues/binutils/testsuite/sum_hurd
@@ -1,4 +1,4 @@
-Test Run By tschwinge on Sun Nov 7 21:03:30 2010
+Test Run By tschwinge on Wed Nov 24 12:33:09 2010
Native configuration is i686-unknown-gnu0.3
=== binutils tests ===
@@ -114,7 +114,7 @@ Running [...]/hurd/binutils/testsuite/binutils-all/x86-64/x86-64.exp ...
# of expected passes 83
# of unsupported tests 2
-Test Run By tschwinge on Sun Nov 7 21:10:31 2010
+Test Run By tschwinge on Wed Nov 24 12:43:48 2010
Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -317,7 +317,8 @@ 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
+WARNING: program timed out.
+FAIL: ld-elf/64ksec
Running [...]/hurd/ld/testsuite/ld-elf/shared.exp ...
PASS: Build libfoo.so
PASS: Build versioned libfoo.so
@@ -871,12 +872,13 @@ Running [...]/hurd/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
-# of expected passes 607
+# of expected passes 606
+# of unexpected failures 1
# of expected failures 17
# of untested testcases 6
-/media/data[...]/hurd.build/ld/ld-new 2.21.51.20101107
+/media/data[...]/hurd.build/ld/ld-new 2.21.51.20101124
-Test Run By tschwinge on Sun Nov 7 21:05:14 2010
+Test Run By tschwinge on Wed Nov 24 12:36:10 2010
Native configuration is i686-unknown-gnu0.3
=== gas tests ===
@@ -1312,5 +1314,5 @@ Running [...]/hurd/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
# of expected passes 316
-../as-new 2.21.51.20101107
+../as-new 2.21.51.20101124
diff --git a/open_issues/binutils/testsuite/sum_linux b/open_issues/binutils/testsuite/sum_linux
index da645ba0..883afec0 100644
--- a/open_issues/binutils/testsuite/sum_linux
+++ b/open_issues/binutils/testsuite/sum_linux
@@ -1,4 +1,4 @@
-Test Run By thomas on Sun Nov 7 20:20:33 2010
+Test Run By thomas on Wed Nov 24 12:32:00 2010
Native configuration is i686-pc-linux-gnu
=== binutils tests ===
@@ -114,7 +114,7 @@ Running [...]/hurd/binutils/testsuite/binutils-all/x86-64/x86-64.exp ...
# of expected passes 83
# of unsupported tests 2
-Test Run By thomas on Sun Nov 7 20:20:55 2010
+Test Run By thomas on Wed Nov 24 12:32:23 2010
Native configuration is i686-pc-linux-gnu
=== ld tests ===
@@ -874,9 +874,9 @@ Running [...]/hurd/ld/testsuite/ld-xtensa/xtensa.exp ...
# of expected passes 616
# of expected failures 8
# of untested testcases 6
-/media/data[...]/hurd.build/ld/ld-new 2.21.51.20101107
+/media/data[...]/hurd.build/ld/ld-new 2.21.51.20101124
-Test Run By thomas on Sun Nov 7 20:20:38 2010
+Test Run By thomas on Wed Nov 24 12:32:05 2010
Native configuration is i686-pc-linux-gnu
=== gas tests ===
@@ -1312,5 +1312,5 @@ Running [...]/hurd/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
# of expected passes 316
-../as-new 2.21.51.20101107
+../as-new 2.21.51.20101124