summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-29 10:58:17 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-29 10:58:17 +0200
commit327e20f0f01fc1d58d987d2a9acd72b63358ddf3 (patch)
treedb9f1e9722c20e29444779d3ba16ea1977f93762
parentcaec9b02d415769b560af271fb604fd2a9a06eda (diff)
binutils: 5c3ec1ded654250e0ac27df79998b32b2403e81f (2013-04-29)
-rw-r--r--binutils/coulomb.SCHWINGE/log_build57
-rw-r--r--binutils/coulomb.SCHWINGE/log_test69
-rw-r--r--binutils/coulomb.SCHWINGE/test/binutils/binutils.sum3
-rw-r--r--binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum13
-rw-r--r--binutils/coulomb.SCHWINGE/test/ld/ld.sum20
-rw-r--r--binutils/kepler.SCHWINGE/log_build57
-rw-r--r--binutils/kepler.SCHWINGE/log_test69
-rw-r--r--binutils/kepler.SCHWINGE/test/binutils/binutils.sum3
-rw-r--r--binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum13
-rw-r--r--binutils/kepler.SCHWINGE/test/ld/ld.sum20
-rw-r--r--binutils/log_build.diff44
-rw-r--r--binutils/log_install.diff4
-rw-r--r--binutils/log_test.diff74
-rw-r--r--binutils/test.diff48
14 files changed, 287 insertions, 207 deletions
diff --git a/binutils/coulomb.SCHWINGE/log_build b/binutils/coulomb.SCHWINGE/log_build
index e64f9f5b..c46e5ea6 100644
--- a/binutils/coulomb.SCHWINGE/log_build
+++ b/binutils/coulomb.SCHWINGE/log_build
@@ -726,6 +726,8 @@ if [ x"" != x ]; then \
gcc-4.6 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Paul_Desmond/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Paul_Desmond/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc-4.6 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Paul_Desmond/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Paul_Desmond/libiberty/hashtab.c -o hashtab.o
+../../Paul_Desmond/libiberty/hashtab.c: In function 'hash_pointer':
+../../Paul_Desmond/libiberty/hashtab.c:1001:7: warning: right shift count >= width of type [enabled by default]
if [ x"" != x ]; then \
gcc-4.6 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Paul_Desmond/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Paul_Desmond/libiberty/hex.c -o pic/hex.o; \
else true; fi
@@ -904,9 +906,9 @@ Making info in doc
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
make chew
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
-gcc-4.6 -o chew.$$ -g -O2 \
- -I.. -I../../../Paul_Desmond/bfd/doc/.. -I../../../Paul_Desmond/bfd/doc/../../include -I../../../Paul_Desmond/bfd/doc/../../intl -I../../intl ../../../Paul_Desmond/bfd/doc/chew.c; \
- /bin/dash ../../../Paul_Desmond/bfd/doc/../../move-if-change chew.$$ chew
+gcc-4.6 -o chw$$ -g -O2 \
+ -I.. -I../../../Paul_Desmond/bfd/doc/.. -I../../../Paul_Desmond/bfd/doc/../../include -I../../../Paul_Desmond/bfd/doc/../../intl -I../../intl ../../../Paul_Desmond/bfd/doc/chew.c; \
+ /bin/dash ../../../Paul_Desmond/bfd/doc/../../move-if-change chw$$ chew
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
./chew -f ../../../Paul_Desmond/bfd/doc/doc.str <../../../Paul_Desmond/bfd/doc/../aoutx.h >aoutx.tmp
/bin/dash ../../../Paul_Desmond/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
@@ -1603,14 +1605,15 @@ checking for time_t in time.h... yes
checking for time_t in sys/types.h... yes
checking for a known getopt prototype in unistd.h... yes
checking for utime.h... yes
-checking whether fprintf is declared... yes
-checking whether stpcpy is declared... yes
-checking whether strstr is declared... yes
-checking whether sbrk is declared... yes
-checking whether getenv is declared... yes
checking whether environ is declared... yes
+checking whether fprintf is declared... yes
checking whether getc_unlocked is declared... yes
+checking whether getenv is declared... yes
+checking whether sbrk is declared... yes
checking whether snprintf is declared... yes
+checking whether stpcpy is declared... yes
+checking whether strnlen is declared... yes
+checking whether strstr is declared... yes
checking whether vsnprintf is declared... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
@@ -1806,7 +1809,7 @@ cp ../../../Paul_Desmond/gas/doc/all.texi ./asconfig.texi
chmod u+w ./asconfig.texi
touch as.1
perl ../../../Paul_Desmond/gas/doc/../../etc/texi2pod.pl -I "../../../Paul_Desmond/gas/doc" -I "../../../Paul_Desmond/gas/../libiberty" -I "../../../Paul_Desmond/gas/../bfd/doc" -I ../../bfd/doc -Dman < ../../../Paul_Desmond/gas/doc/as.texinfo > as.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 as.pod | \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 as.pod | \
sed -e '/^.if n .na/d' > as.1.T$$ && \
mv -f as.1.T$$ as.1) || \
(rm -f as.1.T$$ && exit 1)
@@ -1947,82 +1950,82 @@ restore=: && backupdir=".am$$" && \
rm -rf $backupdir; exit $rc
touch addr2line.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Daddr2line < ../../../Paul_Desmond/binutils/doc/binutils.texi > addr2line.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \
mv -f addr2line.1.T$$ addr2line.1) || (rm -f addr2line.1.T$$ && exit 1)
rm -f addr2line.pod
touch ar.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dar < ../../../Paul_Desmond/binutils/doc/binutils.texi > ar.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \
mv -f ar.1.T$$ ar.1) || (rm -f ar.1.T$$ && exit 1)
rm -f ar.pod
touch dlltool.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Ddlltool < ../../../Paul_Desmond/binutils/doc/binutils.texi > dlltool.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > dlltool.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > dlltool.1.T$$ && \
mv -f dlltool.1.T$$ dlltool.1) || (rm -f dlltool.1.T$$ && exit 1)
rm -f dlltool.pod
touch nlmconv.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnlmconv < ../../../Paul_Desmond/binutils/doc/binutils.texi > nlmconv.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 nlmconv.pod | sed -e '/^.if n .na/d' > nlmconv.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 nlmconv.pod | sed -e '/^.if n .na/d' > nlmconv.1.T$$ && \
mv -f nlmconv.1.T$$ nlmconv.1) || (rm -f nlmconv.1.T$$ && exit 1)
rm -f nlmconv.pod
touch nm.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnm < ../../../Paul_Desmond/binutils/doc/binutils.texi > nm.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 nm.pod | sed -e '/^.if n .na/d' > nm.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 nm.pod | sed -e '/^.if n .na/d' > nm.1.T$$ && \
mv -f nm.1.T$$ nm.1) || (rm -f nm.1.T$$ && exit 1)
rm -f nm.pod
touch objcopy.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjcopy < ../../../Paul_Desmond/binutils/doc/binutils.texi > objcopy.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > objcopy.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > objcopy.1.T$$ && \
mv -f objcopy.1.T$$ objcopy.1) || (rm -f objcopy.1.T$$ && exit 1)
rm -f objcopy.pod
touch objdump.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjdump < ../../../Paul_Desmond/binutils/doc/binutils.texi > objdump.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 objdump.pod | sed -e '/^.if n .na/d' > objdump.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 objdump.pod | sed -e '/^.if n .na/d' > objdump.1.T$$ && \
mv -f objdump.1.T$$ objdump.1) || (rm -f objdump.1.T$$ && exit 1)
rm -f objdump.pod
touch ranlib.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dranlib < ../../../Paul_Desmond/binutils/doc/binutils.texi > ranlib.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > ranlib.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > ranlib.1.T$$ && \
mv -f ranlib.1.T$$ ranlib.1) || (rm -f ranlib.1.T$$ && exit 1)
rm -f ranlib.pod
touch readelf.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dreadelf < ../../../Paul_Desmond/binutils/doc/binutils.texi > readelf.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 readelf.pod | sed -e '/^.if n .na/d' > readelf.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 readelf.pod | sed -e '/^.if n .na/d' > readelf.1.T$$ && \
mv -f readelf.1.T$$ readelf.1) || (rm -f readelf.1.T$$ && exit 1)
rm -f readelf.pod
touch size.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dsize < ../../../Paul_Desmond/binutils/doc/binutils.texi > size.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 size.pod | sed -e '/^.if n .na/d' > size.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 size.pod | sed -e '/^.if n .na/d' > size.1.T$$ && \
mv -f size.1.T$$ size.1) || (rm -f size.1.T$$ && exit 1)
rm -f size.pod
touch strings.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrings < ../../../Paul_Desmond/binutils/doc/binutils.texi > strings.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 strings.pod | sed -e '/^.if n .na/d' > strings.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 strings.pod | sed -e '/^.if n .na/d' > strings.1.T$$ && \
mv -f strings.1.T$$ strings.1) || (rm -f strings.1.T$$ && exit 1)
rm -f strings.pod
touch strip.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrip < ../../../Paul_Desmond/binutils/doc/binutils.texi > strip.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 strip.pod | sed -e '/^.if n .na/d' > strip.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 strip.pod | sed -e '/^.if n .na/d' > strip.1.T$$ && \
mv -f strip.1.T$$ strip.1) || (rm -f strip.1.T$$ && exit 1)
rm -f strip.pod
touch elfedit.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Delfedit < ../../../Paul_Desmond/binutils/doc/binutils.texi > elfedit.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > elfedit.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > elfedit.1.T$$ && \
mv -f elfedit.1.T$$ elfedit.1) || (rm -f elfedit.1.T$$ && exit 1)
rm -f elfedit.pod
touch windres.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindres < ../../../Paul_Desmond/binutils/doc/binutils.texi > windres.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 windres.pod | sed -e '/^.if n .na/d' > windres.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 windres.pod | sed -e '/^.if n .na/d' > windres.1.T$$ && \
mv -f windres.1.T$$ windres.1) || (rm -f windres.1.T$$ && exit 1)
rm -f windres.pod
touch windmc.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindmc < ../../../Paul_Desmond/binutils/doc/binutils.texi > windmc.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 windmc.pod | sed -e '/^.if n .na/d' > windmc.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 windmc.pod | sed -e '/^.if n .na/d' > windmc.1.T$$ && \
mv -f windmc.1.T$$ windmc.1) || (rm -f windmc.1.T$$ && exit 1)
rm -f windmc.pod
touch cxxfilt.man
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dcxxfilt < ../../../Paul_Desmond/binutils/doc/binutils.texi > c++filt.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > cxxfilt.man.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > cxxfilt.man.T$$ && \
mv -f cxxfilt.man.T$$ cxxfilt.man) || (rm -f cxxfilt.man.T$$ && exit 1)
rm -f c++filt.pod
if test -f cxxfilt.man; then \
@@ -2754,7 +2757,7 @@ mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po
libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -static-libstdc++ -static-libgcc -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -lm
touch gprof.1
perl ../../Paul_Desmond/gprof/../etc/texi2pod.pl -I "../../Paul_Desmond/gprof" -I "../../Paul_Desmond/gprof/../bfd/doc" -I ../bfd/doc -Dman -Dgprof < ../../Paul_Desmond/gprof/gprof.texi > gprof.pod
-(pod2man --center="GNU" --release="binutils-2.23.51" --section=1 gprof.pod | \
+(pod2man --center="GNU" --release="binutils-2.23.52" --section=1 gprof.pod | \
sed -e '/^.if n .na/d' > gprof.1.T$$ && \
mv -f gprof.1.T$$ gprof.1) || \
(rm -f gprof.1.T$$ && exit 1)
@@ -3074,7 +3077,7 @@ mv -f .deps/eelf_i386.Tpo .deps/eelf_i386.Po
libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -static-libstdc++ -static-libgcc -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 ../../Paul_Desmond/ld/../etc/texi2pod.pl -I ../../Paul_Desmond/ld -I ../../Paul_Desmond/ld/../bfd/doc -I ../bfd/doc -I ../../Paul_Desmond/ld/../libiberty -Dman < ../../Paul_Desmond/ld/ld.texinfo > ld.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 ld.pod | \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 ld.pod | \
sed -e '/^.if n .na/d' > ld.1.T$$ && \
mv -f ld.1.T$$ ld.1) || \
(rm -f ld.1.T$$ && exit 1)
diff --git a/binutils/coulomb.SCHWINGE/log_test b/binutils/coulomb.SCHWINGE/log_test
index 60da310f..74cc5c83 100644
--- a/binutils/coulomb.SCHWINGE/log_test
+++ b/binutils/coulomb.SCHWINGE/log_test
@@ -50,7 +50,7 @@ srcdir=`cd ../../Paul_Desmond/binutils && pwd`; export srcdir; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
-Test Run By thomas on Fri Feb 8 13:40:48 2013
+Test Run By thomas on Mon Apr 29 09:59:23 2013
Native configuration is i686-unknown-gnu0.3
=== binutils tests ===
@@ -71,16 +71,17 @@ Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/elfedit.exp
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/hppa/objdump.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/i386/i386.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/m68k/objdump.exp ...
+Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/mips/mips.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/nm.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objcopy.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objdump.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/readelf.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/size.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/vax/objdump.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/windres/windres.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/x86-64/x86-64.exp ...
@@ -128,7 +129,7 @@ rootme=`pwd`; export rootme; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
-Test Run By thomas on Fri Feb 8 13:41:16 2013
+Test Run By thomas on Mon Apr 29 09:59:57 2013
Native configuration is i686-unknown-gnu0.3
=== gas tests ===
@@ -269,9 +270,9 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
-# of expected passes 382
+# of expected passes 389
# of unexpected failures 1
-../as-new 2.23.51.20130208
+../as-new 2.23.52.20130429
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
@@ -379,8 +380,8 @@ Making check in testsuite
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
make check-am
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
-make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4 ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
- incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh two_file_shared.sh weak_plt.sh debug_msg.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout icf_test.stdout icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout two_file_shared.dbg weak_plt_shared.so debug_msg.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
+make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test script_test_11 thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4 ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
+ incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh two_file_shared.sh weak_plt.sh debug_msg.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout icf_test.map icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_test.map icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout icf_safe_so_test.map final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout two_file_shared.dbg weak_plt_shared.so debug_msg.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o ../../../Paul_Desmond/gold/testsuite/test.cc
mv -f .deps/test.Tpo .deps/test.Po
@@ -672,6 +673,9 @@ g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-c
`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_3.t
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -T ../../../Paul_Desmond/gold/testsuite/script_test_3.t -o tls_phdrs_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -lz
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -T ../../../Paul_Desmond/gold/testsuite/script_test_4.t -o tls_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -lz
+`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -g -o script_test_11.o ../../../Paul_Desmond/gold/testsuite/script_test_11.c
+gcctestdir/ld -r -o script_test_11_r.o -T ../../../Paul_Desmond/gold/testsuite/script_test_11.t script_test_11.o
+`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_11 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_11_r.o
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT thin_archive_main.o -MD -MP -MF .deps/thin_archive_main.Tpo -c -o thin_archive_main.o ../../../Paul_Desmond/gold/testsuite/thin_archive_main.cc
mv -f .deps/thin_archive_main.Tpo .deps/thin_archive_main.Po
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT thin_archive_test_1.o -MD -MP -MF .deps/thin_archive_test_1.Tpo -c -o thin_archive_test_1.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_1.cc
@@ -856,22 +860,23 @@ make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/split_i386
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o pr14265 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections -T ../../../Paul_Desmond/gold/testsuite/pr14265.t -o pr14265 pr14265.o
../../binutils/nm-new --format=bsd --numeric-sort pr14265 > pr14265.stdout
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_test.o ../../../Paul_Desmond/gold/testsuite/icf_test.cc
-`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_test.o
-../../binutils/nm-new -C icf_test > icf_test.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_test.map | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_test -Bgcctestdir/ -Wl,--icf=all,-Map,icf_test.map icf_test.o
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_keep_unique_test.o ../../../Paul_Desmond/gold/testsuite/icf_keep_unique_test.cc
`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_keep_unique_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all -Wl,--keep-unique,_Z11unique_funcv icf_keep_unique_test.o
../../binutils/nm-new -C icf_keep_unique_test > icf_keep_unique_test.stdout
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_safe_test.o ../../../Paul_Desmond/gold/testsuite/icf_safe_test.cc
-`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=safe icf_safe_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_safe_test -Bgcctestdir/ -Wl,--icf=safe,-Map,icf_safe_test.map icf_safe_test.o
../../binutils/nm-new icf_safe_test > icf_safe_test_1.stdout
../../binutils/readelf -h icf_safe_test > icf_safe_test_2.stdout
+make[5]: `icf_safe_test.map' is up to date.
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIC -g -o icf_safe_so_test.o ../../../Paul_Desmond/gold/testsuite/icf_safe_so_test.cc
-`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_so_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=safe icf_safe_so_test.o -fPIC -shared
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_so_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_safe_so_test -Bgcctestdir/ -Wl,--icf=safe,-Map,icf_safe_so_test.map icf_safe_so_test.o -fPIC -shared
../../binutils/nm-new icf_safe_so_test > icf_safe_so_test_1.stdout
../../binutils/readelf -h icf_safe_so_test > icf_safe_so_test_2.stdout
+make[5]: `icf_safe_so_test.map' is up to date.
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fdata-sections -g -o final_layout.o ../../../Paul_Desmond/gold/testsuite/final_layout.cc
(echo "*_Z3barv*" && echo ".text._Z3bazv" && echo "*_Z3foov*" && echo "*global_varb*" && echo "*global_vara*" && echo "*global_varc*") > final_layout_sequence.txt
-(echo "SECTIONS { .text : { *(.text*) } .got : { *(.got .toc) } .bss : { *(.bss*) } }") > final_layout_script.lds
+(echo "SECTIONS { .text : { *(.text*) } .got : { *(.got .toc) } .sbss : { *(.sbss*) } .bss : { *(.bss*) } }") > final_layout_script.lds
`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o final_layout | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--section-ordering-file,final_layout_sequence.txt -Wl,-T,final_layout_script.lds final_layout.o
../../binutils/nm-new -n --synthetic final_layout > final_layout.stdout
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o text_section_grouping.o ../../../Paul_Desmond/gold/testsuite/text_section_grouping.cc
@@ -1146,6 +1151,7 @@ PASS: binary_test
FAIL: script_test_3
FAIL: tls_phdrs_script_test
PASS: tls_script_test
+PASS: script_test_11
PASS: thin_archive_test_1
PASS: thin_archive_test_2
PASS: exclude_libs_test
@@ -1176,7 +1182,7 @@ PASS: ifuncmain7pie
PASS: ifuncvar
PASS: start_lib_test
============================
-4 of 163 tests failed
+4 of 164 tests failed
See testsuite/test-suite.log
============================
make[6]: *** [test-suite.log] Error 1
@@ -1188,16 +1194,16 @@ make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
make[3]: *** [check] Error 2
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
-make ld1 ld2 ld1-r ld2-r
+make ld1 ld2 ld1-r ld2-r ld4
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
test -d gcctestdir1 || mkdir -p gcctestdir1
rm -f gcctestdir1/ld
(cd gcctestdir1 && ln -s ../ld-new ld)
-g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1 -g -O2 -Bgcctestdir1/ -o ld1 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1 -g -O2 -Bgcctestdir1/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-file-size-for-treehash=0 -o ld1 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
test -d gcctestdir2 || mkdir -p gcctestdir2
rm -f gcctestdir2/ld
(cd gcctestdir2 && ln -s ../ld1 ld)
-g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2 -g -O2 -Bgcctestdir2/ -o ld2 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2 -g -O2 -Bgcctestdir2/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-file-size-for-treehash=0 -o ld2 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
gcctestdir1/ld -o libgold-1-r.o -r --whole-archive libgold.a
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1-r -g -O2 -Bgcctestdir1/ -o ld1-r main.o libgold-1-r.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
test -d gcctestdir2-r || mkdir -p gcctestdir2-r
@@ -1205,22 +1211,31 @@ rm -f gcctestdir2-r/ld
(cd gcctestdir2-r && ln -s ../ld1-r ld)
gcctestdir2-r/ld -o libgold-2-r.o -r --whole-archive libgold.a
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2-r -g -O2 -Bgcctestdir2-r/ -o ld2-r main.o libgold-2-r.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
+test -d gcctestdir4 || mkdir -p gcctestdir4
+rm -f gcctestdir4/ld
+(cd gcctestdir4 && ln -s ../ld-new ld)
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld4 -g -O2 -Bgcctestdir4/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12346 -Wl,--build-id-min-file-size-for-treehash=0 -o ld4 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
make check-TESTS
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
rm -f bootstrap-test
echo "#!/bin/sh" > bootstrap-test
-echo "cmp ld1 ld2" > bootstrap-test
+echo "cmp ld1 ld2" >> bootstrap-test
chmod +x bootstrap-test
PASS: bootstrap-test
rm -f bootstrap-test-r
echo "#!/bin/sh" > bootstrap-test-r
-echo "cmp ld1-r ld2-r" > bootstrap-test-r
+echo "cmp ld1-r ld2-r" >> bootstrap-test-r
chmod +x bootstrap-test-r
PASS: bootstrap-test-r
+rm -f bootstrap-test-treehash-chunksize
+echo "#!/bin/sh" > bootstrap-test-treehash-chunksize
+echo "cmp ld1 ld4 | grep ." >> bootstrap-test-treehash-chunksize
+chmod +x bootstrap-test-treehash-chunksize
+PASS: bootstrap-test-treehash-chunksize
==================
-All 2 tests passed
+All 3 tests passed
==================
make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
@@ -1272,7 +1287,7 @@ srcroot=`cd ../../Paul_Desmond/ld && pwd`; export srcroot; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
-Test Run By thomas on Fri Feb 8 14:11:04 2013
+Test Run By thomas on Mon Apr 29 10:32:59 2013
Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -1425,11 +1440,11 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
-# of expected passes 867
+# of expected passes 881
# of unexpected failures 3
# of expected failures 18
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20130208
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.52.20130429
make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/ld'
@@ -1445,7 +1460,7 @@ make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/libiberty/testsu
gcc-4.6 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Paul_Desmond/libiberty/testsuite/../../include -o test-demangle \
../../../Paul_Desmond/libiberty/testsuite/test-demangle.c ../libiberty.a
./test-demangle < ../../../Paul_Desmond/libiberty/testsuite/demangle-expected
-./test-demangle: 877 tests, 0 failures
+./test-demangle: 882 tests, 0 failures
gcc-4.6 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Paul_Desmond/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \
../../../Paul_Desmond/libiberty/testsuite/test-pexecute.c ../libiberty.a
./test-pexecute
diff --git a/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum b/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum
index a3bd11dc..f5f154f1 100644
--- a/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum
+++ b/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Feb 8 13:40:48 2013
+Test Run By thomas on Mon Apr 29 09:59:23 2013
Native configuration is i686-unknown-gnu0.3
=== binutils tests ===
@@ -38,6 +38,7 @@ PASS: objcopy on compressed debug sections
PASS: strip on uncompressed debug sections
PASS: strip on compressed debug sections
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/m68k/objdump.exp ...
+Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/mips/mips.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/nm.exp ...
PASS: nm (no arguments)
PASS: nm -g
diff --git a/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum b/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum
index a709e596..b2b94a4d 100644
--- a/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum
+++ b/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Feb 8 13:41:16 2013
+Test Run By thomas on Mon Apr 29 09:59:57 2013
Native configuration is i686-unknown-gnu0.3
=== gas tests ===
@@ -42,6 +42,11 @@ PASS: conditional listings
PASS: incbin
PASS: assignment tests
PASS: .sleb128 tests
+PASS: .sleb128 tests (2)
+PASS: .sleb128 tests (3)
+PASS: .sleb128 tests (4)
+PASS: .sleb128 tests (5)
+PASS: .sleb128 tests (7)
PASS: relax .uleb128
PASS: bad byte directive
PASS: .quad tests
@@ -200,6 +205,7 @@ PASS: i386 amdfam10
PASS: i386 SSSE3
PASS: i386 rep prefix
PASS: i386 rep prefix (with suffixes)
+PASS: i386 inval-rep
PASS: i386 lockable insns
PASS: i386 lockable insns (Intel disassembly)
PASS: i386 lockbad-1
@@ -358,6 +364,7 @@ PASS: i386 RdSeed
PASS: i386 RdSeed (Intel disassembly)
PASS: i386 prefetch
PASS: i386 prefetch (Intel disassembly)
+PASS: i386 SMAP
PASS: i386 reloc
PASS: i386 jump16
PASS: i386 white
@@ -518,7 +525,7 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
-# of expected passes 382
+# of expected passes 389
# of unexpected failures 1
-../as-new 2.23.51.20130208
+../as-new 2.23.52.20130429
diff --git a/binutils/coulomb.SCHWINGE/test/ld/ld.sum b/binutils/coulomb.SCHWINGE/test/ld/ld.sum
index 61728b92..1b033675 100644
--- a/binutils/coulomb.SCHWINGE/test/ld/ld.sum
+++ b/binutils/coulomb.SCHWINGE/test/ld/ld.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Feb 8 14:11:04 2013
+Test Run By thomas on Mon Apr 29 10:32:59 2013
Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -342,6 +342,7 @@ PASS: Build needed1a.so with --add-needed
PASS: Build needed1b.so with --copy-dt-needed-entries
PASS: Build needed1a.so with --no-add-needed
PASS: Build needed1b.so with --no-copy-dt-needed-entries
+PASS: Build librel.so
PASS: Run normal with libfoo.so
PASS: Run protected with libfoo.so
PASS: Run hidden with libfoo.so
@@ -388,6 +389,7 @@ PASS: Run with pr14323-1.c pr14323-2.so
PASS: Run with pr14862-1.c libpr14862.so
PASS: Link with --add-needed
PASS: Link with --copy-dt-needed-entries
+PASS: Run relmain
PASS: --no-add-needed
PASS: --no-copy-dt-needed-entries
PASS: --no-add-needed -shared
@@ -680,6 +682,7 @@ PASS: ld-ifunc/ifunc-19a-i386
PASS: ld-ifunc/ifunc-19b-i386
PASS: ld-ifunc/ifunc-2-i386
PASS: ld-ifunc/ifunc-2-local-i386
+PASS: ld-ifunc/ifunc-20-i386
PASS: ld-ifunc/ifunc-3a-x86
PASS: ld-ifunc/ifunc-3b-x86
PASS: ld-ifunc/ifunc-4-local-x86
@@ -757,6 +760,7 @@ PASS: Build libpr13183.a
PASS: Build libdummy.a PR ld/13183
PASS: Build libdummy.a PR ld/13201
PASS: PR ld/13287
+PASS: PR ld/15323
PASS: Build libdummy.a 7
PASS: Build liblto-7.so
PASS: Build libdummy.a 8a
@@ -768,6 +772,13 @@ PASS: PR ld/12982
PASS: PR ld/12975
PASS: PR ld/13229
PASS: PR ld/13244
+PASS: Build libpr15146a.a
+PASS: Build pr15146b.so
+PASS: Build pr15146c.so
+PASS: PR ld/15146 (1)
+PASS: Build libpr15146d.a
+PASS: Build libpr15146d.a
+PASS: PR ld/15146 (2)
PASS: PR ld/12942 (3)
PASS: ld-plugin/lto-3r
PASS: ld-plugin/lto-5r
@@ -791,6 +802,7 @@ FAIL: PR ld/12942 (1)
PASS: PR ld/12942 (2)
PASS: PR ld/13066
PASS: PR ld/13201
+PASS: PR ld/15323
PASS: LTO 7
PASS: LTO 8
PASS: LTO TLS IE
@@ -884,6 +896,8 @@ PASS: rgn-at2
PASS: rgn-at3
PASS: rgn-at4
PASS: rgn-at5
+PASS: ld-scripts/rgn-at6
+PASS: ld-scripts/rgn-at7
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-scripts/rgn-over.exp ...
PASS: rgn-over1
PASS: rgn-over1 (map check)
@@ -1039,9 +1053,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
-# of expected passes 867
+# of expected passes 881
# of unexpected failures 3
# of expected failures 18
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20130208
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.52.20130429
diff --git a/binutils/kepler.SCHWINGE/log_build b/binutils/kepler.SCHWINGE/log_build
index 03a4440f..4e00b059 100644
--- a/binutils/kepler.SCHWINGE/log_build
+++ b/binutils/kepler.SCHWINGE/log_build
@@ -726,6 +726,8 @@ if [ x"" != x ]; then \
gcc-4.6 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Paul_Desmond/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Paul_Desmond/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc-4.6 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Paul_Desmond/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Paul_Desmond/libiberty/hashtab.c -o hashtab.o
+../../Paul_Desmond/libiberty/hashtab.c: In function 'hash_pointer':
+../../Paul_Desmond/libiberty/hashtab.c:1001:7: warning: right shift count >= width of type [enabled by default]
if [ x"" != x ]; then \
gcc-4.6 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Paul_Desmond/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Paul_Desmond/libiberty/hex.c -o pic/hex.o; \
else true; fi
@@ -904,9 +906,9 @@ Making info in doc
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
make chew
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
-gcc-4.6 -o chew.$$ -g -O2 \
- -I.. -I../../../Paul_Desmond/bfd/doc/.. -I../../../Paul_Desmond/bfd/doc/../../include -I../../../Paul_Desmond/bfd/doc/../../intl -I../../intl ../../../Paul_Desmond/bfd/doc/chew.c; \
- /bin/dash ../../../Paul_Desmond/bfd/doc/../../move-if-change chew.$$ chew
+gcc-4.6 -o chw$$ -g -O2 \
+ -I.. -I../../../Paul_Desmond/bfd/doc/.. -I../../../Paul_Desmond/bfd/doc/../../include -I../../../Paul_Desmond/bfd/doc/../../intl -I../../intl ../../../Paul_Desmond/bfd/doc/chew.c; \
+ /bin/dash ../../../Paul_Desmond/bfd/doc/../../move-if-change chw$$ chew
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
./chew -f ../../../Paul_Desmond/bfd/doc/doc.str <../../../Paul_Desmond/bfd/doc/../aoutx.h >aoutx.tmp
/bin/dash ../../../Paul_Desmond/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
@@ -1624,14 +1626,15 @@ checking for time_t in time.h... yes
checking for time_t in sys/types.h... yes
checking for a known getopt prototype in unistd.h... yes
checking for utime.h... yes
-checking whether fprintf is declared... yes
-checking whether stpcpy is declared... yes
-checking whether strstr is declared... yes
-checking whether sbrk is declared... yes
-checking whether getenv is declared... yes
checking whether environ is declared... yes
+checking whether fprintf is declared... yes
checking whether getc_unlocked is declared... yes
+checking whether getenv is declared... yes
+checking whether sbrk is declared... yes
checking whether snprintf is declared... yes
+checking whether stpcpy is declared... yes
+checking whether strnlen is declared... yes
+checking whether strstr is declared... yes
checking whether vsnprintf is declared... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
@@ -1827,7 +1830,7 @@ cp ../../../Paul_Desmond/gas/doc/all.texi ./asconfig.texi
chmod u+w ./asconfig.texi
touch as.1
perl ../../../Paul_Desmond/gas/doc/../../etc/texi2pod.pl -I "../../../Paul_Desmond/gas/doc" -I "../../../Paul_Desmond/gas/../libiberty" -I "../../../Paul_Desmond/gas/../bfd/doc" -I ../../bfd/doc -Dman < ../../../Paul_Desmond/gas/doc/as.texinfo > as.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 as.pod | \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 as.pod | \
sed -e '/^.if n .na/d' > as.1.T$$ && \
mv -f as.1.T$$ as.1) || \
(rm -f as.1.T$$ && exit 1)
@@ -1968,82 +1971,82 @@ restore=: && backupdir=".am$$" && \
rm -rf $backupdir; exit $rc
touch addr2line.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Daddr2line < ../../../Paul_Desmond/binutils/doc/binutils.texi > addr2line.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \
mv -f addr2line.1.T$$ addr2line.1) || (rm -f addr2line.1.T$$ && exit 1)
rm -f addr2line.pod
touch ar.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dar < ../../../Paul_Desmond/binutils/doc/binutils.texi > ar.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \
mv -f ar.1.T$$ ar.1) || (rm -f ar.1.T$$ && exit 1)
rm -f ar.pod
touch dlltool.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Ddlltool < ../../../Paul_Desmond/binutils/doc/binutils.texi > dlltool.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > dlltool.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > dlltool.1.T$$ && \
mv -f dlltool.1.T$$ dlltool.1) || (rm -f dlltool.1.T$$ && exit 1)
rm -f dlltool.pod
touch nlmconv.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnlmconv < ../../../Paul_Desmond/binutils/doc/binutils.texi > nlmconv.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 nlmconv.pod | sed -e '/^.if n .na/d' > nlmconv.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 nlmconv.pod | sed -e '/^.if n .na/d' > nlmconv.1.T$$ && \
mv -f nlmconv.1.T$$ nlmconv.1) || (rm -f nlmconv.1.T$$ && exit 1)
rm -f nlmconv.pod
touch nm.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnm < ../../../Paul_Desmond/binutils/doc/binutils.texi > nm.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 nm.pod | sed -e '/^.if n .na/d' > nm.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 nm.pod | sed -e '/^.if n .na/d' > nm.1.T$$ && \
mv -f nm.1.T$$ nm.1) || (rm -f nm.1.T$$ && exit 1)
rm -f nm.pod
touch objcopy.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjcopy < ../../../Paul_Desmond/binutils/doc/binutils.texi > objcopy.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > objcopy.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > objcopy.1.T$$ && \
mv -f objcopy.1.T$$ objcopy.1) || (rm -f objcopy.1.T$$ && exit 1)
rm -f objcopy.pod
touch objdump.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjdump < ../../../Paul_Desmond/binutils/doc/binutils.texi > objdump.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 objdump.pod | sed -e '/^.if n .na/d' > objdump.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 objdump.pod | sed -e '/^.if n .na/d' > objdump.1.T$$ && \
mv -f objdump.1.T$$ objdump.1) || (rm -f objdump.1.T$$ && exit 1)
rm -f objdump.pod
touch ranlib.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dranlib < ../../../Paul_Desmond/binutils/doc/binutils.texi > ranlib.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > ranlib.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > ranlib.1.T$$ && \
mv -f ranlib.1.T$$ ranlib.1) || (rm -f ranlib.1.T$$ && exit 1)
rm -f ranlib.pod
touch readelf.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dreadelf < ../../../Paul_Desmond/binutils/doc/binutils.texi > readelf.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 readelf.pod | sed -e '/^.if n .na/d' > readelf.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 readelf.pod | sed -e '/^.if n .na/d' > readelf.1.T$$ && \
mv -f readelf.1.T$$ readelf.1) || (rm -f readelf.1.T$$ && exit 1)
rm -f readelf.pod
touch size.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dsize < ../../../Paul_Desmond/binutils/doc/binutils.texi > size.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 size.pod | sed -e '/^.if n .na/d' > size.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 size.pod | sed -e '/^.if n .na/d' > size.1.T$$ && \
mv -f size.1.T$$ size.1) || (rm -f size.1.T$$ && exit 1)
rm -f size.pod
touch strings.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrings < ../../../Paul_Desmond/binutils/doc/binutils.texi > strings.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 strings.pod | sed -e '/^.if n .na/d' > strings.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 strings.pod | sed -e '/^.if n .na/d' > strings.1.T$$ && \
mv -f strings.1.T$$ strings.1) || (rm -f strings.1.T$$ && exit 1)
rm -f strings.pod
touch strip.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrip < ../../../Paul_Desmond/binutils/doc/binutils.texi > strip.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 strip.pod | sed -e '/^.if n .na/d' > strip.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 strip.pod | sed -e '/^.if n .na/d' > strip.1.T$$ && \
mv -f strip.1.T$$ strip.1) || (rm -f strip.1.T$$ && exit 1)
rm -f strip.pod
touch elfedit.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Delfedit < ../../../Paul_Desmond/binutils/doc/binutils.texi > elfedit.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > elfedit.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > elfedit.1.T$$ && \
mv -f elfedit.1.T$$ elfedit.1) || (rm -f elfedit.1.T$$ && exit 1)
rm -f elfedit.pod
touch windres.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindres < ../../../Paul_Desmond/binutils/doc/binutils.texi > windres.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 windres.pod | sed -e '/^.if n .na/d' > windres.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 windres.pod | sed -e '/^.if n .na/d' > windres.1.T$$ && \
mv -f windres.1.T$$ windres.1) || (rm -f windres.1.T$$ && exit 1)
rm -f windres.pod
touch windmc.1
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindmc < ../../../Paul_Desmond/binutils/doc/binutils.texi > windmc.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 windmc.pod | sed -e '/^.if n .na/d' > windmc.1.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 windmc.pod | sed -e '/^.if n .na/d' > windmc.1.T$$ && \
mv -f windmc.1.T$$ windmc.1) || (rm -f windmc.1.T$$ && exit 1)
rm -f windmc.pod
touch cxxfilt.man
perl ../../../Paul_Desmond/binutils/../etc/texi2pod.pl -I "../../../Paul_Desmond/binutils/doc" -I "../../../Paul_Desmond/binutils/../libiberty" -I "../../../Paul_Desmond/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dcxxfilt < ../../../Paul_Desmond/binutils/doc/binutils.texi > c++filt.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > cxxfilt.man.T$$ && \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > cxxfilt.man.T$$ && \
mv -f cxxfilt.man.T$$ cxxfilt.man) || (rm -f cxxfilt.man.T$$ && exit 1)
rm -f c++filt.pod
if test -f cxxfilt.man; then \
@@ -2773,7 +2776,7 @@ mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po
libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -static-libstdc++ -static-libgcc -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a -lm
touch gprof.1
perl ../../Paul_Desmond/gprof/../etc/texi2pod.pl -I "../../Paul_Desmond/gprof" -I "../../Paul_Desmond/gprof/../bfd/doc" -I ../bfd/doc -Dman -Dgprof < ../../Paul_Desmond/gprof/gprof.texi > gprof.pod
-(pod2man --center="GNU" --release="binutils-2.23.51" --section=1 gprof.pod | \
+(pod2man --center="GNU" --release="binutils-2.23.52" --section=1 gprof.pod | \
sed -e '/^.if n .na/d' > gprof.1.T$$ && \
mv -f gprof.1.T$$ gprof.1) || \
(rm -f gprof.1.T$$ && exit 1)
@@ -3099,7 +3102,7 @@ mv -f .deps/eelf32_x86_64.Tpo .deps/eelf32_x86_64.Po
libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -static-libstdc++ -static-libgcc -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 eelf32_x86_64.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl
touch ld.1
perl ../../Paul_Desmond/ld/../etc/texi2pod.pl -I ../../Paul_Desmond/ld -I ../../Paul_Desmond/ld/../bfd/doc -I ../bfd/doc -I ../../Paul_Desmond/ld/../libiberty -Dman < ../../Paul_Desmond/ld/ld.texinfo > ld.pod
-(pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 ld.pod | \
+(pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 ld.pod | \
sed -e '/^.if n .na/d' > ld.1.T$$ && \
mv -f ld.1.T$$ ld.1) || \
(rm -f ld.1.T$$ && exit 1)
diff --git a/binutils/kepler.SCHWINGE/log_test b/binutils/kepler.SCHWINGE/log_test
index 6e03231d..e62dc222 100644
--- a/binutils/kepler.SCHWINGE/log_test
+++ b/binutils/kepler.SCHWINGE/log_test
@@ -52,7 +52,7 @@ srcdir=`cd ../../Paul_Desmond/binutils && pwd`; export srcdir; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
-Test Run By thomas on Fri Feb 8 12:49:26 2013
+Test Run By thomas on Mon Apr 29 09:13:05 2013
Native configuration is i686-pc-linux-gnu
=== binutils tests ===
@@ -73,16 +73,17 @@ Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/elfedit.exp
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/hppa/objdump.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/i386/i386.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/m68k/objdump.exp ...
+Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/mips/mips.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/nm.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objcopy.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objdump.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/readelf.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/size.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.51.20130208
+Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.52.20130429
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/vax/objdump.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/windres/windres.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/x86-64/x86-64.exp ...
@@ -130,7 +131,7 @@ rootme=`pwd`; export rootme; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
-Test Run By thomas on Fri Feb 8 12:49:32 2013
+Test Run By thomas on Mon Apr 29 09:13:12 2013
Native configuration is i686-pc-linux-gnu
=== gas tests ===
@@ -269,8 +270,8 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
-# of expected passes 383
-../as-new 2.23.51.20130208
+# of expected passes 390
+../as-new 2.23.52.20130429
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
@@ -375,8 +376,8 @@ Making check in testsuite
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
make check-am
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
-make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1static ifuncmain1picstatic ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2static ifuncmain2picstatic ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4static ifuncmain4picstatic ifuncmain4 ifuncmain5static ifuncmain5picstatic ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7static ifuncmain7picstatic ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
- incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh two_file_shared.sh weak_plt.sh debug_msg.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout icf_test.stdout icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout two_file_shared.dbg weak_plt_shared.so debug_msg.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
+make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test script_test_11 thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1static ifuncmain1picstatic ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2static ifuncmain2picstatic ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4static ifuncmain4picstatic ifuncmain4 ifuncmain5static ifuncmain5picstatic ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7static ifuncmain7picstatic ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
+ incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh two_file_shared.sh weak_plt.sh debug_msg.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout icf_test.map icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_test.map icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout icf_safe_so_test.map final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout two_file_shared.dbg weak_plt_shared.so debug_msg.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o ../../../Paul_Desmond/gold/testsuite/test.cc
mv -f .deps/test.Tpo .deps/test.Po
@@ -668,6 +669,9 @@ g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-c
`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_3.t
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -T ../../../Paul_Desmond/gold/testsuite/script_test_3.t -o tls_phdrs_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -lz
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -T ../../../Paul_Desmond/gold/testsuite/script_test_4.t -o tls_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -lz
+`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -g -o script_test_11.o ../../../Paul_Desmond/gold/testsuite/script_test_11.c
+gcctestdir/ld -r -o script_test_11_r.o -T ../../../Paul_Desmond/gold/testsuite/script_test_11.t script_test_11.o
+`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_11 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_11_r.o
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT thin_archive_main.o -MD -MP -MF .deps/thin_archive_main.Tpo -c -o thin_archive_main.o ../../../Paul_Desmond/gold/testsuite/thin_archive_main.cc
mv -f .deps/thin_archive_main.Tpo .deps/thin_archive_main.Po
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT thin_archive_test_1.o -MD -MP -MF .deps/thin_archive_test_1.Tpo -c -o thin_archive_test_1.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_1.cc
@@ -865,22 +869,23 @@ make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/split_i386
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o pr14265 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections -T ../../../Paul_Desmond/gold/testsuite/pr14265.t -o pr14265 pr14265.o
../../binutils/nm-new --format=bsd --numeric-sort pr14265 > pr14265.stdout
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_test.o ../../../Paul_Desmond/gold/testsuite/icf_test.cc
-`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_test.o
-../../binutils/nm-new -C icf_test > icf_test.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_test.map | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_test -Bgcctestdir/ -Wl,--icf=all,-Map,icf_test.map icf_test.o
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_keep_unique_test.o ../../../Paul_Desmond/gold/testsuite/icf_keep_unique_test.cc
`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_keep_unique_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all -Wl,--keep-unique,_Z11unique_funcv icf_keep_unique_test.o
../../binutils/nm-new -C icf_keep_unique_test > icf_keep_unique_test.stdout
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_safe_test.o ../../../Paul_Desmond/gold/testsuite/icf_safe_test.cc
-`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=safe icf_safe_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_safe_test -Bgcctestdir/ -Wl,--icf=safe,-Map,icf_safe_test.map icf_safe_test.o
../../binutils/nm-new icf_safe_test > icf_safe_test_1.stdout
../../binutils/readelf -h icf_safe_test > icf_safe_test_2.stdout
+make[5]: `icf_safe_test.map' is up to date.
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIC -g -o icf_safe_so_test.o ../../../Paul_Desmond/gold/testsuite/icf_safe_so_test.cc
-`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_so_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=safe icf_safe_so_test.o -fPIC -shared
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_safe_so_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_safe_so_test -Bgcctestdir/ -Wl,--icf=safe,-Map,icf_safe_so_test.map icf_safe_so_test.o -fPIC -shared
../../binutils/nm-new icf_safe_so_test > icf_safe_so_test_1.stdout
../../binutils/readelf -h icf_safe_so_test > icf_safe_so_test_2.stdout
+make[5]: `icf_safe_so_test.map' is up to date.
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fdata-sections -g -o final_layout.o ../../../Paul_Desmond/gold/testsuite/final_layout.cc
(echo "*_Z3barv*" && echo ".text._Z3bazv" && echo "*_Z3foov*" && echo "*global_varb*" && echo "*global_vara*" && echo "*global_varc*") > final_layout_sequence.txt
-(echo "SECTIONS { .text : { *(.text*) } .got : { *(.got .toc) } .bss : { *(.bss*) } }") > final_layout_script.lds
+(echo "SECTIONS { .text : { *(.text*) } .got : { *(.got .toc) } .sbss : { *(.sbss*) } .bss : { *(.bss*) } }") > final_layout_script.lds
`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o final_layout | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--section-ordering-file,final_layout_sequence.txt -Wl,-T,final_layout_script.lds final_layout.o
../../binutils/nm-new -n --synthetic final_layout > final_layout.stdout
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o text_section_grouping.o ../../../Paul_Desmond/gold/testsuite/text_section_grouping.cc
@@ -1155,6 +1160,7 @@ PASS: binary_test
PASS: script_test_3
PASS: tls_phdrs_script_test
PASS: tls_script_test
+PASS: script_test_11
PASS: thin_archive_test_1
PASS: thin_archive_test_2
PASS: exclude_libs_test
@@ -1195,7 +1201,7 @@ PASS: ifuncmain7pie
PASS: ifuncvar
PASS: start_lib_test
============================
-2 of 173 tests failed
+2 of 174 tests failed
See testsuite/test-suite.log
============================
make[6]: *** [test-suite.log] Error 1
@@ -1207,16 +1213,16 @@ make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
make[3]: *** [check] Error 2
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
-make ld1 ld2 ld1-r ld2-r
+make ld1 ld2 ld1-r ld2-r ld4
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
test -d gcctestdir1 || mkdir -p gcctestdir1
rm -f gcctestdir1/ld
(cd gcctestdir1 && ln -s ../ld-new ld)
-g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1 -g -O2 -Bgcctestdir1/ -o ld1 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1 -g -O2 -Bgcctestdir1/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-file-size-for-treehash=0 -o ld1 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
test -d gcctestdir2 || mkdir -p gcctestdir2
rm -f gcctestdir2/ld
(cd gcctestdir2 && ln -s ../ld1 ld)
-g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2 -g -O2 -Bgcctestdir2/ -o ld2 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2 -g -O2 -Bgcctestdir2/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-file-size-for-treehash=0 -o ld2 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
gcctestdir1/ld -o libgold-1-r.o -r --whole-archive libgold.a
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1-r -g -O2 -Bgcctestdir1/ -o ld1-r main.o libgold-1-r.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
test -d gcctestdir2-r || mkdir -p gcctestdir2-r
@@ -1224,22 +1230,31 @@ rm -f gcctestdir2-r/ld
(cd gcctestdir2-r && ln -s ../ld1-r ld)
gcctestdir2-r/ld -o libgold-2-r.o -r --whole-archive libgold.a
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2-r -g -O2 -Bgcctestdir2-r/ -o ld2-r main.o libgold-2-r.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
+test -d gcctestdir4 || mkdir -p gcctestdir4
+rm -f gcctestdir4/ld
+(cd gcctestdir4 && ln -s ../ld-new ld)
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld4 -g -O2 -Bgcctestdir4/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12346 -Wl,--build-id-min-file-size-for-treehash=0 -o ld4 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o libgold.a ../libiberty/libiberty.a -lz
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
make check-TESTS
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
rm -f bootstrap-test
echo "#!/bin/sh" > bootstrap-test
-echo "cmp ld1 ld2" > bootstrap-test
+echo "cmp ld1 ld2" >> bootstrap-test
chmod +x bootstrap-test
PASS: bootstrap-test
rm -f bootstrap-test-r
echo "#!/bin/sh" > bootstrap-test-r
-echo "cmp ld1-r ld2-r" > bootstrap-test-r
+echo "cmp ld1-r ld2-r" >> bootstrap-test-r
chmod +x bootstrap-test-r
PASS: bootstrap-test-r
+rm -f bootstrap-test-treehash-chunksize
+echo "#!/bin/sh" > bootstrap-test-treehash-chunksize
+echo "cmp ld1 ld4 | grep ." >> bootstrap-test-treehash-chunksize
+chmod +x bootstrap-test-treehash-chunksize
+PASS: bootstrap-test-treehash-chunksize
==================
-All 2 tests passed
+All 3 tests passed
==================
make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
@@ -1291,7 +1306,7 @@ srcroot=`cd ../../Paul_Desmond/ld && pwd`; export srcroot; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
-Test Run By thomas on Fri Feb 8 12:51:34 2013
+Test Run By thomas on Mon Apr 29 09:15:28 2013
Native configuration is i686-pc-linux-gnu
=== ld tests ===
@@ -1442,11 +1457,11 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
-# of expected passes 879
+# of expected passes 893
# of unexpected failures 1
# of expected failures 8
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20130208
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.52.20130429
make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/ld'
@@ -1462,7 +1477,7 @@ make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/libiberty/testsu
gcc-4.6 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Paul_Desmond/libiberty/testsuite/../../include -o test-demangle \
../../../Paul_Desmond/libiberty/testsuite/test-demangle.c ../libiberty.a
./test-demangle < ../../../Paul_Desmond/libiberty/testsuite/demangle-expected
-./test-demangle: 877 tests, 0 failures
+./test-demangle: 882 tests, 0 failures
gcc-4.6 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Paul_Desmond/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \
../../../Paul_Desmond/libiberty/testsuite/test-pexecute.c ../libiberty.a
./test-pexecute
diff --git a/binutils/kepler.SCHWINGE/test/binutils/binutils.sum b/binutils/kepler.SCHWINGE/test/binutils/binutils.sum
index 89b7bfd9..37fbd0cf 100644
--- a/binutils/kepler.SCHWINGE/test/binutils/binutils.sum
+++ b/binutils/kepler.SCHWINGE/test/binutils/binutils.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Feb 8 12:49:26 2013
+Test Run By thomas on Mon Apr 29 09:13:05 2013
Native configuration is i686-pc-linux-gnu
=== binutils tests ===
@@ -38,6 +38,7 @@ PASS: objcopy on compressed debug sections
PASS: strip on uncompressed debug sections
PASS: strip on compressed debug sections
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/m68k/objdump.exp ...
+Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/mips/mips.exp ...
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/nm.exp ...
PASS: nm (no arguments)
PASS: nm -g
diff --git a/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum b/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum
index acaae52a..33137193 100644
--- a/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum
+++ b/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Feb 8 12:49:32 2013
+Test Run By thomas on Mon Apr 29 09:13:12 2013
Native configuration is i686-pc-linux-gnu
=== gas tests ===
@@ -42,6 +42,11 @@ PASS: conditional listings
PASS: incbin
PASS: assignment tests
PASS: .sleb128 tests
+PASS: .sleb128 tests (2)
+PASS: .sleb128 tests (3)
+PASS: .sleb128 tests (4)
+PASS: .sleb128 tests (5)
+PASS: .sleb128 tests (7)
PASS: relax .uleb128
PASS: bad byte directive
PASS: .quad tests
@@ -200,6 +205,7 @@ PASS: i386 amdfam10
PASS: i386 SSSE3
PASS: i386 rep prefix
PASS: i386 rep prefix (with suffixes)
+PASS: i386 inval-rep
PASS: i386 lockable insns
PASS: i386 lockable insns (Intel disassembly)
PASS: i386 lockbad-1
@@ -358,6 +364,7 @@ PASS: i386 RdSeed
PASS: i386 RdSeed (Intel disassembly)
PASS: i386 prefetch
PASS: i386 prefetch (Intel disassembly)
+PASS: i386 SMAP
PASS: i386 reloc
PASS: i386 jump16
PASS: i386 white
@@ -517,6 +524,6 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
-# of expected passes 383
-../as-new 2.23.51.20130208
+# of expected passes 390
+../as-new 2.23.52.20130429
diff --git a/binutils/kepler.SCHWINGE/test/ld/ld.sum b/binutils/kepler.SCHWINGE/test/ld/ld.sum
index a3490fc7..44664d6a 100644
--- a/binutils/kepler.SCHWINGE/test/ld/ld.sum
+++ b/binutils/kepler.SCHWINGE/test/ld/ld.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Fri Feb 8 12:51:34 2013
+Test Run By thomas on Mon Apr 29 09:15:28 2013
Native configuration is i686-pc-linux-gnu
=== ld tests ===
@@ -342,6 +342,7 @@ PASS: Build needed1a.so with --add-needed
PASS: Build needed1b.so with --copy-dt-needed-entries
PASS: Build needed1a.so with --no-add-needed
PASS: Build needed1b.so with --no-copy-dt-needed-entries
+PASS: Build librel.so
PASS: Run normal with libfoo.so
PASS: Run protected with libfoo.so
PASS: Run hidden with libfoo.so
@@ -388,6 +389,7 @@ PASS: Run with pr14323-1.c pr14323-2.so
PASS: Run with pr14862-1.c libpr14862.so
PASS: Link with --add-needed
PASS: Link with --copy-dt-needed-entries
+PASS: Run relmain
PASS: --no-add-needed
PASS: --no-copy-dt-needed-entries
PASS: --no-add-needed -shared
@@ -680,6 +682,7 @@ PASS: ld-ifunc/ifunc-19a-i386
PASS: ld-ifunc/ifunc-19b-i386
PASS: ld-ifunc/ifunc-2-i386
PASS: ld-ifunc/ifunc-2-local-i386
+PASS: ld-ifunc/ifunc-20-i386
PASS: ld-ifunc/ifunc-3a-x86
PASS: ld-ifunc/ifunc-3b-x86
PASS: ld-ifunc/ifunc-4-local-x86
@@ -757,6 +760,7 @@ PASS: Build libpr13183.a
PASS: Build libdummy.a PR ld/13183
PASS: Build libdummy.a PR ld/13201
PASS: PR ld/13287
+PASS: PR ld/15323
PASS: Build libdummy.a 7
PASS: Build liblto-7.so
PASS: Build libdummy.a 8a
@@ -768,6 +772,13 @@ PASS: PR ld/12982
PASS: PR ld/12975
PASS: PR ld/13229
PASS: PR ld/13244
+PASS: Build libpr15146a.a
+PASS: Build pr15146b.so
+PASS: Build pr15146c.so
+PASS: PR ld/15146 (1)
+PASS: Build libpr15146d.a
+PASS: Build libpr15146d.a
+PASS: PR ld/15146 (2)
PASS: PR ld/12942 (3)
PASS: ld-plugin/lto-3r
PASS: ld-plugin/lto-5r
@@ -791,6 +802,7 @@ FAIL: PR ld/12942 (1)
PASS: PR ld/12942 (2)
PASS: PR ld/13066
PASS: PR ld/13201
+PASS: PR ld/15323
PASS: LTO 7
PASS: LTO 8
PASS: LTO TLS IE
@@ -884,6 +896,8 @@ PASS: rgn-at2
PASS: rgn-at3
PASS: rgn-at4
PASS: rgn-at5
+PASS: ld-scripts/rgn-at6
+PASS: ld-scripts/rgn-at7
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-scripts/rgn-over.exp ...
PASS: rgn-over1
PASS: rgn-over1 (map check)
@@ -1039,9 +1053,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
-# of expected passes 879
+# of expected passes 893
# of unexpected failures 1
# of expected failures 8
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20130208
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.52.20130429
diff --git a/binutils/log_build.diff b/binutils/log_build.diff
index 6a0f4df5..2b958238 100644
--- a/binutils/log_build.diff
+++ b/binutils/log_build.diff
@@ -1,5 +1,5 @@
---- toolchain/logs/binutils/kepler.SCHWINGE/log_build_ 2013-02-08 14:36:24.333840156 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/log_build_ 2013-02-08 14:36:24.341840156 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/log_build_ 2013-04-29 10:53:32.414928475 +0200
++++ toolchain/logs/binutils/coulomb.SCHWINGE/log_build_ 2013-04-29 10:53:32.430928476 +0200
@@ -279,12 +279,12 @@
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
@@ -89,7 +89,7 @@
checking for win32_pstatus_t in sys/procfs.h... no
checking linker --as-needed support... yes
checking for cos in -lm... yes
-@@ -1254,36 +1254,15 @@
+@@ -1256,36 +1256,15 @@
/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../Paul_Desmond/bfd -I. -I../../Paul_Desmond/bfd -I../../Paul_Desmond/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Paul_Desmond.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 ../../Paul_Desmond/bfd/dwarf1.c
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../Paul_Desmond/bfd -I. -I../../Paul_Desmond/bfd -I../../Paul_Desmond/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Paul_Desmond.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../Paul_Desmond/bfd/dwarf1.c -o dwarf1.o
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
@@ -127,7 +127,7 @@
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
-@@ -1293,7 +1272,7 @@
+@@ -1295,7 +1274,7 @@
/bin/dash ../../Paul_Desmond/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/dash ./libtool --tag=CC --mode=link gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -o libbfd.la -rpath [...]/tschwinge/Paul_Desmond.build.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
@@ -136,7 +136,7 @@
libtool: link: ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/dash ./libtool --config | sed -n -e 's/^objdir=//p'`; \
-@@ -1360,7 +1339,7 @@
+@@ -1362,7 +1341,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -145,7 +145,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
-@@ -1380,7 +1359,7 @@
+@@ -1382,7 +1361,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
@@ -154,7 +154,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -1541,7 +1520,7 @@
+@@ -1543,7 +1522,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -163,7 +163,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
-@@ -1562,7 +1541,7 @@
+@@ -1564,7 +1543,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
@@ -172,7 +172,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -1710,7 +1689,7 @@
+@@ -1713,7 +1692,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -181,7 +181,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
-@@ -1731,7 +1710,7 @@
+@@ -1734,7 +1713,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
@@ -190,7 +190,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -2301,7 +2280,7 @@
+@@ -2304,7 +2283,7 @@
checking for omp support... yes
checking for glibc >= 2.9... yes
checking for -frandom-seed support... yes
@@ -199,7 +199,7 @@
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
-@@ -2311,7 +2290,7 @@
+@@ -2314,7 +2293,7 @@
checking for pread... yes
checking for ftruncate... yes
checking for ffsll... yes
@@ -208,7 +208,7 @@
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
-@@ -2347,7 +2326,7 @@
+@@ -2350,7 +2329,7 @@
checking for dlfcn.h... yes
checking for mallinfo... yes
checking for posix_fallocate... yes
@@ -217,7 +217,7 @@
checking for readv... yes
checking for sysconf... yes
checking for times... yes
-@@ -2509,8 +2488,10 @@
+@@ -2512,8 +2491,10 @@
mv -f .deps/workqueue-threads.Tpo .deps/workqueue-threads.Po
gcc-4.6 -DHAVE_CONFIG_H -I. -I../../Paul_Desmond/gold -I../../Paul_Desmond/gold -I../../Paul_Desmond/gold/../include -I../../Paul_Desmond/gold/../elfcpp -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -DBINDIR="\"[...]/tschwinge/Paul_Desmond.build.install/bin\"" -DTOOLBINDIR="\"[...]/tschwinge/Paul_Desmond.build.install/[ARCH]/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/[ARCH]/lib\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=yyscript.o -g -O2 -MT yyscript.o -MD -MP -MF .deps/yyscript.Tpo -c -o yyscript.o yyscript.c
mv -f .deps/yyscript.Tpo .deps/yyscript.Po
@@ -229,7 +229,7 @@
ranlib libgold.a
g++-4.6 -DHAVE_CONFIG_H -I. -I../../Paul_Desmond/gold -I../../Paul_Desmond/gold -I../../Paul_Desmond/gold/../include -I../../Paul_Desmond/gold/../elfcpp -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -DBINDIR="\"[...]/tschwinge/Paul_Desmond.build.install/bin\"" -DTOOLBINDIR="\"[...]/tschwinge/Paul_Desmond.build.install/[ARCH]/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/[ARCH]/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwp.o -g -O2 -MT dwp.o -MD -MP -MF .deps/dwp.Tpo -c -o dwp.o ../../Paul_Desmond/gold/dwp.cc
mv -f .deps/dwp.Tpo .deps/dwp.Po
-@@ -2592,7 +2573,7 @@
+@@ -2595,7 +2576,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -238,7 +238,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
-@@ -2613,7 +2594,7 @@
+@@ -2616,7 +2597,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
@@ -247,7 +247,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -2841,7 +2822,7 @@
+@@ -2844,7 +2825,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -256,7 +256,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
-@@ -2862,7 +2843,7 @@
+@@ -2865,7 +2846,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
@@ -265,7 +265,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -2878,7 +2859,7 @@
+@@ -2881,7 +2862,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
@@ -274,7 +274,7 @@
checking how to hardcode library paths into programs... immediate
checking whether NLS is requested... yes
checking for catalogs to be installed... bg da es fi fr ga id it ja sv tr uk vi zh_CN zh_TW
-@@ -2964,13 +2945,13 @@
+@@ -2967,13 +2948,13 @@
/bin/dash ../../Paul_Desmond/ld/../ylwrap ../../Paul_Desmond/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! */";\
@@ -290,7 +290,7 @@
| sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
echo " &ld_${f}_emulation, \\"; \
done;\
-@@ -3086,17 +3067,11 @@
+@@ -3089,17 +3070,11 @@
gcc-4.6 -DHAVE_CONFIG_H -I. -I../../Paul_Desmond/ld -I. -I../../Paul_Desmond/ld -I../bfd -I../../Paul_Desmond/ld/../bfd -I../../Paul_Desmond/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.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 ../../Paul_Desmond/ld/plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Po
cp ../../Paul_Desmond/ld/emultempl/astring.sed stringify.sed
@@ -310,4 +310,4 @@
+libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -static-libstdc++ -static-libgcc -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 ../../Paul_Desmond/ld/../etc/texi2pod.pl -I ../../Paul_Desmond/ld -I ../../Paul_Desmond/ld/../bfd/doc -I ../bfd/doc -I ../../Paul_Desmond/ld/../libiberty -Dman < ../../Paul_Desmond/ld/ld.texinfo > ld.pod
- (pod2man --center="GNU Development Tools" --release="binutils-2.23.51" --section=1 ld.pod | \
+ (pod2man --center="GNU Development Tools" --release="binutils-2.23.52" --section=1 ld.pod | \
diff --git a/binutils/log_install.diff b/binutils/log_install.diff
index 828e45bf..d7a50004 100644
--- a/binutils/log_install.diff
+++ b/binutils/log_install.diff
@@ -1,5 +1,5 @@
---- toolchain/logs/binutils/kepler.SCHWINGE/log_install_ 2013-02-08 14:36:28.613840420 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/log_install_ 2013-02-08 14:36:28.613840420 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/log_install_ 2013-04-29 10:53:37.922928816 +0200
++++ toolchain/logs/binutils/coulomb.SCHWINGE/log_install_ 2013-04-29 10:53:37.926928816 +0200
@@ -70,7 +70,6 @@
libtool: install: /usr/bin/install -c .libs/libbfd.a [...]/tschwinge/Paul_Desmond.build.install/lib/libbfd.a
libtool: install: chmod 644 [...]/tschwinge/Paul_Desmond.build.install/lib/libbfd.a
diff --git a/binutils/log_test.diff b/binutils/log_test.diff
index b86d54fa..9c88c300 100644
--- a/binutils/log_test.diff
+++ b/binutils/log_test.diff
@@ -1,5 +1,5 @@
---- toolchain/logs/binutils/kepler.SCHWINGE/log_test_ 2013-02-08 14:36:43.145841321 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/log_test_ 2013-02-08 14:36:43.149841322 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/log_test_ 2013-04-29 10:53:59.026930123 +0200
++++ toolchain/logs/binutils/coulomb.SCHWINGE/log_test_ 2013-04-29 10:53:59.030930123 +0200
@@ -11,14 +11,12 @@
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
@@ -19,21 +19,21 @@
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
--Test Run By thomas on Fri Feb 8 12:49:26 2013
-+Test Run By thomas on Fri Feb 8 13:40:48 2013
+-Test Run By thomas on Mon Apr 29 09:13:05 2013
++Test Run By thomas on Mon Apr 29 09:59:23 2013
Native configuration is [ARCH]
=== binutils tests ===
-@@ -130,7 +128,7 @@ Running [...]/tschwinge/Paul_Desmond/bin
+@@ -131,7 +129,7 @@ Running [...]/tschwinge/Paul_Desmond/bin
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
--Test Run By thomas on Fri Feb 8 12:49:32 2013
-+Test Run By thomas on Fri Feb 8 13:41:16 2013
+-Test Run By thomas on Mon Apr 29 09:13:12 2013
++Test Run By thomas on Mon Apr 29 09:59:57 2013
Native configuration is [ARCH]
=== gas tests ===
-@@ -184,6 +182,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -185,6 +183,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/hppa/reloc/reloc.exp ...
Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/hppa/unsorted/unsorted.exp ...
Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/i386/i386.exp ...
@@ -42,14 +42,14 @@
Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp ...
Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp ...
Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/i386/ilp32/ilp32.exp ...
-@@ -269,12 +269,18 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -270,12 +270,18 @@ Running [...]/tschwinge/Paul_Desmond/gas
=== gas Summary ===
--# of expected passes 383
-+# of expected passes 382
+-# of expected passes 390
++# of expected passes 389
+# of unexpected failures 1
- ../as-new 2.23.51.20130208
+ ../as-new 2.23.52.20130429
+make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
@@ -62,7 +62,7 @@
make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/libiberty'
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
-@@ -306,7 +312,6 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -307,7 +313,6 @@ Running [...]/tschwinge/Paul_Desmond/gas
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd'
@@ -70,7 +70,7 @@
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd'
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd'
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd'
-@@ -315,7 +320,6 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -316,7 +321,6 @@ Running [...]/tschwinge/Paul_Desmond/gas
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
Making all in .
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
@@ -78,16 +78,16 @@
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
Making all in po
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
-@@ -375,7 +379,7 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -376,7 +380,7 @@ Running [...]/tschwinge/Paul_Desmond/gas
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
make check-am
make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
--make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1static ifuncmain1picstatic ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2static ifuncmain2picstatic ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4static ifuncmain4picstatic ifuncmain4 ifuncmain5static ifuncmain5picstatic ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7static ifuncmain7picstatic ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
-+make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4 ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
- incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh two_file_shared.sh weak_plt.sh debug_msg.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout icf_test.stdout icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout two_file_shared.dbg weak_plt_shared.so debug_msg.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
+-make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test script_test_11 thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1static ifuncmain1picstatic ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2static ifuncmain2picstatic ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4static ifuncmain4picstatic ifuncmain4 ifuncmain5static ifuncmain5picstatic ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7static ifuncmain7picstatic ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
++make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test script_test_11 thin_archive_test_1 thin_archive_test_2 exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4 ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test \
+ incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh two_file_shared.sh weak_plt.sh debug_msg.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout icf_test.map icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_test.map icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout icf_safe_so_test.map final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout two_file_shared.dbg weak_plt_shared.so debug_msg.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
`echo g++-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o ../../../Paul_Desmond/gold/testsuite/test.cc
-@@ -720,13 +724,10 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -724,13 +728,10 @@ Running [...]/tschwinge/Paul_Desmond/gas
g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Lalt -o searched_file_test searched_file_test.o -l:searched_file_test_lib.a -lz
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain1.o -MD -MP -MF .deps/ifuncmain1.Tpo -c -o ifuncmain1.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1.c
mv -f .deps/ifuncmain1.Tpo .deps/ifuncmain1.Po
@@ -102,7 +102,7 @@
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ifuncmain1pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.so -Wl,-R,.
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain1vis.o -MD -MP -MF .deps/ifuncmain1vis.Tpo -c -o ifuncmain1vis.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1vis.c
mv -f .deps/ifuncmain1vis.Tpo .deps/ifuncmain1vis.Po
-@@ -743,11 +744,9 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -747,11 +748,9 @@ Running [...]/tschwinge/Paul_Desmond/gas
mv -f .deps/ifuncmain2.Tpo .deps/ifuncmain2.Po
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncdep2.o -MD -MP -MF .deps/ifuncdep2.Tpo -c -o ifuncdep2.o ../../../Paul_Desmond/gold/testsuite/ifuncdep2.c
mv -f .deps/ifuncdep2.Tpo .deps/ifuncdep2.Po
@@ -115,7 +115,7 @@
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ifuncmain2pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain2pic.o ifuncdep2pic.o
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain3.o -MD -MP -MF .deps/ifuncmain3.Tpo -c -o ifuncmain3.o ../../../Paul_Desmond/gold/testsuite/ifuncmain3.c
mv -f .deps/ifuncmain3.Tpo .deps/ifuncmain3.Po
-@@ -756,19 +755,13 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -760,19 +759,13 @@ Running [...]/tschwinge/Paul_Desmond/gas
gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,--export-dynamic -Wl,-R,. -o ifuncmain3 ifuncmain3.o -ldl -lz
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain4.o -MD -MP -MF .deps/ifuncmain4.Tpo -c -o ifuncmain4.o ../../../Paul_Desmond/gold/testsuite/ifuncmain4.c
mv -f .deps/ifuncmain4.Tpo .deps/ifuncmain4.Po
@@ -136,7 +136,7 @@
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ifuncmain5pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain5pic.o ifuncmod5.so -Wl,-R,.
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ifuncmain5staticpic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain5pic.o ifuncmod5.o
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIE -o ifuncmain5pie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.c
-@@ -779,10 +772,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -783,10 +776,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ifuncmain6pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain6pie.o ifuncmod6.so -Wl,-R,.
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain7.o -MD -MP -MF .deps/ifuncmain7.Tpo -c -o ifuncmain7.o ../../../Paul_Desmond/gold/testsuite/ifuncmain7.c
mv -f .deps/ifuncmain7.Tpo .deps/ifuncmain7.Po
@@ -148,7 +148,7 @@
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ifuncmain7pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain7pic.o
`echo gcc-4.6 -DHAVE_CONFIG_H -I. -I../../../Paul_Desmond/gold/testsuite -I.. -I../../../Paul_Desmond/gold/testsuite -I../../../Paul_Desmond/gold/testsuite/.. -I../../../Paul_Desmond/gold/testsuite/../../include -I../../../Paul_Desmond/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/Paul_Desmond.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIE -o ifuncmain7pie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain7.c
`echo gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ifuncmain7pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain7pie.o
-@@ -1045,8 +1036,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -1050,8 +1041,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
PASS: ver_test_5.sh
PASS: ver_test_7.sh
PASS: ver_test_10.sh
@@ -159,7 +159,7 @@
PASS: script_test_3.sh
PASS: script_test_4.sh
PASS: script_test_5.sh
-@@ -1152,8 +1143,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -1157,8 +1148,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
PASS: justsyms
PASS: justsyms_exec
PASS: binary_test
@@ -168,9 +168,9 @@
+FAIL: script_test_3
+FAIL: tls_phdrs_script_test
PASS: tls_script_test
+ PASS: script_test_11
PASS: thin_archive_test_1
- PASS: thin_archive_test_2
-@@ -1162,8 +1153,6 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -1168,8 +1159,6 @@ Running [...]/tschwinge/Paul_Desmond/gas
PASS: discard_locals_test
PASS: permission_test
PASS: searched_file_test
@@ -179,7 +179,7 @@
PASS: ifuncmain1
PASS: ifuncmain1pic
PASS: ifuncmain1vis
-@@ -1172,30 +1161,22 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -1178,30 +1167,22 @@ Running [...]/tschwinge/Paul_Desmond/gas
PASS: ifuncmain1pie
PASS: ifuncmain1vispie
PASS: ifuncmain1staticpie
@@ -206,12 +206,12 @@
PASS: ifuncvar
PASS: start_lib_test
============================
--2 of 173 tests failed
-+4 of 163 tests failed
+-2 of 174 tests failed
++4 of 164 tests failed
See testsuite/test-suite.log
============================
make[6]: *** [test-suite.log] Error 1
-@@ -1284,14 +1265,14 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -1299,14 +1280,14 @@ Running [...]/tschwinge/Paul_Desmond/gas
CC="gcc-4.6" CFLAGS="-g -O2" \
CXX="g++-4.6" CXXFLAGS="-g -O2" \
CC_FOR_HOST="gcc-4.6" CFLAGS_FOR_HOST="-g -O2" \
@@ -223,12 +223,12 @@
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
--Test Run By thomas on Fri Feb 8 12:51:34 2013
-+Test Run By thomas on Fri Feb 8 14:11:04 2013
+-Test Run By thomas on Mon Apr 29 09:15:28 2013
++Test Run By thomas on Mon Apr 29 10:32:59 2013
Native configuration is [ARCH]
=== ld tests ===
-@@ -1348,6 +1329,8 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -1363,6 +1344,8 @@ Running [...]/tschwinge/Paul_Desmond/ld/
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-ia64/line.exp ...
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-ifunc/binutils.exp ...
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-ifunc/ifunc.exp ...
@@ -237,16 +237,16 @@
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-libs/libs.exp ...
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-linkonce/linkonce.exp ...
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-m68hc11/m68hc11.exp ...
-@@ -1442,9 +1425,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -1457,9 +1440,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/
=== ld Summary ===
--# of expected passes 879
+-# of expected passes 893
-# of unexpected failures 1
-# of expected failures 8
-+# of expected passes 867
++# of expected passes 881
+# of unexpected failures 3
+# of expected failures 18
# of untested testcases 6
- [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20130208
+ [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.52.20130429
diff --git a/binutils/test.diff b/binutils/test.diff
index 7fb945e1..6f2862c9 100644
--- a/binutils/test.diff
+++ b/binutils/test.diff
@@ -1,26 +1,26 @@
diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/binutils/binutils.sum toolchain/logs/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum
---- toolchain/logs/binutils/kepler.SCHWINGE/test/binutils/binutils.sum 2013-02-08 14:36:30.185840184 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum 2013-02-08 14:36:43.085841347 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/test/binutils/binutils.sum 2013-04-29 10:53:43.734929176 +0200
++++ toolchain/logs/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum 2013-04-29 10:53:58.894930115 +0200
@@ -1,5 +1,5 @@
--Test Run By thomas on Fri Feb 8 12:49:26 2013
+-Test Run By thomas on Mon Apr 29 09:13:05 2013
-Native configuration is i686-pc-linux-gnu
-+Test Run By thomas on Fri Feb 8 13:40:48 2013
++Test Run By thomas on Mon Apr 29 09:59:23 2013
+Native configuration is i686-unknown-gnu0.3
=== binutils tests ===
diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum toolchain/logs/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum
---- toolchain/logs/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum 2013-02-08 14:36:30.185840184 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum 2013-02-08 14:36:43.097841299 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum 2013-04-29 10:53:43.738929176 +0200
++++ toolchain/logs/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum 2013-04-29 10:53:58.894930115 +0200
@@ -1,5 +1,5 @@
--Test Run By thomas on Fri Feb 8 12:49:32 2013
+-Test Run By thomas on Mon Apr 29 09:13:12 2013
-Native configuration is i686-pc-linux-gnu
-+Test Run By thomas on Fri Feb 8 13:41:16 2013
++Test Run By thomas on Mon Apr 29 09:59:57 2013
+Native configuration is i686-unknown-gnu0.3
=== gas tests ===
-@@ -397,7 +397,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -404,7 +404,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
PASS: i386 string-bad
PASS: i386 reg-bad
PASS: i386 space1
@@ -30,22 +30,22 @@ diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/gas/testsu
PASS: i386 list-1
PASS: i386 list-2
PASS: i386 list-3
-@@ -517,6 +518,7 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -524,6 +525,7 @@ Running [...]/tschwinge/Paul_Desmond/gas
=== gas Summary ===
--# of expected passes 383
-+# of expected passes 382
+-# of expected passes 390
++# of expected passes 389
+# of unexpected failures 1
- ../as-new 2.23.51.20130208
+ ../as-new 2.23.52.20130429
diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum toolchain/logs/binutils/coulomb.SCHWINGE/test/ld/ld.sum
---- toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum 2013-02-08 14:36:30.189840310 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/test/ld/ld.sum 2013-02-08 14:36:43.097841299 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum 2013-04-29 10:53:43.750929177 +0200
++++ toolchain/logs/binutils/coulomb.SCHWINGE/test/ld/ld.sum 2013-04-29 10:53:58.930930117 +0200
@@ -1,5 +1,5 @@
--Test Run By thomas on Fri Feb 8 12:51:34 2013
+-Test Run By thomas on Mon Apr 29 09:15:28 2013
-Native configuration is i686-pc-linux-gnu
-+Test Run By thomas on Fri Feb 8 14:11:04 2013
++Test Run By thomas on Mon Apr 29 10:32:59 2013
+Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -65,7 +65,7 @@ diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-elf/exclude.exp ...
PASS: ld link shared library
PASS: ld export symbols from archive
-@@ -545,8 +545,8 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -547,8 +547,8 @@ Running [...]/tschwinge/Paul_Desmond/ld/
PASS: ELF DSO weak func last DSO
PASS: ELF weak func first
PASS: ELF weak func last
@@ -76,7 +76,7 @@ diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum
PASS: ELF DSO weak data first
PASS: ELF DSO weak data last
PASS: ELF DSO weak data first DSO
-@@ -557,10 +557,10 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -559,10 +559,10 @@ Running [...]/tschwinge/Paul_Desmond/ld/
PASS: ELF weak data last
PASS: ELF weak data first common
PASS: ELF weak data last common
@@ -91,7 +91,7 @@ diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum
PASS: ELF DSO small bar (size)
PASS: ELF DSO foo with small bar (size)
PASS: ELF DSO big bar (size)
-@@ -656,8 +656,8 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -658,8 +658,8 @@ Running [...]/tschwinge/Paul_Desmond/ld/
Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-ifunc/ifunc.exp ...
PASS: Building ifunc binaries
PASS: Checking ifunc binaries
@@ -102,16 +102,16 @@ diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum
PASS: ld-ifunc/ifunc-1-local-x86
PASS: ld-ifunc/ifunc-1-x86
PASS: ld-ifunc/ifunc-10-i386
-@@ -1039,9 +1039,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -1053,9 +1053,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/
=== ld Summary ===
--# of expected passes 879
+-# of expected passes 893
-# of unexpected failures 1
-# of expected failures 8
-+# of expected passes 867
++# of expected passes 881
+# of unexpected failures 3
+# of expected failures 18
# of untested testcases 6
- [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20130208
+ [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.52.20130429