summaryrefslogtreecommitdiff
path: root/binutils/coulomb.SCHWINGE
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/coulomb.SCHWINGE')
-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
5 files changed, 101 insertions, 61 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