From ba568e7ceef45fb80c588b81710f93dd3d6bfd25 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 3 Jul 2011 23:58:36 +0200 Subject: open_issues/binutils: Update. --- open_issues/binutils.mdwn | 48 ++++++++++------------- open_issues/binutils/log_build.diff | 74 +++++------------------------------ open_issues/binutils/log_install.diff | 4 +- open_issues/binutils/sum_hurd | 17 ++++---- open_issues/binutils/sum_linux | 17 ++++---- 5 files changed, 51 insertions(+), 109 deletions(-) (limited to 'open_issues') diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 5123a0d3..e654c53c 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -30,16 +30,8 @@ though, as explained below. # Configuration -Last reviewed up to the [[Git mirror's 38b56eda7ea117def3d5075110c0221fa1989878 -(2011-06-18) sources|source_repositories/binutils]]. - - * Open Issues - - * 51b2f560ad035dffad3371093f8e5c80608d196c: [[toolchain/ELFOSABI_HURD]]. - - * 0df7bac224004772a380db3e3b29933c16411940: restricts tests to - `*-*-linux*`. [Patch - posted](http://sourceware.org/ml/binutils/2011-06/msg00217.html). +Last reviewed up to the [[Git mirror's 57a1a9e822a763aeeb3ea66fd493aa58888c76c4 +(2011-07-03) sources|source_repositories/binutils]]. * Globally @@ -116,7 +108,7 @@ Last reviewed up to the [[Git mirror's 38b56eda7ea117def3d5075110c0221fa1989878 # Build Here's a log of a binutils build run; this is from our [[Git repository's -ab9f9e3e30d95fe653957ce5f554a01dcd453370 (2011-06-19) +6d4a384ae978b7a423f2cd51b396d366b9000df2 (2011-07-03) sources|source_repositories/binutils]], run on kepler.SCHWINGE and coulomb.SCHWINGE. @@ -175,28 +167,28 @@ This needs roughly 5 min on kepler.SCHWINGE, and 15 min on coulomb.SCHWINGE. Comparing the results files, [[sum_linux]] to [[sum_hurd]]: $ diff -u -F ^Running open_issues/binutils/sum_linux open_issues/binutils/sum_hurd - --- open_issues/binutils/sum_linux 2011-06-19 18:37:02.000000000 +0200 - +++ open_issues/binutils/sum_hurd 2011-06-19 20:40:21.000000000 +0200 + --- open_issues/binutils/sum_linux 2011-07-03 23:54:19.000000000 +0200 + +++ open_issues/binutils/sum_hurd 2011-07-03 23:54:25.000000000 +0200 @@ -1,5 +1,5 @@ - -Test Run By thomas on Sun Jun 19 18:26:46 2011 + -Test Run By thomas on Sun Jul 3 18:33:54 2011 -Native configuration is i686-pc-linux-gnu - +Test Run By thomas on Sun Jun 19 20:16:01 2011 + +Test Run By thomas on Sun Jul 3 19:11:49 2011 +Native configuration is i686-unknown-gnu0.3 === binutils tests === - @@ -117,8 +117,8 @@ Running [...]/hurd/master/binutils/tests + @@ -119,8 +119,8 @@ Running [...]/hurd/master/binutils/tests - # of expected passes 86 + # of expected passes 88 # of unsupported tests 2 - -Test Run By thomas on Sun Jun 19 18:27:17 2011 + -Test Run By thomas on Sun Jul 3 18:34:31 2011 -Native configuration is i686-pc-linux-gnu - +Test Run By thomas on Sun Jun 19 20:17:58 2011 + +Test Run By thomas on Sun Jul 3 19:14:02 2011 +Native configuration is i686-unknown-gnu0.3 === ld tests === - @@ -322,10 +322,10 @@ Running [...]/hurd/master/ld/testsuite/l + @@ -324,10 +324,10 @@ Running [...]/hurd/master/ld/testsuite/l PASS: PIE init array PASS: PIE fini array PASS: PIE init array mixed @@ -211,7 +203,7 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]: Running [...]/hurd/master/ld/testsuite/ld-elf/exclude.exp ... PASS: ld link shared library PASS: ld export symbols from archive - @@ -579,8 +579,8 @@ Running [...]/hurd/master/ld/testsuite/l + @@ -581,8 +581,8 @@ Running [...]/hurd/master/ld/testsuite/l PASS: ELF DSO weak func last DSO PASS: ELF weak func first PASS: ELF weak func last @@ -222,7 +214,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 - @@ -591,10 +591,10 @@ Running [...]/hurd/master/ld/testsuite/l + @@ -593,10 +593,10 @@ Running [...]/hurd/master/ld/testsuite/l PASS: ELF weak data last PASS: ELF weak data first common PASS: ELF weak data last common @@ -237,20 +229,20 @@ 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) - @@ -921,13 +921,13 @@ Running [...]/hurd/master/ld/testsuite/l + @@ -924,13 +924,13 @@ Running [...]/hurd/master/ld/testsuite/l === ld Summary === - -# of expected passes 659 + -# of expected passes 660 -# of expected failures 8 - +# of expected passes 649 + +# of expected passes 650 +# of expected failures 18 # of untested testcases 6 - [...]/hurd/master.build/ld/ld-new 2.21.52.20110618 + [...]/hurd/master.build/ld/ld-new 2.21.52.20110703 - -Test Run By thomas on Sun Jun 19 18:26:56 2011 + -Test Run By thomas on Sun Jul 3 18:34:03 2011 -Native configuration is i686-pc-linux-gnu - +Test Run By thomas on Sun Jun 19 20:16:27 2011 + +Test Run By thomas on Sun Jul 3 19:12:21 2011 +Native configuration is i686-unknown-gnu0.3 === gas tests === diff --git a/open_issues/binutils/log_build.diff b/open_issues/binutils/log_build.diff index dbb9e2f6..0350d32a 100644 --- a/open_issues/binutils/log_build.diff +++ b/open_issues/binutils/log_build.diff @@ -1,5 +1,5 @@ ---- /dev/fd/63 2011-06-19 18:21:05.226518816 +0200 -+++ /dev/fd/62 2011-06-19 18:21:05.226518816 +0200 +--- /dev/fd/63 2011-07-03 19:28:40.826894462 +0200 ++++ /dev/fd/62 2011-07-03 19:28:40.830894333 +0200 @@ -276,12 +276,12 @@ checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no @@ -50,12 +50,7 @@ checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for ld option to reload object files... -r -@@ -473,18 +473,18 @@ - checking if gcc-4.6 supports -fno-rtti -fno-exceptions... no - checking for gcc-4.6 option to produce PIC... -fPIC -DPIC - checking if gcc-4.6 PIC flag -fPIC -DPIC works... yes --checking if gcc-4.6 static flag -static works... yes -+checking if gcc-4.6 static flag -static works... no +@@ -477,7 +477,7 @@ checking if gcc-4.6 supports -c -o file.o... yes checking if gcc-4.6 supports -c -o file.o... (cached) yes checking whether the gcc-4.6 linker (ld) supports shared libraries... yes @@ -64,14 +59,6 @@ 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 @@ -567,26 +567,26 @@ checking sys/procfs.h usability... yes checking sys/procfs.h presence... yes @@ -108,15 +95,6 @@ checking for win32_pstatus_t in sys/procfs.h... no checking linker --as-needed support... yes checking for cos in -lm... yes -@@ -601,7 +601,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 @@ -1219,36 +1219,15 @@ /bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.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 ../../master/bfd/dwarf1.c libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../master/bfd/dwarf1.c -o dwarf1.o @@ -173,12 +151,7 @@ checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for ld option to reload object files... -r -@@ -1341,11 +1320,11 @@ - checking if gcc-4.6 supports -fno-rtti -fno-exceptions... no - checking for gcc-4.6 option to produce PIC... -fPIC -DPIC - checking if gcc-4.6 PIC flag -fPIC -DPIC works... yes --checking if gcc-4.6 static flag -static works... yes -+checking if gcc-4.6 static flag -static works... no +@@ -1345,7 +1324,7 @@ checking if gcc-4.6 supports -c -o file.o... yes checking if gcc-4.6 supports -c -o file.o... (cached) yes checking whether the gcc-4.6 linker (ld) supports shared libraries... yes @@ -196,13 +169,7 @@ checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for ld option to reload object files... -r -@@ -1516,12 +1495,12 @@ - checking if gcc-4.6 supports -fno-rtti -fno-exceptions... no - checking for gcc-4.6 option to produce PIC... -fPIC -DPIC - checking if gcc-4.6 PIC flag -fPIC -DPIC works... yes --checking if gcc-4.6 static flag -static works... yes -+checking if gcc-4.6 static flag -static works... no - checking if gcc-4.6 supports -c -o file.o... yes +@@ -1521,7 +1500,7 @@ checking if gcc-4.6 supports -c -o file.o... (cached) yes checking whether the gcc-4.6 linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no @@ -220,13 +187,7 @@ checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for ld option to reload object files... -r -@@ -1983,12 +1962,12 @@ - checking if gcc-4.6 supports -fno-rtti -fno-exceptions... no - checking for gcc-4.6 option to produce PIC... -fPIC -DPIC - checking if gcc-4.6 PIC flag -fPIC -DPIC works... yes --checking if gcc-4.6 static flag -static works... yes -+checking if gcc-4.6 static flag -static works... no - checking if gcc-4.6 supports -c -o file.o... yes +@@ -1988,7 +1967,7 @@ checking if gcc-4.6 supports -c -o file.o... (cached) yes checking whether the gcc-4.6 linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no @@ -244,13 +205,7 @@ checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for ld option to reload object files... -r -@@ -2237,12 +2216,12 @@ - checking if gcc-4.6 supports -fno-rtti -fno-exceptions... no - checking for gcc-4.6 option to produce PIC... -fPIC -DPIC - checking if gcc-4.6 PIC flag -fPIC -DPIC works... yes --checking if gcc-4.6 static flag -static works... yes -+checking if gcc-4.6 static flag -static works... no - checking if gcc-4.6 supports -c -o file.o... yes +@@ -2242,7 +2221,7 @@ checking if gcc-4.6 supports -c -o file.o... (cached) yes checking whether the gcc-4.6 linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no @@ -268,13 +223,7 @@ checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for ld option to reload object files... -r -@@ -2477,12 +2456,12 @@ - checking if gcc-4.6 supports -fno-rtti -fno-exceptions... no - checking for gcc-4.6 option to produce PIC... -fPIC -DPIC - checking if gcc-4.6 PIC flag -fPIC -DPIC works... yes --checking if gcc-4.6 static flag -static works... yes -+checking if gcc-4.6 static flag -static works... no - checking if gcc-4.6 supports -c -o file.o... yes +@@ -2482,7 +2461,7 @@ checking if gcc-4.6 supports -c -o file.o... (cached) yes checking whether the gcc-4.6 linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no @@ -283,12 +232,7 @@ checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes -@@ -2494,11 +2473,11 @@ - checking whether the g++-4.6 linker (ld) supports shared libraries... yes - checking for g++-4.6 option to produce PIC... -fPIC -DPIC - checking if g++-4.6 PIC flag -fPIC -DPIC works... yes --checking if g++-4.6 static flag -static works... yes -+checking if g++-4.6 static flag -static works... no +@@ -2498,7 +2477,7 @@ checking if g++-4.6 supports -c -o file.o... yes checking if g++-4.6 supports -c -o file.o... (cached) yes checking whether the g++-4.6 linker (ld) supports shared libraries... yes diff --git a/open_issues/binutils/log_install.diff b/open_issues/binutils/log_install.diff index f808a160..83e01c55 100644 --- a/open_issues/binutils/log_install.diff +++ b/open_issues/binutils/log_install.diff @@ -1,5 +1,5 @@ ---- /dev/fd/63 2011-06-19 18:21:13.210325860 +0200 -+++ /dev/fd/62 2011-06-19 18:21:13.210325860 +0200 +--- /dev/fd/63 2011-07-03 19:28:49.538615011 +0200 ++++ /dev/fd/62 2011-07-03 19:28:49.538615011 +0200 @@ -68,7 +68,6 @@ libtool: install: /usr/bin/install -c .libs/libbfd.a [...]/hurd/master.build.install/lib/libbfd.a libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libbfd.a diff --git a/open_issues/binutils/sum_hurd b/open_issues/binutils/sum_hurd index b7368648..42f4d331 100644 --- a/open_issues/binutils/sum_hurd +++ b/open_issues/binutils/sum_hurd @@ -1,4 +1,4 @@ -Test Run By thomas on Sun Jun 19 20:16:01 2011 +Test Run By thomas on Sun Jul 3 19:11:49 2011 Native configuration is i686-unknown-gnu0.3 === binutils tests === @@ -50,10 +50,12 @@ PASS: objcopy --adjust-start PASS: objcopy --adjust-vma PASS: objcopy --adjust-section-vma + PASS: objcopy --adjust-section-vma = +PASS: strip preserving OS/ABI PASS: strip PASS: strip with saving a symbol PASS: simple objcopy of executable PASS: run objcopy of executable +PASS: run stripped executable preserving OS/ABI PASS: run stripped executable PASS: run stripped executable with saving a symbol PASS: keep only debug data @@ -115,9 +117,9 @@ Running [...]/hurd/master/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... === binutils Summary === -# of expected passes 86 +# of expected passes 88 # of unsupported tests 2 -Test Run By thomas on Sun Jun 19 20:17:58 2011 +Test Run By thomas on Sun Jul 3 19:14:02 2011 Native configuration is i686-unknown-gnu0.3 === ld tests === @@ -653,6 +655,7 @@ PASS: ld-i386/nogot1 PASS: ld-i386/nogot2 PASS: ld-i386/discarded1 PASS: PR ld/12718 +PASS: PR ld/12921 PASS: undefined symbol with compressed debug sections PASS: PR ld/12627 Running [...]/hurd/master/ld/testsuite/ld-ia64/ia64.exp ... @@ -921,12 +924,12 @@ Running [...]/hurd/master/ld/testsuite/ld-xtensa/xtensa.exp ... === ld Summary === -# of expected passes 649 +# of expected passes 650 # of expected failures 18 # of untested testcases 6 -[...]/hurd/master.build/ld/ld-new 2.21.52.20110618 +[...]/hurd/master.build/ld/ld-new 2.21.52.20110703 -Test Run By thomas on Sun Jun 19 20:16:27 2011 +Test Run By thomas on Sun Jul 3 19:12:21 2011 Native configuration is i686-unknown-gnu0.3 === gas tests === @@ -1394,5 +1397,5 @@ Running [...]/hurd/master/gas/testsuite/gas/z8k/z8k.exp ... === gas Summary === # of expected passes 342 -../as-new 2.21.52.20110618 +../as-new 2.21.52.20110703 diff --git a/open_issues/binutils/sum_linux b/open_issues/binutils/sum_linux index f1a383b8..4e37f06c 100644 --- a/open_issues/binutils/sum_linux +++ b/open_issues/binutils/sum_linux @@ -1,4 +1,4 @@ -Test Run By thomas on Sun Jun 19 18:26:46 2011 +Test Run By thomas on Sun Jul 3 18:33:54 2011 Native configuration is i686-pc-linux-gnu === binutils tests === @@ -50,10 +50,12 @@ PASS: objcopy --adjust-start PASS: objcopy --adjust-vma PASS: objcopy --adjust-section-vma + PASS: objcopy --adjust-section-vma = +PASS: strip preserving OS/ABI PASS: strip PASS: strip with saving a symbol PASS: simple objcopy of executable PASS: run objcopy of executable +PASS: run stripped executable preserving OS/ABI PASS: run stripped executable PASS: run stripped executable with saving a symbol PASS: keep only debug data @@ -115,9 +117,9 @@ Running [...]/hurd/master/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... === binutils Summary === -# of expected passes 86 +# of expected passes 88 # of unsupported tests 2 -Test Run By thomas on Sun Jun 19 18:27:17 2011 +Test Run By thomas on Sun Jul 3 18:34:31 2011 Native configuration is i686-pc-linux-gnu === ld tests === @@ -653,6 +655,7 @@ PASS: ld-i386/nogot1 PASS: ld-i386/nogot2 PASS: ld-i386/discarded1 PASS: PR ld/12718 +PASS: PR ld/12921 PASS: undefined symbol with compressed debug sections PASS: PR ld/12627 Running [...]/hurd/master/ld/testsuite/ld-ia64/ia64.exp ... @@ -921,12 +924,12 @@ Running [...]/hurd/master/ld/testsuite/ld-xtensa/xtensa.exp ... === ld Summary === -# of expected passes 659 +# of expected passes 660 # of expected failures 8 # of untested testcases 6 -[...]/hurd/master.build/ld/ld-new 2.21.52.20110618 +[...]/hurd/master.build/ld/ld-new 2.21.52.20110703 -Test Run By thomas on Sun Jun 19 18:26:56 2011 +Test Run By thomas on Sun Jul 3 18:34:03 2011 Native configuration is i686-pc-linux-gnu === gas tests === @@ -1394,5 +1397,5 @@ Running [...]/hurd/master/gas/testsuite/gas/z8k/z8k.exp ... === gas Summary === # of expected passes 342 -../as-new 2.21.52.20110618 +../as-new 2.21.52.20110703 -- cgit v1.2.3