summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-12-16 13:53:38 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-12-16 13:53:38 +0100
commitb2218016e588eed4e81eeb85b35f58bcd784da48 (patch)
treea0ca48f33531d673bbfb5e541c66b2822fd42746 /binutils
parent857158d0abdbd9c3be942dda05b33a97115cff54 (diff)
binutils: 7c102198e4a1ecee9cf175bd4ad87ee435956cae (2012-12-16)
configure --enable-gold
Diffstat (limited to 'binutils')
-rw-r--r--binutils/coulomb.SCHWINGE/log_build294
-rw-r--r--binutils/coulomb.SCHWINGE/log_install72
-rw-r--r--binutils/coulomb.SCHWINGE/log_test962
-rw-r--r--binutils/coulomb.SCHWINGE/test/binutils/binutils.sum2
-rw-r--r--binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum4
-rw-r--r--binutils/coulomb.SCHWINGE/test/ld/ld.sum4
-rw-r--r--binutils/kepler.SCHWINGE/log_build292
-rw-r--r--binutils/kepler.SCHWINGE/log_install72
-rw-r--r--binutils/kepler.SCHWINGE/log_test985
-rw-r--r--binutils/kepler.SCHWINGE/test/binutils/binutils.sum2
-rw-r--r--binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum4
-rw-r--r--binutils/kepler.SCHWINGE/test/ld/ld.sum4
-rw-r--r--binutils/log_build.diff57
-rw-r--r--binutils/log_install.diff4
-rw-r--r--binutils/log_test.diff189
-rw-r--r--binutils/test.diff28
16 files changed, 2899 insertions, 76 deletions
diff --git a/binutils/coulomb.SCHWINGE/log_build b/binutils/coulomb.SCHWINGE/log_build
index 9145048f..9f85f0a9 100644
--- a/binutils/coulomb.SCHWINGE/log_build
+++ b/binutils/coulomb.SCHWINGE/log_build
@@ -2214,6 +2214,300 @@ libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshado
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+mkdir -p -- ./gold
+Configuring in ./gold
+configure: creating cache ./config.cache
+checking build system type... i686-unknown-gnu0.3
+checking host system type... i686-unknown-gnu0.3
+checking target system type... i686-unknown-gnu0.3
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for a thread-safe mkdir -p... /bin/mkdir -p
+checking for gawk... gawk
+checking whether make sets $(MAKE)... yes
+checking for i686-unknown-gnu0.3-nm... nm
+checking for i686-unknown-gnu0.3-gcc... gcc-4.6
+checking for C compiler default output file name... a.out
+checking whether the C compiler works... yes
+checking whether we are cross compiling... no
+checking for suffix of executables...
+checking for suffix of object files... o
+checking whether we are using the GNU C compiler... yes
+checking whether gcc-4.6 accepts -g... yes
+checking for gcc-4.6 option to accept ISO C89... none needed
+checking for style of include used by make... GNU
+checking dependency style of gcc-4.6... gcc3
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++-4.6 accepts -g... yes
+checking dependency style of g++-4.6... gcc3
+checking for bison... bison -y
+checking for i686-unknown-gnu0.3-ranlib... ranlib
+checking whether ln -s works... yes
+checking how to run the C preprocessor... gcc-4.6 -E
+checking for grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/types.h... yes
+checking for sys/stat.h... yes
+checking for stdlib.h... yes
+checking for string.h... yes
+checking for memory.h... yes
+checking for strings.h... yes
+checking for inttypes.h... yes
+checking for stdint.h... yes
+checking for unistd.h... yes
+checking minix/config.h usability... no
+checking minix/config.h presence... no
+checking for minix/config.h... no
+checking whether it is safe to define __EXTENSIONS__... yes
+checking whether NLS is requested... yes
+checking for catalogs to be installed... es fi id it vi
+checking whether NLS is requested... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking whether byte ordering is bigendian... no
+checking whether static linking works... yes
+checking for gcc >= 4.1... yes
+checking for thread support... yes
+checking for glibc >= 2.4... yes
+checking for omp support... yes
+checking for glibc >= 2.9... yes
+checking for -frandom-seed support... yes
+checking for glibc ifunc support... dyn
+Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
+checking sys/mman.h usability... yes
+checking sys/mman.h presence... yes
+checking for sys/mman.h... yes
+checking for chsize... no
+checking for mmap... yes
+checking for pread... yes
+checking for ftruncate... yes
+checking for ffsll... yes
+checking mremap with MREMAP_MAYMOVE... no
+checking for library containing zlibVersion... -lz
+checking zlib.h usability... yes
+checking zlib.h presence... yes
+checking for zlib.h... yes
+checking whether basename is declared... yes
+checking whether ffs is declared... yes
+checking whether asprintf is declared... yes
+checking whether vasprintf is declared... yes
+checking whether snprintf is declared... yes
+checking whether vsnprintf is declared... yes
+checking whether strverscmp is declared... yes
+checking how to run the C++ preprocessor... g++-4.6 -E
+checking tr1/unordered_set usability... yes
+checking tr1/unordered_set presence... yes
+checking for tr1/unordered_set... yes
+checking tr1/unordered_map usability... yes
+checking tr1/unordered_map presence... yes
+checking for tr1/unordered_map... yes
+checking ext/hash_map usability... yes
+checking ext/hash_map presence... yes
+checking for ext/hash_map... yes
+checking ext/hash_set usability... yes
+checking ext/hash_set presence... yes
+checking for ext/hash_set... yes
+checking byteswap.h usability... yes
+checking byteswap.h presence... yes
+checking for byteswap.h... yes
+checking for mallinfo... yes
+checking for posix_fallocate... yes
+checking for fallocate... no
+checking for readv... yes
+checking for sysconf... yes
+checking for times... yes
+checking whether basename is declared... (cached) yes
+checking whether ffs is declared... (cached) yes
+checking whether asprintf is declared... (cached) yes
+checking whether vasprintf is declared... (cached) yes
+checking whether snprintf is declared... (cached) yes
+checking whether vsnprintf is declared... (cached) yes
+checking whether strverscmp is declared... (cached) yes
+checking whether strndup is declared... yes
+checking whether memmem is declared... yes
+checking whether ::std::tr1::unordered_map::rehash is usable.... yes
+checking whether std::tr1::hash<off_t> is defined... yes
+checking whether we can use attributes with template functions... yes
+checking for struct stat::st_mtim.... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for setlocale... yes
+checking for LC_MESSAGES... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+configure: updating cache ./config.cache
+configure: creating ./config.status
+config.status: creating Makefile
+config.status: creating testsuite/Makefile
+config.status: creating po/Makefile.in
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+file=`echo es | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/es.po
+file=`echo fi | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/fi.po
+file=`echo id | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/id.po
+file=`echo it | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/it.po
+file=`echo vi | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/vi.po
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+Making all in testsuite
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+(for i in `seq 1 70000`; do \
+ echo "int var_$i __attribute__((section(\"section_$i\"))) = $i;"; \
+ done) > many_sections_define.h.tmp
+mv -f many_sections_define.h.tmp many_sections_define.h
+(for i in `seq 1 1000 70000`; do \
+ echo "assert(var_$i == $i);"; \
+ done) > many_sections_check.h.tmp
+mv -f many_sections_check.h.tmp many_sections_check.h
+make all-am
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Nothing to be done for `all-am'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=archive.o -g -O2 -MT archive.o -MD -MP -MF .deps/archive.Tpo -c -o archive.o ../../Paul_Desmond/gold/archive.cc
+mv -f .deps/archive.Tpo .deps/archive.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=attributes.o -g -O2 -MT attributes.o -MD -MP -MF .deps/attributes.Tpo -c -o attributes.o ../../Paul_Desmond/gold/attributes.cc
+mv -f .deps/attributes.Tpo .deps/attributes.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=binary.o -g -O2 -MT binary.o -MD -MP -MF .deps/binary.Tpo -c -o binary.o ../../Paul_Desmond/gold/binary.cc
+mv -f .deps/binary.Tpo .deps/binary.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=common.o -g -O2 -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o ../../Paul_Desmond/gold/common.cc
+mv -f .deps/common.Tpo .deps/common.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=compressed_output.o -g -O2 -MT compressed_output.o -MD -MP -MF .deps/compressed_output.Tpo -c -o compressed_output.o ../../Paul_Desmond/gold/compressed_output.cc
+mv -f .deps/compressed_output.Tpo .deps/compressed_output.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=copy-relocs.o -g -O2 -MT copy-relocs.o -MD -MP -MF .deps/copy-relocs.Tpo -c -o copy-relocs.o ../../Paul_Desmond/gold/copy-relocs.cc
+mv -f .deps/copy-relocs.Tpo .deps/copy-relocs.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=cref.o -g -O2 -MT cref.o -MD -MP -MF .deps/cref.Tpo -c -o cref.o ../../Paul_Desmond/gold/cref.cc
+mv -f .deps/cref.Tpo .deps/cref.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=defstd.o -g -O2 -MT defstd.o -MD -MP -MF .deps/defstd.Tpo -c -o defstd.o ../../Paul_Desmond/gold/defstd.cc
+mv -f .deps/defstd.Tpo .deps/defstd.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=descriptors.o -g -O2 -MT descriptors.o -MD -MP -MF .deps/descriptors.Tpo -c -o descriptors.o ../../Paul_Desmond/gold/descriptors.cc
+mv -f .deps/descriptors.Tpo .deps/descriptors.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dirsearch.o -g -O2 -MT dirsearch.o -MD -MP -MF .deps/dirsearch.Tpo -c -o dirsearch.o ../../Paul_Desmond/gold/dirsearch.cc
+mv -f .deps/dirsearch.Tpo .deps/dirsearch.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dynobj.o -g -O2 -MT dynobj.o -MD -MP -MF .deps/dynobj.Tpo -c -o dynobj.o ../../Paul_Desmond/gold/dynobj.cc
+mv -f .deps/dynobj.Tpo .deps/dynobj.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwarf_reader.o -g -O2 -MT dwarf_reader.o -MD -MP -MF .deps/dwarf_reader.Tpo -c -o dwarf_reader.o ../../Paul_Desmond/gold/dwarf_reader.cc
+mv -f .deps/dwarf_reader.Tpo .deps/dwarf_reader.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ehframe.o -g -O2 -MT ehframe.o -MD -MP -MF .deps/ehframe.Tpo -c -o ehframe.o ../../Paul_Desmond/gold/ehframe.cc
+mv -f .deps/ehframe.Tpo .deps/ehframe.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=errors.o -g -O2 -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o ../../Paul_Desmond/gold/errors.cc
+mv -f .deps/errors.Tpo .deps/errors.Po
+/bin/dash ../../Paul_Desmond/gold/../ylwrap ../../Paul_Desmond/gold/yyscript.y y.tab.c yyscript.c y.tab.h yyscript.h y.output yyscript.output -- bison -y -d
+conflicts: 5 shift/reduce
+updating yyscript.h
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=expression.o -g -O2 -MT expression.o -MD -MP -MF .deps/expression.Tpo -c -o expression.o ../../Paul_Desmond/gold/expression.cc
+mv -f .deps/expression.Tpo .deps/expression.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=fileread.o -g -O2 -MT fileread.o -MD -MP -MF .deps/fileread.Tpo -c -o fileread.o ../../Paul_Desmond/gold/fileread.cc
+mv -f .deps/fileread.Tpo .deps/fileread.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gc.o -g -O2 -MT gc.o -MD -MP -MF .deps/gc.Tpo -c -o gc.o ../../Paul_Desmond/gold/gc.cc
+mv -f .deps/gc.Tpo .deps/gc.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gdb-index.o -g -O2 -MT gdb-index.o -MD -MP -MF .deps/gdb-index.Tpo -c -o gdb-index.o ../../Paul_Desmond/gold/gdb-index.cc
+mv -f .deps/gdb-index.Tpo .deps/gdb-index.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gold.o -g -O2 -MT gold.o -MD -MP -MF .deps/gold.Tpo -c -o gold.o ../../Paul_Desmond/gold/gold.cc
+mv -f .deps/gold.Tpo .deps/gold.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gold-threads.o -g -O2 -MT gold-threads.o -MD -MP -MF .deps/gold-threads.Tpo -c -o gold-threads.o ../../Paul_Desmond/gold/gold-threads.cc
+mv -f .deps/gold-threads.Tpo .deps/gold-threads.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=icf.o -g -O2 -MT icf.o -MD -MP -MF .deps/icf.Tpo -c -o icf.o ../../Paul_Desmond/gold/icf.cc
+mv -f .deps/icf.Tpo .deps/icf.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental.o -g -O2 -MT incremental.o -MD -MP -MF .deps/incremental.Tpo -c -o incremental.o ../../Paul_Desmond/gold/incremental.cc
+mv -f .deps/incremental.Tpo .deps/incremental.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=int_encoding.o -g -O2 -MT int_encoding.o -MD -MP -MF .deps/int_encoding.Tpo -c -o int_encoding.o ../../Paul_Desmond/gold/int_encoding.cc
+mv -f .deps/int_encoding.Tpo .deps/int_encoding.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=layout.o -g -O2 -MT layout.o -MD -MP -MF .deps/layout.Tpo -c -o layout.o ../../Paul_Desmond/gold/layout.cc
+mv -f .deps/layout.Tpo .deps/layout.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=mapfile.o -g -O2 -MT mapfile.o -MD -MP -MF .deps/mapfile.Tpo -c -o mapfile.o ../../Paul_Desmond/gold/mapfile.cc
+mv -f .deps/mapfile.Tpo .deps/mapfile.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=merge.o -g -O2 -MT merge.o -MD -MP -MF .deps/merge.Tpo -c -o merge.o ../../Paul_Desmond/gold/merge.cc
+mv -f .deps/merge.Tpo .deps/merge.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=nacl.o -g -O2 -MT nacl.o -MD -MP -MF .deps/nacl.Tpo -c -o nacl.o ../../Paul_Desmond/gold/nacl.cc
+mv -f .deps/nacl.Tpo .deps/nacl.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=object.o -g -O2 -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o ../../Paul_Desmond/gold/object.cc
+mv -f .deps/object.Tpo .deps/object.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=options.o -g -O2 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o ../../Paul_Desmond/gold/options.cc
+mv -f .deps/options.Tpo .deps/options.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=output.o -g -O2 -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o ../../Paul_Desmond/gold/output.cc
+mv -f .deps/output.Tpo .deps/output.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=parameters.o -g -O2 -MT parameters.o -MD -MP -MF .deps/parameters.Tpo -c -o parameters.o ../../Paul_Desmond/gold/parameters.cc
+mv -f .deps/parameters.Tpo .deps/parameters.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=plugin.o -g -O2 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../Paul_Desmond/gold/plugin.cc
+mv -f .deps/plugin.Tpo .deps/plugin.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=readsyms.o -g -O2 -MT readsyms.o -MD -MP -MF .deps/readsyms.Tpo -c -o readsyms.o ../../Paul_Desmond/gold/readsyms.cc
+mv -f .deps/readsyms.Tpo .deps/readsyms.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=reduced_debug_output.o -g -O2 -MT reduced_debug_output.o -MD -MP -MF .deps/reduced_debug_output.Tpo -c -o reduced_debug_output.o ../../Paul_Desmond/gold/reduced_debug_output.cc
+mv -f .deps/reduced_debug_output.Tpo .deps/reduced_debug_output.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=reloc.o -g -O2 -MT reloc.o -MD -MP -MF .deps/reloc.Tpo -c -o reloc.o ../../Paul_Desmond/gold/reloc.cc
+mv -f .deps/reloc.Tpo .deps/reloc.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=resolve.o -g -O2 -MT resolve.o -MD -MP -MF .deps/resolve.Tpo -c -o resolve.o ../../Paul_Desmond/gold/resolve.cc
+mv -f .deps/resolve.Tpo .deps/resolve.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script-sections.o -g -O2 -MT script-sections.o -MD -MP -MF .deps/script-sections.Tpo -c -o script-sections.o ../../Paul_Desmond/gold/script-sections.cc
+mv -f .deps/script-sections.Tpo .deps/script-sections.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script.o -g -O2 -MT script.o -MD -MP -MF .deps/script.Tpo -c -o script.o ../../Paul_Desmond/gold/script.cc
+mv -f .deps/script.Tpo .deps/script.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=stringpool.o -g -O2 -MT stringpool.o -MD -MP -MF .deps/stringpool.Tpo -c -o stringpool.o ../../Paul_Desmond/gold/stringpool.cc
+mv -f .deps/stringpool.Tpo .deps/stringpool.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=symtab.o -g -O2 -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../../Paul_Desmond/gold/symtab.cc
+mv -f .deps/symtab.Tpo .deps/symtab.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=target.o -g -O2 -MT target.o -MD -MP -MF .deps/target.Tpo -c -o target.o ../../Paul_Desmond/gold/target.cc
+mv -f .deps/target.Tpo .deps/target.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=target-select.o -g -O2 -MT target-select.o -MD -MP -MF .deps/target-select.Tpo -c -o target-select.o ../../Paul_Desmond/gold/target-select.cc
+mv -f .deps/target-select.Tpo .deps/target-select.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=timer.o -g -O2 -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o ../../Paul_Desmond/gold/timer.cc
+mv -f .deps/timer.Tpo .deps/timer.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=version.o -g -O2 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o ../../Paul_Desmond/gold/version.cc
+mv -f .deps/version.Tpo .deps/version.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=workqueue.o -g -O2 -MT workqueue.o -MD -MP -MF .deps/workqueue.Tpo -c -o workqueue.o ../../Paul_Desmond/gold/workqueue.cc
+mv -f .deps/workqueue.Tpo .deps/workqueue.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=workqueue-threads.o -g -O2 -MT workqueue-threads.o -MD -MP -MF .deps/workqueue-threads.Tpo -c -o workqueue-threads.o ../../Paul_Desmond/gold/workqueue-threads.cc
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/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
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=mremap.o -g -O2 -MT mremap.o -MD -MP -MF .deps/mremap.Tpo -c -o mremap.o ../../Paul_Desmond/gold/mremap.c
+mv -f .deps/mremap.Tpo .deps/mremap.Po
+rm -f libgold.a
+ar cru libgold.a archive.o attributes.o binary.o common.o compressed_output.o copy-relocs.o cref.o defstd.o descriptors.o dirsearch.o dynobj.o dwarf_reader.o ehframe.o errors.o expression.o fileread.o gc.o gdb-index.o gold.o gold-threads.o icf.o incremental.o int_encoding.o layout.o mapfile.o merge.o nacl.o object.o options.o output.o parameters.o plugin.o readsyms.o reduced_debug_output.o reloc.o resolve.o script-sections.o script.o stringpool.o symtab.o target.o target-select.o timer.o version.o workqueue.o workqueue-threads.o yyscript.o mremap.o
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/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
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwp -g -O2 -static-libstdc++ -static-libgcc -o dwp dwp.o libgold.a ../libiberty/libiberty.a -lz
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=main.o -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o ../../Paul_Desmond/gold/main.cc
+mv -f .deps/main.Tpo .deps/main.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=i386.o -g -O2 -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../../Paul_Desmond/gold/i386.cc
+mv -f .deps/i386.Tpo .deps/i386.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=x86_64.o -g -O2 -MT x86_64.o -MD -MP -MF .deps/x86_64.Tpo -c -o x86_64.o ../../Paul_Desmond/gold/x86_64.cc
+mv -f .deps/x86_64.Tpo .deps/x86_64.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=sparc.o -g -O2 -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../../Paul_Desmond/gold/sparc.cc
+mv -f .deps/sparc.Tpo .deps/sparc.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=powerpc.o -g -O2 -MT powerpc.o -MD -MP -MF .deps/powerpc.Tpo -c -o powerpc.o ../../Paul_Desmond/gold/powerpc.cc
+mv -f .deps/powerpc.Tpo .deps/powerpc.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=arm.o -g -O2 -MT arm.o -MD -MP -MF .deps/arm.Tpo -c -o arm.o ../../Paul_Desmond/gold/arm.cc
+mv -f .deps/arm.Tpo .deps/arm.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=arm-reloc-property.o -g -O2 -MT arm-reloc-property.o -MD -MP -MF .deps/arm-reloc-property.Tpo -c -o arm-reloc-property.o ../../Paul_Desmond/gold/arm-reloc-property.cc
+mv -f .deps/arm-reloc-property.Tpo .deps/arm-reloc-property.Po
+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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=tilegx.o -g -O2 -MT tilegx.o -MD -MP -MF .deps/tilegx.Tpo -c -o tilegx.o ../../Paul_Desmond/gold/tilegx.cc
+mv -f .deps/tilegx.Tpo .deps/tilegx.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld-new -g -O2 -static-libstdc++ -static-libgcc -o ld-new 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 -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/i686-unknown-gnu0.3/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental-dump.o -g -O2 -MT incremental-dump.o -MD -MP -MF .deps/incremental-dump.Tpo -c -o incremental-dump.o ../../Paul_Desmond/gold/incremental-dump.cc
+mv -f .deps/incremental-dump.Tpo .deps/incremental-dump.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental-dump -g -O2 -static-libstdc++ -static-libgcc -o incremental-dump incremental-dump.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[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
mkdir -p -- ./gprof
Configuring in ./gprof
configure: creating cache ./config.cache
diff --git a/binutils/coulomb.SCHWINGE/log_install b/binutils/coulomb.SCHWINGE/log_install
index 67e97c2f..c2ade92a 100644
--- a/binutils/coulomb.SCHWINGE/log_install
+++ b/binutils/coulomb.SCHWINGE/log_install
@@ -368,6 +368,78 @@ make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+Making install in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+if test -r ../../../Paul_Desmond/gold/../mkinstalldirs; then \
+ ../../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share; \
+ else \
+ ../../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share; \
+ fi
+installing es.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/es/LC_MESSAGES/gold.mo
+installing fi.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/fi/LC_MESSAGES/gold.mo
+installing id.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/id/LC_MESSAGES/gold.mo
+installing it.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/it/LC_MESSAGES/gold.mo
+installing vi.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/vi/LC_MESSAGES/gold.mo
+if test "gold" = "gettext"; then \
+ if test -r ../../../Paul_Desmond/gold/../mkinstalldirs; then \
+ ../../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share/gettext/po; \
+ else \
+ ../../../Paul_Desmond/gold/mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share/gettext/po; \
+ fi; \
+ /usr/bin/install -c -m 644 ../../../Paul_Desmond/gold/po/Makefile.in.in \
+ [...]/tschwinge/Paul_Desmond.build.install/share/gettext/po/Makefile.in.in; \
+ else \
+ : ; \
+ fi
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+Making install in testsuite
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make install-am
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Nothing to be done for `install-exec-am'.
+make[5]: Nothing to be done for `install-data-am'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+test -z "[...]/tschwinge/Paul_Desmond.build.install/bin" || /bin/mkdir -p "[...]/tschwinge/Paul_Desmond.build.install/bin"
+ /usr/bin/install -c dwp '[...]/tschwinge/Paul_Desmond.build.install/bin'
+/bin/dash ../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/bin [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin
+n=`echo ld.gold | sed 's,y,y,'`; \
+ /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/bin/${n}; \
+ if test "[...]/tschwinge/Paul_Desmond.build.install/bin" != "[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin"; then \
+ rm -f [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld.gold; \
+ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld.gold >/dev/null 2>/dev/null \
+ || /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld.gold; \
+ fi; \
+ if test "xyes" = "xyes"; then \
+ ld=`echo ld | sed 's,y,y,'`; \
+ rm -f [...]/tschwinge/Paul_Desmond.build.install/bin/${ld}; \
+ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/bin/${ld} >/dev/null 2>/dev/null \
+ || /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/bin/${ld}; \
+ if test "[...]/tschwinge/Paul_Desmond.build.install/bin" != "[...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin"; then \
+ rm -f [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld; \
+ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld >/dev/null 2>/dev/null \
+ || /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/i686-unknown-gnu0.3/bin/ld; \
+ fi; \
+ fi
+Making install-info in po
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+make[5]: Nothing to be done for `install-info'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+Making install-info in testsuite
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Nothing to be done for `install-info'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[5]: Nothing to be done for `install-info-am'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
make install-recursive
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
diff --git a/binutils/coulomb.SCHWINGE/log_test b/binutils/coulomb.SCHWINGE/log_test
index 54dddc9b..869ed63a 100644
--- a/binutils/coulomb.SCHWINGE/log_test
+++ b/binutils/coulomb.SCHWINGE/log_test
@@ -18,7 +18,6 @@ make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd'
make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
Making check in .
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
-make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
Making check in po
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
@@ -52,7 +51,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 Sat Dec 15 19:12:37 2012
+Test Run By thomas on Sun Dec 16 10:41:46 2012
Native configuration is i686-unknown-gnu0.3
=== binutils tests ===
@@ -74,15 +73,15 @@ Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/hppa/objdum
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/nm.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objcopy.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objdump.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/readelf.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/size.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.51.20121216
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 +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 Sat Dec 15 19:13:03 2012
+Test Run By thomas on Sun Dec 16 10:42:14 2012
Native configuration is i686-unknown-gnu0.3
=== gas tests ===
@@ -270,7 +269,7 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
# of expected passes 378
# of unexpected failures 1
-../as-new 2.23.51.20121215
+../as-new 2.23.51.20121216
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
@@ -280,6 +279,947 @@ make[2]: *** [check-recursive] Error 1
make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[1]: *** [check-gas] Error 2
+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'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/libiberty/testsuite'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/libiberty'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/intl'
+make[2]: Nothing to be done for `all'.
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/intl'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+Making info in doc
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+Making info in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+make[3]: Nothing to be done for `info-am'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+Making all in doc
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
+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'
+make[4]: Nothing to be done for `all-am'.
+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'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+Making all in .
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas'
+Making all in doc
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas/doc'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas/doc'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas/po'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas/po'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+Making info in doc
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+Making info in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[3]: Nothing to be done for `info-am'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+Making all in doc
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+Making check in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+make[3]: Nothing to be done for `check'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+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 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 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
+`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 testmain.o -MD -MP -MF .deps/testmain.Tpo -c -o testmain.o ../../../Paul_Desmond/gold/testsuite/testmain.cc
+mv -f .deps/testmain.Tpo .deps/testmain.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 testfile.o -MD -MP -MF .deps/testfile.Tpo -c -o testfile.o ../../../Paul_Desmond/gold/testsuite/testfile.cc
+mv -f .deps/testfile.Tpo .deps/testfile.Po
+rm -f libgoldtest.a
+ar cru libgoldtest.a test.o testmain.o testfile.o
+ranlib libgoldtest.a
+`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 object_unittest.o -MD -MP -MF .deps/object_unittest.Tpo -c -o object_unittest.o ../../../Paul_Desmond/gold/testsuite/object_unittest.cc
+mv -f .deps/object_unittest.Tpo .deps/object_unittest.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o object_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` object_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+`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 binary_unittest.o -MD -MP -MF .deps/binary_unittest.Tpo -c -o binary_unittest.o ../../../Paul_Desmond/gold/testsuite/binary_unittest.cc
+mv -f .deps/binary_unittest.Tpo .deps/binary_unittest.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o binary_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` binary_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+`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 leb128_unittest.o -MD -MP -MF .deps/leb128_unittest.Tpo -c -o leb128_unittest.o ../../../Paul_Desmond/gold/testsuite/leb128_unittest.cc
+mv -f .deps/leb128_unittest.Tpo .deps/leb128_unittest.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o leb128_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` leb128_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+`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 -fPIE -g -o icf_virtual_function_folding_test.o ../../../Paul_Desmond/gold/testsuite/icf_virtual_function_folding_test.cc
+test -d gcctestdir || mkdir -p gcctestdir
+rm -f gcctestdir/ld
+(cd gcctestdir && ln -s ../../ld-new ld)
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_virtual_function_folding_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_virtual_function_folding_test.o -pie
+`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 -o basic_test.o ../../../Paul_Desmond/gold/testsuite/basic_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_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 -fpic -o basic_pic_test.o ../../../Paul_Desmond/gold/testsuite/basic_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_pic_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_static_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static basic_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_static_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static basic_pic_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 -fpie -o basic_pie_test.o ../../../Paul_Desmond/gold/testsuite/basic_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie basic_pie_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]*//'` -MT constructor_test.o -MD -MP -MF .deps/constructor_test.Tpo -c -o constructor_test.o ../../../Paul_Desmond/gold/testsuite/constructor_test.cc
+mv -f .deps/constructor_test.Tpo .deps/constructor_test.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o constructor_test constructor_test.o -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o constructor_static_test constructor_test.o -lz
+`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 two_file_test_1.o -MD -MP -MF .deps/two_file_test_1.Tpo -c -o two_file_test_1.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1.cc
+mv -f .deps/two_file_test_1.Tpo .deps/two_file_test_1.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 two_file_test_1b.o -MD -MP -MF .deps/two_file_test_1b.Tpo -c -o two_file_test_1b.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1b.cc
+mv -f .deps/two_file_test_1b.Tpo .deps/two_file_test_1b.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 two_file_test_2.o -MD -MP -MF .deps/two_file_test_2.Tpo -c -o two_file_test_2.o ../../../Paul_Desmond/gold/testsuite/two_file_test_2.cc
+mv -f .deps/two_file_test_2.Tpo .deps/two_file_test_2.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 two_file_test_main.o -MD -MP -MF .deps/two_file_test_main.Tpo -c -o two_file_test_main.o ../../../Paul_Desmond/gold/testsuite/two_file_test_main.cc
+mv -f .deps/two_file_test_main.Tpo .deps/two_file_test_main.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o two_file_test two_file_test_1.o two_file_test_1b.o two_file_test_2.o two_file_test_main.o -lz
+`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]*//'` -c -fpic -o two_file_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1.cc
+`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]*//'` -c -fpic -o two_file_test_1b_pic.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1b.cc
+`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]*//'` -c -fpic -o two_file_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/two_file_test_2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o two_file_pic_test two_file_test_main.o two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o two_file_static_test two_file_test_1.o two_file_test_1b.o two_file_test_2.o two_file_test_main.o -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_test two_file_test_2.o two_file_test_main.o two_file_shared_1.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_test two_file_test_1.o two_file_test_1b.o two_file_test_main.o two_file_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_pic_2_test two_file_test_main.o two_file_test_1_pic.o two_file_test_1b_pic.o two_file_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_pic_1_test two_file_test_main.o two_file_test_2_pic.o two_file_shared_1.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_same_shared_test two_file_test_main.o two_file_shared.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_12_test two_file_test_main.o two_file_shared_1.so two_file_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_21_test two_file_test_main.o two_file_shared_2.so two_file_shared_1.so -lz
+gcctestdir/ld -r -o two_file_relocatable.o two_file_test_1.o two_file_test_1b.o two_file_test_2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_relocatable_test two_file_test_main.o two_file_relocatable.o -lz
+`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]*//'` -c -fpie -o two_file_test_1_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1.cc
+`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]*//'` -c -fpie -o two_file_test_1b_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1b.cc
+`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]*//'` -c -fpie -o two_file_test_2_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_2.cc
+`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]*//'` -c -fpie -o two_file_test_main_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_main.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie two_file_test_1_pie.o two_file_test_1b_pie.o two_file_test_2_pie.o two_file_test_main_pie.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_1_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_nonpic_test two_file_test_2.o two_file_test_main.o two_file_shared_1_nonpic.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_2_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_nonpic_test two_file_test_1.o two_file_test_1b.o two_file_test_main.o two_file_shared_2_nonpic.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o two_file_test_2.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_same_shared_nonpic_test two_file_test_main.o two_file_shared_nonpic.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_12_nonpic_test two_file_test_main.o two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_21_nonpic_test two_file_test_main.o two_file_shared_2_nonpic.so two_file_shared_1_nonpic.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_mixed.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_mixed_shared_test two_file_test_main.o two_file_shared_mixed.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_mixed_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b_pic.o two_file_shared_2.so -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_mixed_2_shared_test two_file_test_main.o two_file_shared_mixed_1.so two_file_shared_2.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_mixed_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,-R,. -pie two_file_test_1.o two_file_test_1b_pie.o two_file_test_main_pie.o two_file_shared_2.so
+../../binutils/strip-new -o two_file_strip_test two_file_test
+../../binutils/strip-new -S -o two_file_shared_strip.so two_file_shared.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R. -o two_file_same_shared_strip_test two_file_test_main.o two_file_shared_strip.so -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 common_test_1.o -MD -MP -MF .deps/common_test_1.Tpo -c -o common_test_1.o ../../../Paul_Desmond/gold/testsuite/common_test_1.c
+mv -f .deps/common_test_1.Tpo .deps/common_test_1.Po
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o common_test_1 common_test_1.o -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 -fpic -o common_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/common_test_2.c
+`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 -fpic -o common_test_3_pic.o ../../../Paul_Desmond/gold/testsuite/common_test_3.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 common_test_3.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared common_test_3_pic.o -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_2.script
+`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 common_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared common_test_2_pic.o common_test_3.so
+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,-R,. -o common_test_2 common_test_1.o common_test_2.so common_test_3.so -lz
+`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 exception_test_main.o -MD -MP -MF .deps/exception_test_main.Tpo -c -o exception_test_main.o ../../../Paul_Desmond/gold/testsuite/exception_test_main.cc
+mv -f .deps/exception_test_main.Tpo .deps/exception_test_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 exception_test_1.o -MD -MP -MF .deps/exception_test_1.Tpo -c -o exception_test_1.o ../../../Paul_Desmond/gold/testsuite/exception_test_1.cc
+mv -f .deps/exception_test_1.Tpo .deps/exception_test_1.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 exception_test_2.o -MD -MP -MF .deps/exception_test_2.Tpo -c -o exception_test_2.o ../../../Paul_Desmond/gold/testsuite/exception_test_2.cc
+mv -f .deps/exception_test_2.Tpo .deps/exception_test_2.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o exception_test exception_test_main.o exception_test_1.o exception_test_2.o -lz
+`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]*//'` -c -fpic -o exception_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/exception_test_1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o exception_shared_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_1_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o exception_shared_1_test exception_test_2.o exception_test_main.o exception_shared_1.so -lz
+`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]*//'` -c -fpic -o exception_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/exception_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o exception_shared_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o exception_shared_2_test exception_test_1.o exception_test_main.o exception_shared_2.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o exception_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_1_pic.o exception_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o exception_same_shared_test exception_test_main.o exception_shared.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed -o exception_separate_shared_12_test exception_test_main.o exception_shared_1.so exception_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed -o exception_separate_shared_21_test exception_test_main.o exception_shared_2.so exception_shared_1.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o exception_static_test exception_test_main.o exception_test_1.o exception_test_2.o -lz
+`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 weak_test.o -MD -MP -MF .deps/weak_test.Tpo -c -o weak_test.o ../../../Paul_Desmond/gold/testsuite/weak_test.cc
+mv -f .deps/weak_test.Tpo .deps/weak_test.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o weak_test weak_test.o -lz
+`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 weak_undef_test.o -MD -MP -MF .deps/weak_undef_test.Tpo -c -o weak_undef_test.o ../../../Paul_Desmond/gold/testsuite/weak_undef_test.cc
+mv -f .deps/weak_undef_test.Tpo .deps/weak_undef_test.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]*//'` -c -fpic -o weak_undef_file1.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_undef_lib.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file1.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]*//'` -c -fpic -o weak_undef_file2.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file2.cc
+test -d alt || mkdir -p alt
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o alt/weak_undef_lib.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,alt -o weak_undef_test weak_undef_test.o -L . weak_undef_lib.so -lz
+`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]*//'` -c -o weak_undef_file1_nonpic.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_undef_lib_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file1_nonpic.o -Wl,-z,notext
+`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]*//'` -c -o weak_undef_file2_nonpic.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file2.cc
+test -d alt || mkdir -p alt
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o alt/weak_undef_lib_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file2_nonpic.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,alt -o weak_undef_nonpic_test weak_undef_test.o -L . weak_undef_lib_nonpic.so -lz
+`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 weak_alias_test_main.o -MD -MP -MF .deps/weak_alias_test_main.Tpo -c -o weak_alias_test_main.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_main.cc
+mv -f .deps/weak_alias_test_main.Tpo .deps/weak_alias_test_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]*//'` -c -fpic -o weak_alias_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_1_pic.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]*//'` -c -fpic -o weak_alias_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_2_pic.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]*//'` -c -o weak_alias_test_3.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_3.cc
+`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]*//'` -c -fpic -o weak_alias_test_4_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_4.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_4.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_4_pic.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]*//'` -c -fpic -o weak_alias_test_5_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_5.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_5_pic.o \
+ -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/weak_alias_test.script
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o weak_alias_test weak_alias_test_main.o weak_alias_test_1.so weak_alias_test_2.so weak_alias_test_3.o weak_alias_test_4.so weak_alias_test_5.so -lz
+`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]*//'` -c -fpic -o weak_plt_main_pic.o ../../../Paul_Desmond/gold/testsuite/weak_plt_main.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_plt | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ weak_plt_main_pic.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 copy_test.o -MD -MP -MF .deps/copy_test.Tpo -c -o copy_test.o ../../../Paul_Desmond/gold/testsuite/copy_test.cc
+mv -f .deps/copy_test.Tpo .deps/copy_test.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]*//'` -c -fpic -o copy_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/copy_test_1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o copy_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared copy_test_1_pic.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]*//'` -c -fpic -o copy_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/copy_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o copy_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared copy_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o copy_test copy_test.o copy_test_1.so copy_test_2.so -lz
+`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 tls_test.o -MD -MP -MF .deps/tls_test.Tpo -c -o tls_test.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+mv -f .deps/tls_test.Tpo .deps/tls_test.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 tls_test_file2.o -MD -MP -MF .deps/tls_test_file2.Tpo -c -o tls_test_file2.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+mv -f .deps/tls_test_file2.Tpo .deps/tls_test_file2.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 tls_test_main.o -MD -MP -MF .deps/tls_test_main.Tpo -c -o tls_test_main.o ../../../Paul_Desmond/gold/testsuite/tls_test_main.cc
+mv -f .deps/tls_test_main.Tpo .deps/tls_test_main.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]]*//'` -c -fopenmp -o tls_test_c.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o tls_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -lz
+`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]*//'` -c -fpic -o tls_test_pic.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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]*//'` -c -fpic -o tls_test_file2_pic.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`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 -fpic -fopenmp -o tls_test_c_pic.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o tls_pic_test tls_test_main.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread -lz
+`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]*//'` -c -fpie -o tls_test_main_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test_main.cc
+`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]*//'` -c -fpie -o tls_test_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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]*//'` -c -fpie -o tls_test_file2_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`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 -fpic -fopenmp -o tls_test_c_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pie.o tls_test_file2_pie.o tls_test_c_pie.o -lpthread
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_pie_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -Wl,-z,defs
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_test tls_test_main.o tls_test_shared.so -lpthread -lz
+`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]*//'` -c -fpic -ftls-model=initial-exec -o tls_test_pic_ie.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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]*//'` -c -fpic -ftls-model=initial-exec -o tls_test_file2_pic_ie.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`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 -fpic -ftls-model=initial-exec -fopenmp -o tls_test_c_pic_ie.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_ie_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_pic_ie.o tls_test_file2_pic_ie.o tls_test_c_pic_ie.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_ie_test tls_test_main.o tls_test_ie_shared.so -lpthread -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_shared2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_file2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_gd_to_ie_test tls_test_main.o tls_test_pic.o tls_test_c_pic.o tls_test_shared2.so -lpthread -lz
+`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]*//'` -c -fpic -mtls-dialect=gnu2 -o tls_test_gnu2.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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 -fpic -mtls-dialect=gnu2 -fopenmp -o tls_test_c_gnu2.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+`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]*//'` -c -fpic -mtls-dialect=gnu2 -o tls_test_file2_gnu2.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_gnu2_shared2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_file2_gnu2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_gnu2_gd_to_ie_test tls_test_main.o tls_test_gnu2.o tls_test_c_gnu2.o tls_test_gnu2_shared2.so -lpthread -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_gnu2_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_gnu2.o tls_test_file2_gnu2.o tls_test_c_gnu2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_gnu2_test tls_test_main.o tls_test_gnu2_shared.so -lpthread -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o tls_static_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/ -static -o tls_static_pic_test tls_test_main.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_shared_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test.o tls_test_file2.o tls_test_c.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_nonpic_test tls_test_main.o tls_test_shared_nonpic.so -lpthread -lz
+`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 many_sections_test.o -MD -MP -MF .deps/many_sections_test.Tpo -c -o many_sections_test.o ../../../Paul_Desmond/gold/testsuite/many_sections_test.cc
+mv -f .deps/many_sections_test.Tpo .deps/many_sections_test.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -rdynamic -o many_sections_test many_sections_test.o -lz
+gcctestdir/ld -r -o many_sections_r_test.o many_sections_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o many_sections_r_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ many_sections_r_test.o -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 initpri1.o -MD -MP -MF .deps/initpri1.Tpo -c -o initpri1.o ../../../Paul_Desmond/gold/testsuite/initpri1.c
+mv -f .deps/initpri1.Tpo .deps/initpri1.Po
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o initpri1 initpri1.o -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 initpri2.o -MD -MP -MF .deps/initpri2.Tpo -c -o initpri2.o ../../../Paul_Desmond/gold/testsuite/initpri2.c
+mv -f .deps/initpri2.Tpo .deps/initpri2.Po
+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,--ctors-in-init-array -o initpri2 initpri2.o -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 initpri3.o -MD -MP -MF .deps/initpri3.Tpo -c -o initpri3.o ../../../Paul_Desmond/gold/testsuite/initpri3.c
+mv -f .deps/initpri3.Tpo .deps/initpri3.Po
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o initpri3a initpri3.o -lz
+`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 -g -c -o flagstest_debug.o ../../../Paul_Desmond/gold/testsuite/constructor_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_specialfile | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o 2>&1 | cat > flagstest_o_specialfile
+chmod a+x flagstest_o_specialfile
+test -s flagstest_o_specialfile
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections flagstest_debug.o -Wl,--compress-debug-sections=zlib
+test -s flagstest_compress_debug_sections
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_specialfile_and_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o -Wl,--compress-debug-sections=zlib 2>&1 | cat > flagstest_o_specialfile_and_compress_debug_sections
+chmod a+x flagstest_o_specialfile_and_compress_debug_sections
+test -s flagstest_o_specialfile_and_compress_debug_sections
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_ttext_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_o_ttext_1 flagstest_debug.o -Wl,-Ttext,0x400000 -Wl,-Tdata,0x800000
+`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 ver_test_main.o -MD -MP -MF .deps/ver_test_main.Tpo -c -o ver_test_main.o ../../../Paul_Desmond/gold/testsuite/ver_test_main.cc
+mv -f .deps/ver_test_main.Tpo .deps/ver_test_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]*//'` -c -fpic -o ver_test_1.o ../../../Paul_Desmond/gold/testsuite/ver_test_1.cc
+`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]*//'` -c -fpic -o ver_test_2.o ../../../Paul_Desmond/gold/testsuite/ver_test_2.cc
+`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]*//'` -c -fpic -o ver_test_4.o ../../../Paul_Desmond/gold/testsuite/ver_test_4.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_4.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_4.script ver_test_4.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_2.script -Wl,-R,. ver_test_2.o ver_test_4.so
+`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]*//'` -c -fpic -o ver_test_3.o ../../../Paul_Desmond/gold/testsuite/ver_test_3.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test ver_test_main.o ver_test_1.so ver_test_2.so ver_test_4.so -lz
+`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 ver_test_main_2.o -MD -MP -MF .deps/ver_test_main_2.Tpo -c -o ver_test_main_2.o ../../../Paul_Desmond/gold/testsuite/ver_test_main_2.cc
+mv -f .deps/ver_test_main_2.Tpo .deps/ver_test_main_2.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_2 ver_test_main_2.o ver_test_4.so ver_test_2.so -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 ver_test_6.o -MD -MP -MF .deps/ver_test_6.Tpo -c -o ver_test_6.o ../../../Paul_Desmond/gold/testsuite/ver_test_6.c
+mv -f .deps/ver_test_6.Tpo .deps/ver_test_6.Po
+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,-R,. -o ver_test_6 ver_test_6.o ver_test_2.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_8_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_8.script two_file_test_2_pic.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_8_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o ver_test_8_2.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_8 two_file_test_main.o ver_test_8_1.so ver_test_8_2.so -lz
+`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]*//'` -c -fpic -o ver_test_9.o ../../../Paul_Desmond/gold/testsuite/ver_test_9.cc
+`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]*//'` -c -fpic -o ver_test_5.o ../../../Paul_Desmond/gold/testsuite/ver_test_5.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_5.script ver_test_5.o ver_test_4.so
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_9.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-R,. ver_test_9.o ver_test_5.so ver_test_4.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_9 ver_test_main.o ver_test_9.so -lz
+../../binutils/ar rc ver_test_11.a ver_test_1.o ver_test_2.o ver_test_4.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_11 ver_test_main_2.o ver_test_11.a -lz
+gcctestdir/ld -r -o ver_test_12.o ver_test_1.o ver_test_2.o ver_test_4.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_12 ver_test_main_2.o ver_test_12.o -lz
+`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 protected_main_1.o -MD -MP -MF .deps/protected_main_1.Tpo -c -o protected_main_1.o ../../../Paul_Desmond/gold/testsuite/protected_main_1.cc
+mv -f .deps/protected_main_1.Tpo .deps/protected_main_1.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 protected_main_2.o -MD -MP -MF .deps/protected_main_2.Tpo -c -o protected_main_2.o ../../../Paul_Desmond/gold/testsuite/protected_main_2.cc
+mv -f .deps/protected_main_2.Tpo .deps/protected_main_2.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 protected_main_3.o -MD -MP -MF .deps/protected_main_3.Tpo -c -o protected_main_3.o ../../../Paul_Desmond/gold/testsuite/protected_main_3.cc
+mv -f .deps/protected_main_3.Tpo .deps/protected_main_3.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]*//'` -c -fpic -o protected_1_pic.o ../../../Paul_Desmond/gold/testsuite/protected_1.cc
+`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]*//'` -c -fpic -o protected_2_pic.o ../../../Paul_Desmond/gold/testsuite/protected_2.cc
+`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]*//'` -c -fpic -o protected_3_pic.o ../../../Paul_Desmond/gold/testsuite/protected_3.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o protected_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared protected_1_pic.o protected_2_pic.o protected_3_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o protected_1 protected_main_1.o protected_main_2.o protected_main_3.o protected_1.so -lz
+`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 protected_3.o -MD -MP -MF .deps/protected_3.Tpo -c -o protected_3.o ../../../Paul_Desmond/gold/testsuite/protected_3.cc
+mv -f .deps/protected_3.Tpo .deps/protected_3.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o protected_2 protected_main_1.o protected_3.o protected_1.so -lz
+`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 relro_test_main.o -MD -MP -MF .deps/relro_test_main.Tpo -c -o relro_test_main.o ../../../Paul_Desmond/gold/testsuite/relro_test_main.cc
+mv -f .deps/relro_test_main.Tpo .deps/relro_test_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]*//'` -c -fpic -o relro_test_pic.o ../../../Paul_Desmond/gold/testsuite/relro_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o relro_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro relro_test_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_test relro_test_main.o relro_test.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o relro_now_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro -Wl,-z,now relro_test_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir -Wl,-R,. -Wl,-z,relro -Wl,-z,now -o relro_now_test relro_test_main.o relro_now_test.so -lz
+../../binutils/strip-new -o relro_strip_test.so relro_test.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_strip_test relro_test_main.o relro_strip_test.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o relro_script_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro -T ../../../Paul_Desmond/gold/testsuite/relro_script_test.t relro_test_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_script_test relro_test_main.o relro_script_test.so -lz
+`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 script_test_1.o -MD -MP -MF .deps/script_test_1.Tpo -c -o script_test_1.o ../../../Paul_Desmond/gold/testsuite/script_test_1.cc
+mv -f .deps/script_test_1.Tpo .deps/script_test_1.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -T ../../../Paul_Desmond/gold/testsuite/script_test_1.t -o script_test_1 script_test_1.o -lz
+`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 script_test_2.o -MD -MP -MF .deps/script_test_2.Tpo -c -o script_test_2.o ../../../Paul_Desmond/gold/testsuite/script_test_2.cc
+mv -f .deps/script_test_2.Tpo .deps/script_test_2.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 script_test_2a.o -MD -MP -MF .deps/script_test_2a.Tpo -c -o script_test_2a.o ../../../Paul_Desmond/gold/testsuite/script_test_2a.cc
+mv -f .deps/script_test_2a.Tpo .deps/script_test_2a.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 script_test_2b.o -MD -MP -MF .deps/script_test_2b.Tpo -c -o script_test_2b.o ../../../Paul_Desmond/gold/testsuite/script_test_2b.cc
+mv -f .deps/script_test_2b.Tpo .deps/script_test_2b.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -T ../../../Paul_Desmond/gold/testsuite/script_test_2.t -o script_test_2 script_test_2.o script_test_2a.o script_test_2b.o -lz
+`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 justsyms_1.o -MD -MP -MF .deps/justsyms_1.Tpo -c -o justsyms_1.o ../../../Paul_Desmond/gold/testsuite/justsyms_1.cc
+mv -f .deps/justsyms_1.Tpo .deps/justsyms_1.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]*//'` -c -o justsyms_2.o ../../../Paul_Desmond/gold/testsuite/justsyms_2.cc
+gcctestdir/ld -o justsyms_2r.o -r -T ../../../Paul_Desmond/gold/testsuite/justsyms.t justsyms_2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,justsyms_2r.o -o justsyms justsyms_1.o -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 justsyms_exec.o -MD -MP -MF .deps/justsyms_exec.Tpo -c -o justsyms_exec.o ../../../Paul_Desmond/gold/testsuite/justsyms_exec.c
+mv -f .deps/justsyms_exec.Tpo .deps/justsyms_exec.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]]*//'` -c -o justsyms_lib.o ../../../Paul_Desmond/gold/testsuite/justsyms_lib.c
+gcctestdir/ld -o justsyms_lib -Ttext=0x1000200 -Tdata=0x2000000 -e exported_func justsyms_lib.o
+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,-R,justsyms_lib -o justsyms_exec justsyms_exec.o -lz
+`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 binary_test.o -MD -MP -MF .deps/binary_test.Tpo -c -o binary_test.o ../../../Paul_Desmond/gold/testsuite/binary_test.cc
+mv -f .deps/binary_test.Tpo .deps/binary_test.Po
+rm -f binary.txt
+ln -s ../../../Paul_Desmond/gold/testsuite/binary.in binary.txt
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,--format,binary,binary.txt,--format,elf -o binary_test binary_test.o -lz
+`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 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
+mv -f .deps/thin_archive_test_1.Tpo .deps/thin_archive_test_1.Po
+test -d alt || mkdir -p alt
+`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]*//'` -c -o alt/thin_archive_test_2.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_2.cc
+rm -f libthin1.a
+../../binutils/ar crT libthin1.a thin_archive_test_1.o alt/thin_archive_test_2.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_test_3.o -MD -MP -MF .deps/thin_archive_test_3.Tpo -c -o thin_archive_test_3.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_3.cc
+mv -f .deps/thin_archive_test_3.Tpo .deps/thin_archive_test_3.Po
+test -d alt || mkdir -p alt
+`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]*//'` -c -o alt/thin_archive_test_4.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_4.cc
+rm -f alt/libthin2.a
+../../binutils/ar crT alt/libthin2.a thin_archive_test_3.o alt/thin_archive_test_4.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Lalt -o thin_archive_test_1 thin_archive_main.o libthin1.a -lthin2 -lz
+rm -f libthin3.a
+../../binutils/ar crT libthin3.a thin_archive_test_1.o alt/thin_archive_test_4.o
+rm -f alt/libthin4.a
+../../binutils/ar crT alt/libthin4.a alt/thin_archive_test_2.o thin_archive_test_3.o
+rm -f libthinall.a
+../../binutils/ar crT libthinall.a libthin3.a alt/libthin4.a
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -L. -o thin_archive_test_2 thin_archive_main.o -lthinall -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 exclude_libs_test.o -MD -MP -MF .deps/exclude_libs_test.Tpo -c -o exclude_libs_test.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test.c
+mv -f .deps/exclude_libs_test.Tpo .deps/exclude_libs_test.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 exclude_libs_test_1.o -MD -MP -MF .deps/exclude_libs_test_1.Tpo -c -o exclude_libs_test_1.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test_1.c
+mv -f .deps/exclude_libs_test_1.Tpo .deps/exclude_libs_test_1.Po
+../../binutils/ar rc libexclude_libs_test_1.a exclude_libs_test_1.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 exclude_libs_test_2.o -MD -MP -MF .deps/exclude_libs_test_2.Tpo -c -o exclude_libs_test_2.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test_2.c
+mv -f .deps/exclude_libs_test_2.Tpo .deps/exclude_libs_test_2.Po
+../../binutils/ar rc libexclude_libs_test_2.a exclude_libs_test_2.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 exclude_libs_test_3.o -MD -MP -MF .deps/exclude_libs_test_3.Tpo -c -o exclude_libs_test_3.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test_3.c
+mv -f .deps/exclude_libs_test_3.Tpo .deps/exclude_libs_test_3.Po
+test -d alt || mkdir -p alt
+../../binutils/ar rc alt/libexclude_libs_test_3.a exclude_libs_test_3.o
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -L. -Lalt -Wl,--exclude-libs,dummy:libexclude_libs_test_1 -Wl,--exclude-libs,libexclude_libs_test_3 -o exclude_libs_test exclude_libs_test.o -lexclude_libs_test_1 -lexclude_libs_test_2 alt/libexclude_libs_test_3.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]]*//'` -g -c -Wa,-L -o local_labels_test.o ../../../Paul_Desmond/gold/testsuite/ver_test_6.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 local_labels_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ local_labels_test.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 -Wa,-L -o discard_locals_test.o ../../../Paul_Desmond/gold/testsuite/discard_locals_test.c
+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,--discard-locals -o discard_locals_test discard_locals_test.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+umask 022; \
+ rm -f permission_test; \
+ touch permission_test; \
+ chmod 600 permission_test; \
+ `echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o permission_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_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]*//'` -MT searched_file_test.o -MD -MP -MF .deps/searched_file_test.Tpo -c -o searched_file_test.o ../../../Paul_Desmond/gold/testsuite/searched_file_test.cc
+mv -f .deps/searched_file_test.Tpo .deps/searched_file_test.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]*//'` -c -o searched_file_test_lib.o ../../../Paul_Desmond/gold/testsuite/searched_file_test_lib.cc
+test -d alt || mkdir -p alt
+../../binutils/ar rc alt/searched_file_test_lib.a searched_file_test_lib.o
+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
+`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 -fPIC -o ifuncmod1.o ../../../Paul_Desmond/gold/testsuite/ifuncmod1.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 ifuncmod1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod1.o
+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,-R,. -o ifuncmain1 ifuncmain1.o ifuncmod1.so -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 -fPIC -o ifuncmain1pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1.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 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
+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,-R,. -o ifuncmain1vis ifuncmain1vis.o ifuncmod1.so -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 -fPIC -o ifuncmain1vispic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1vis.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 ifuncmain1vispic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.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 ifuncmain1staticpic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.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 ifuncmain1pie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1.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 ifuncmain1pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1pie.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]]*//'` -c -fPIE -o ifuncmain1vispie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1vis.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 ifuncmain1vispie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1vispie.o ifuncmod1.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 ifuncmain1staticpie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1pie.o ifuncmod1.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 ifuncmain2.o -MD -MP -MF .deps/ifuncmain2.Tpo -c -o ifuncmain2.o ../../../Paul_Desmond/gold/testsuite/ifuncmain2.c
+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
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain2 ifuncmain2.o ifuncdep2.o -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 -fPIC -o ifuncmain2pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain2.c
+`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 -fPIC -o ifuncdep2pic.o ../../../Paul_Desmond/gold/testsuite/ifuncdep2.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 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
+`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 -fPIC -o ifuncmod3.o ../../../Paul_Desmond/gold/testsuite/ifuncmod3.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 ifuncmod3.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod3.o
+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
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain4 ifuncmain4.o -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 ifuncmain5.o -MD -MP -MF .deps/ifuncmain5.Tpo -c -o ifuncmain5.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.c
+mv -f .deps/ifuncmain5.Tpo .deps/ifuncmain5.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]]*//'` -c -fPIC -o ifuncmod5.o ../../../Paul_Desmond/gold/testsuite/ifuncmod5.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 ifuncmod5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod5.o
+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,-R,. -o ifuncmain5 ifuncmain5.o ifuncmod5.so -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 -fPIC -o ifuncmain5pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.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 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
+`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 ifuncmain5pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain5pie.o ifuncmod5.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]]*//'` -c -fPIE -o ifuncmain6pie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain6pie.c
+`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 -fPIC -o ifuncmod6.o ../../../Paul_Desmond/gold/testsuite/ifuncmod6.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 ifuncmod6.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod6.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 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
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain7 ifuncmain7.o -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 -fPIC -o ifuncmain7pic.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 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
+`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 ifuncvar3.o -MD -MP -MF .deps/ifuncvar3.Tpo -c -o ifuncvar3.o ../../../Paul_Desmond/gold/testsuite/ifuncvar3.c
+mv -f .deps/ifuncvar3.Tpo .deps/ifuncvar3.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]]*//'` -c -fPIC -o ifuncvar1_pic.o ../../../Paul_Desmond/gold/testsuite/ifuncvar1.c
+`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 -fPIC -o ifuncvar2_pic.o ../../../Paul_Desmond/gold/testsuite/ifuncvar2.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 ifuncvar.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncvar1_pic.o ifuncvar2_pic.o
+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,-R,. -o ifuncvar ifuncvar3.o ifuncvar.so -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 start_lib_test_main.o -MD -MP -MF .deps/start_lib_test_main.Tpo -c -o start_lib_test_main.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_main.c
+mv -f .deps/start_lib_test_main.Tpo .deps/start_lib_test_main.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 start_lib_test_1.o -MD -MP -MF .deps/start_lib_test_1.Tpo -c -o start_lib_test_1.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_1.c
+mv -f .deps/start_lib_test_1.Tpo .deps/start_lib_test_1.Po
+../../binutils/ar rc libstart_lib_test.a start_lib_test_1.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 start_lib_test_2.o -MD -MP -MF .deps/start_lib_test_2.Tpo -c -o start_lib_test_2.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_2.c
+mv -f .deps/start_lib_test_2.Tpo .deps/start_lib_test_2.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 start_lib_test_3.o -MD -MP -MF .deps/start_lib_test_3.Tpo -c -o start_lib_test_3.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_3.c
+mv -f .deps/start_lib_test_3.Tpo .deps/start_lib_test_3.Po
+`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 start_lib_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o start_lib_test start_lib_test_main.o -L. -lstart_lib_test \
+ -Wl,--start-lib start_lib_test_2.o start_lib_test_3.o -Wl,--end-lib
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/incremental_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/gc_comdat_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/gc_tls_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/gc_orphan_section_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/pr14265.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_keep_unique_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_safe_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_safe_so_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/final_layout.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_preemptible_functions_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_string_merge_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_sht_rel_addend_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/two_file_shared.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/weak_plt.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/debug_msg.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/undef_symbol.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_1.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_2.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_4.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_5.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_7.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_10.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/relro_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_matching_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_3.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_4.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_5.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_6.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_7.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_8.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_9.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/dynamic_list.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/exclude_libs_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/discard_locals_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/hidden_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/retain_symbols_file_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/no_version_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/strong_ref_weak_def.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/dyn_weak_ref.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/memory_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_10.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/split_i386.sh'.
+`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]]*//'` -O0 -c -ffunction-sections -g -o incremental_test_1.o ../../../Paul_Desmond/gold/testsuite/incremental_test_1.c
+`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]]*//'` -O0 -c -ffunction-sections -g -o incremental_test_2.o ../../../Paul_Desmond/gold/testsuite/incremental_test_2.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 incremental_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--incremental-full incremental_test_1.o incremental_test_2.o -Wl,-debug 2> incremental_test.cmdline
+../incremental-dump incremental_test > incremental_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 gc_comdat_test_1.o ../../../Paul_Desmond/gold/testsuite/gc_comdat_test_1.cc
+`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 gc_comdat_test_2.o ../../../Paul_Desmond/gold/testsuite/gc_comdat_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o gc_comdat_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_comdat_test_1.o gc_comdat_test_2.o
+../../binutils/nm-new -C gc_comdat_test > gc_comdat_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 -g -o gc_tls_test.o ../../../Paul_Desmond/gold/testsuite/gc_tls_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o gc_tls_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_tls_test.o
+../../binutils/nm-new -C gc_tls_test > gc_tls_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 -g -o gc_orphan_section_test.o ../../../Paul_Desmond/gold/testsuite/gc_orphan_section_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o gc_orphan_section_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_orphan_section_test.o
+../../binutils/nm-new gc_orphan_section_test > gc_orphan_section_test.stdout
+`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]]*//'` -O0 -c -o pr14265.o ../../../Paul_Desmond/gold/testsuite/pr14265.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 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 -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
+../../binutils/nm-new icf_safe_test > icf_safe_test_1.stdout
+../../binutils/readelf -h icf_safe_test > icf_safe_test_2.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 -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
+../../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
+`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 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 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 -fPIC -g -o icf_preemptible_functions_test.o ../../../Paul_Desmond/gold/testsuite/icf_preemptible_functions_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_preemptible_functions_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_preemptible_functions_test.o -fPIC -shared
+../../binutils/nm-new icf_preemptible_functions_test > icf_preemptible_functions_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 -fPIC -g -o icf_string_merge_test.o ../../../Paul_Desmond/gold/testsuite/icf_string_merge_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_string_merge_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_string_merge_test.o
+../../binutils/nm-new icf_string_merge_test > icf_string_merge_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 -fPIC -g -o icf_sht_rel_addend_test_1.o ../../../Paul_Desmond/gold/testsuite/icf_sht_rel_addend_test_1.cc
+`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_sht_rel_addend_test_2.o ../../../Paul_Desmond/gold/testsuite/icf_sht_rel_addend_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_sht_rel_addend_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_sht_rel_addend_test_1.o icf_sht_rel_addend_test_2.o
+../../binutils/nm-new icf_sht_rel_addend_test > icf_sht_rel_addend_test.stdout
+../../binutils/readelf -w two_file_shared.so >two_file_shared.dbg 2>/dev/null
+`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]*//'` -c -fpic -o weak_plt_shared_pic.o ../../../Paul_Desmond/gold/testsuite/weak_plt_shared.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_plt_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_plt_shared_pic.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 -g -c -w -o debug_msg.o ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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 -g -c -w -o odr_violation1.o ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -O2 -g -c -w -o odr_violation2.o ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg debug_msg.o odr_violation1.o odr_violation2.o 2>debug_msg.err
+test -d gcctestdir || mkdir -p gcctestdir
+rm -f gcctestdir/as
+(cd gcctestdir && ln -s [...]/tschwinge/Paul_Desmond.build/gold/../gas/as-new as)
+`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]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o debug_msg_cdebug.o ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o odr_violation1_cdebug.o ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -Bgcctestdir/ -O2 -g -Wa,--compress-debug-sections -c -w -o odr_violation2_cdebug.o ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg_cdebug.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_cdebug debug_msg_cdebug.o odr_violation1_cdebug.o odr_violation2_cdebug.o 2>debug_msg_cdebug.err
+`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]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o debug_msg.so ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o odr_violation1.so ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -Bgcctestdir/ -O2 -g -shared -fPIC -w -o odr_violation2.so ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg_so.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_so debug_msg.so odr_violation1.so odr_violation2.so 2>debug_msg_so.err
+`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]*//'` -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o debug_msg_ndebug.so ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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]*//'` -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o odr_violation1_ndebug.so ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -Bgcctestdir/ -O2 -g0 -shared -fPIC -w -o odr_violation2_ndebug.so ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg_ndebug.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_ndebug debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so 2>debug_msg_ndebug.err
+`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 undef_symbol_main.o -MD -MP -MF .deps/undef_symbol_main.Tpo -c -o undef_symbol_main.o ../../../Paul_Desmond/gold/testsuite/undef_symbol_main.cc
+mv -f .deps/undef_symbol_main.Tpo .deps/undef_symbol_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]*//'` -O0 -g -c -fPIC ../../../Paul_Desmond/gold/testsuite/undef_symbol.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o undef_symbol.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared undef_symbol.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o undef_symbol.err -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so 2>undef_symbol.err
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_ttext_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_o_ttext_2 flagstest_debug.o -Wl,-Ttext,0x400010 -Wl,-Tdata,0x800010
+../../binutils/readelf -s ver_test_1.so >ver_test_1.syms 2>/dev/null
+../../binutils/readelf -s ver_test_2 >ver_test_2.syms 2>/dev/null
+../../binutils/readelf -s ver_test_4.so >ver_test_4.syms 2>/dev/null
+../../binutils/readelf -s ver_test_5.so >ver_test_5.syms 2>/dev/null
+`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]*//'` -c -fpic -o ver_test_7.o ../../../Paul_Desmond/gold/testsuite/ver_test_7.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_7.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_4.script ver_test_4.o ver_test_7.o
+../../binutils/readelf -s ver_test_7.so >ver_test_7.syms 2>/dev/null
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_10.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_10.script ver_test_2.o
+../../binutils/readelf -s ver_test_10.so >ver_test_10.syms 2>/dev/null
+`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]*//'` -c -fpic -o protected_4_pic.o ../../../Paul_Desmond/gold/testsuite/protected_4.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o protected_3.err -Bgcctestdir/ -shared -o protected_4.so protected_4_pic.o 2>protected_3.err
+../../binutils/readelf -SlW relro_test.so > relro_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 -fpic -o ver_matching_def_pic.o ../../../Paul_Desmond/gold/testsuite/ver_matching_def.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_matching_def.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -Bgcctestdir/ -shared ver_matching_def_pic.o -Wl,--version-script=../../../Paul_Desmond/gold/testsuite/version_script.map
+../../binutils/objdump -T ver_matching_def.so | ../../binutils/cxxfilt > ver_matching_test.stdout
+../../binutils/readelf -SlW script_test_3 > script_test_3.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_4.t
+../../binutils/readelf -SlW script_test_4 > script_test_4.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]*//'` -MT script_test_5.o -MD -MP -MF .deps/script_test_5.Tpo -c -o script_test_5.o ../../../Paul_Desmond/gold/testsuite/script_test_5.cc
+mv -f .deps/script_test_5.Tpo .deps/script_test_5.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_5 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_5.o -T ../../../Paul_Desmond/gold/testsuite/script_test_5.t
+../../binutils/readelf -SW script_test_5 > script_test_5.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_6 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_6.t \
+ -Wl,-Ttext=0x10001000 -Wl,-Tdata=0x10200000 -Wl,-Tbss=0x10400000
+../../binutils/readelf -SlW script_test_6 > script_test_6.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_7 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_7.t
+../../binutils/readelf -SlW script_test_7 > script_test_7.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_8 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_7.t \
+ -Wl,-Ttext=0x20001000 -Wl,-Tdata=0x20200000 -Wl,-Tbss=0x20400000
+../../binutils/readelf -SlW script_test_8 > script_test_8.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 -o script_test_9.o ../../../Paul_Desmond/gold/testsuite/script_test_9.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_9 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_9.o -T ../../../Paul_Desmond/gold/testsuite/script_test_9.t
+../../binutils/readelf -lW script_test_9 > script_test_9.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o dynamic_list | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o \
+ -Wl,--dynamic-list ../../../Paul_Desmond/gold/testsuite/dynamic_list.t \
+ -Wl,--dynamic-list-data \
+ -Wl,--dynamic-list-cpp-new \
+ -Wl,--dynamic-list-cpp-typeinfo
+../../binutils/readelf -W --dyn-syms dynamic_list > dynamic_list.stdout
+../../binutils/readelf -sW exclude_libs_test >exclude_libs_test.syms 2>/dev/null
+../../binutils/readelf -sW discard_locals_test >discard_locals_test.syms 2>/dev/null
+`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 -Wa,-L -fPIC -o discard_locals_relocatable_test.o ../../../Paul_Desmond/gold/testsuite/discard_locals_relocatable_test.c
+../ld-new --discard-locals -relocatable -o discard_locals_relocatable_test1.out discard_locals_relocatable_test.o
+../../binutils/readelf -sW discard_locals_relocatable_test1.out >discard_locals_relocatable_test1.syms 2>/dev/null
+../ld-new --discard-all -relocatable -o discard_locals_relocatable_test2.out discard_locals_relocatable_test.o
+../../binutils/readelf -sW discard_locals_relocatable_test2.out >discard_locals_relocatable_test2.syms 2>/dev/null
+`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 hidden_test_main.o -MD -MP -MF .deps/hidden_test_main.Tpo -c -o hidden_test_main.o ../../../Paul_Desmond/gold/testsuite/hidden_test_main.c
+mv -f .deps/hidden_test_main.Tpo .deps/hidden_test_main.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]]*//'` -Bgcctestdir/ -g -shared -fPIC -w -o libhidden.so ../../../Paul_Desmond/gold/testsuite/hidden_test_1.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 hidden_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,-R,. hidden_test_main.o libhidden.so 2>hidden_test.err
+echo 'main' > retain_symbols_file_test.in
+echo 't1' >> retain_symbols_file_test.in
+echo '_ZN4t16bC1Ev' >> retain_symbols_file_test.in
+echo '_ZNK4t20a3getEv' >> retain_symbols_file_test.in
+echo '_Z3t18v' >> retain_symbols_file_test.in
+echo '__tcf_0' >> retain_symbols_file_test.in
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o retain_symbols_file_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-retain-symbols-file,retain_symbols_file_test.in basic_pic_test.o
+../../binutils/nm-new -C retain_symbols_file_test.so > retain_symbols_file_test.stdout
+`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]]*//'` -o no_version_test.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/no_version_test.c
+gcctestdir/ld -shared -o libno_version_test.so no_version_test.o
+../../binutils/objdump -h libno_version_test.so > no_version_test.stdout
+`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]]*//'` -o strong_ref_weak_def_1.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/strong_ref_weak_def_1.c
+`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]]*//'` -o strong_ref_weak_def_2.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/strong_ref_weak_def_2.c
+gcctestdir/ld -shared -o strong_ref_weak_def_2.so strong_ref_weak_def_2.o
+gcctestdir/ld -shared -o strong_ref_weak_def_1.so strong_ref_weak_def_1.o \
+ strong_ref_weak_def_2.so
+../../binutils/readelf -sWD strong_ref_weak_def_1.so > strong_ref_weak_def.stdout
+`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]]*//'` -o dyn_weak_ref_1.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/dyn_weak_ref_1.c
+`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]]*//'` -o dyn_weak_ref_2.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/dyn_weak_ref_2.c
+gcctestdir/ld -shared -o dyn_weak_ref_2.so dyn_weak_ref_2.o
+gcctestdir/ld -shared -o dyn_weak_ref_1.so dyn_weak_ref_2.so dyn_weak_ref_1.o
+../../binutils/readelf -sWD dyn_weak_ref_1.so > dyn_weak_ref.stdout
+`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]]*//'` -o memory_test.o -c ../../../Paul_Desmond/gold/testsuite/memory_test.s
+`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 memory_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -nostartfiles -nostdlib -z max-page-size=0x1000 -z common-page-size=0x1000 -T ../../../Paul_Desmond/gold/testsuite/memory_test.t -o memory_test memory_test.o
+../../binutils/readelf -lWS memory_test > memory_test.stdout
+../../gas/as-new -o script_test_10.o ../../../Paul_Desmond/gold/testsuite/script_test_10.s
+gcctestdir/ld -o script_test_10 script_test_10.o -T ../../../Paul_Desmond/gold/testsuite/script_test_10.t
+../../binutils/readelf -SW script_test_10 > script_test_10.stdout
+../../gas/as-new -o split_i386_1.o ../../../Paul_Desmond/gold/testsuite/split_i386_1.s
+../../gas/as-new -o split_i386_n.o ../../../Paul_Desmond/gold/testsuite/split_i386_n.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_1 split_i386_1.o split_i386_n.o
+../../binutils/objdump -d split_i386_1 > split_i386_1.stdout
+../../gas/as-new -o split_i386_2.o ../../../Paul_Desmond/gold/testsuite/split_i386_2.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_2 split_i386_2.o split_i386_n.o
+../../binutils/objdump -d split_i386_2 > split_i386_2.stdout
+../../gas/as-new -o split_i386_3.o ../../../Paul_Desmond/gold/testsuite/split_i386_3.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_3 split_i386_3.o split_i386_n.o > split_i386_3.stdout 2>&1 || exit 0
+../../gas/as-new -o split_i386_4.o ../../../Paul_Desmond/gold/testsuite/split_i386_4.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_4 split_i386_4.o split_i386_n.o
+../../binutils/objdump -d split_i386_4 > split_i386_4.stdout
+../ld-new -r split_i386_1.o split_i386_n.o -o split_i386_r > split_i386_r.stdout 2>&1 || exit 0
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make check-TESTS
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[6]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+PASS: incremental_test.sh
+PASS: gc_comdat_test.sh
+PASS: gc_tls_test.sh
+PASS: gc_orphan_section_test.sh
+PASS: pr14265.sh
+PASS: icf_test.sh
+PASS: icf_keep_unique_test.sh
+PASS: icf_safe_test.sh
+PASS: icf_safe_so_test.sh
+PASS: final_layout.sh
+PASS: icf_preemptible_functions_test.sh
+PASS: icf_string_merge_test.sh
+PASS: icf_sht_rel_addend_test.sh
+PASS: two_file_shared.sh
+PASS: weak_plt.sh
+FAIL: debug_msg.sh
+PASS: undef_symbol.sh
+PASS: ver_test_1.sh
+PASS: ver_test_2.sh
+PASS: ver_test_4.sh
+PASS: ver_test_5.sh
+PASS: ver_test_7.sh
+PASS: ver_test_10.sh
+PASS: relro_test.sh
+FAIL: ver_matching_test.sh
+PASS: script_test_3.sh
+PASS: script_test_4.sh
+PASS: script_test_5.sh
+PASS: script_test_6.sh
+PASS: script_test_7.sh
+PASS: script_test_8.sh
+PASS: script_test_9.sh
+PASS: dynamic_list.sh
+PASS: exclude_libs_test.sh
+PASS: discard_locals_test.sh
+PASS: hidden_test.sh
+PASS: retain_symbols_file_test.sh
+PASS: no_version_test.sh
+PASS: strong_ref_weak_def.sh
+PASS: dyn_weak_ref.sh
+PASS: memory_test.sh
+PASS: script_test_10.sh
+PASS: split_i386.sh
+PASS: object_unittest
+PASS: binary_unittest
+PASS: leb128_unittest
+PASS: icf_virtual_function_folding_test
+PASS: basic_test
+PASS: basic_pic_test
+PASS: basic_static_test
+PASS: basic_static_pic_test
+PASS: basic_pie_test
+PASS: constructor_test
+PASS: constructor_static_test
+PASS: two_file_test
+PASS: two_file_pic_test
+PASS: two_file_static_test
+PASS: two_file_shared_1_test
+PASS: two_file_shared_2_test
+PASS: two_file_shared_1_pic_2_test
+PASS: two_file_shared_2_pic_1_test
+PASS: two_file_same_shared_test
+PASS: two_file_separate_shared_12_test
+PASS: two_file_separate_shared_21_test
+PASS: two_file_relocatable_test
+PASS: two_file_pie_test
+PASS: two_file_shared_1_nonpic_test
+PASS: two_file_shared_2_nonpic_test
+PASS: two_file_same_shared_nonpic_test
+PASS: two_file_separate_shared_12_nonpic_test
+PASS: two_file_separate_shared_21_nonpic_test
+PASS: two_file_mixed_shared_test
+PASS: two_file_mixed_2_shared_test
+PASS: two_file_mixed_pie_test
+PASS: two_file_strip_test
+PASS: two_file_same_shared_strip_test
+PASS: common_test_1
+PASS: common_test_2
+PASS: exception_test
+PASS: exception_shared_1_test
+PASS: exception_shared_2_test
+PASS: exception_same_shared_test
+PASS: exception_separate_shared_12_test
+PASS: exception_separate_shared_21_test
+PASS: exception_static_test
+PASS: weak_test
+PASS: weak_undef_test
+PASS: weak_undef_nonpic_test
+PASS: weak_alias_test
+PASS: weak_plt
+PASS: copy_test
+PASS: tls_test
+PASS: tls_pic_test
+PASS: tls_pie_test
+PASS: tls_pie_pic_test
+PASS: tls_shared_test
+PASS: tls_shared_ie_test
+PASS: tls_shared_gd_to_ie_test
+PASS: tls_shared_gnu2_gd_to_ie_test
+PASS: tls_shared_gnu2_test
+PASS: tls_static_test
+PASS: tls_static_pic_test
+PASS: tls_shared_nonpic_test
+PASS: many_sections_test
+PASS: many_sections_r_test
+PASS: initpri1
+PASS: initpri2
+PASS: initpri3a
+PASS: flagstest_o_specialfile
+PASS: flagstest_compress_debug_sections
+PASS: flagstest_o_specialfile_and_compress_debug_sections
+PASS: flagstest_o_ttext_1
+PASS: ver_test
+PASS: ver_test_2
+PASS: ver_test_6
+PASS: ver_test_8
+PASS: ver_test_9
+PASS: ver_test_11
+PASS: ver_test_12
+PASS: protected_1
+PASS: protected_2
+PASS: relro_test
+PASS: relro_now_test
+PASS: relro_strip_test
+PASS: relro_script_test
+PASS: script_test_1
+PASS: script_test_2
+PASS: justsyms
+PASS: justsyms_exec
+PASS: binary_test
+FAIL: script_test_3
+FAIL: tls_phdrs_script_test
+PASS: tls_script_test
+PASS: thin_archive_test_1
+PASS: thin_archive_test_2
+PASS: exclude_libs_test
+PASS: local_labels_test
+PASS: discard_locals_test
+PASS: permission_test
+PASS: searched_file_test
+PASS: ifuncmain1
+PASS: ifuncmain1pic
+PASS: ifuncmain1vis
+PASS: ifuncmain1vispic
+PASS: ifuncmain1staticpic
+PASS: ifuncmain1pie
+PASS: ifuncmain1vispie
+PASS: ifuncmain1staticpie
+PASS: ifuncmain2
+PASS: ifuncmain2pic
+PASS: ifuncmain3
+PASS: ifuncmain4
+PASS: ifuncmain5
+PASS: ifuncmain5pic
+PASS: ifuncmain5staticpic
+PASS: ifuncmain5pie
+PASS: ifuncmain6pie
+PASS: ifuncmain7
+PASS: ifuncmain7pic
+PASS: ifuncmain7pie
+PASS: ifuncvar
+PASS: start_lib_test
+============================
+4 of 162 tests failed
+See testsuite/test-suite.log
+============================
+make[6]: *** [test-suite.log] Error 1
+make[6]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: *** [check-TESTS] Error 2
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: *** [check-am] Error 2
+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[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
+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
+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
+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
+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
+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
+chmod +x bootstrap-test-r
+PASS: bootstrap-test-r
+==================
+All 2 tests passed
+==================
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[2]: *** [check-recursive] Error 1
+make[2]: Target `check' not remade because of errors.
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[1]: *** [check-gold] Error 2
make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
make check-recursive
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
@@ -323,7 +1263,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 Sat Dec 15 19:20:36 2012
+Test Run By thomas on Sun Dec 16 11:12:25 2012
Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -477,7 +1417,7 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
# of unexpected failures 3
# of expected failures 18
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121215
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121216
make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/ld'
diff --git a/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum b/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum
index 31e26e1a..a42ee05f 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 Sat Dec 15 19:12:37 2012
+Test Run By thomas on Sun Dec 16 10:41:46 2012
Native configuration is i686-unknown-gnu0.3
=== binutils tests ===
diff --git a/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum b/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum
index 34c8ddb8..727a1875 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 Sat Dec 15 19:13:03 2012
+Test Run By thomas on Sun Dec 16 10:42:14 2012
Native configuration is i686-unknown-gnu0.3
=== gas tests ===
@@ -513,5 +513,5 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
# of expected passes 378
# of unexpected failures 1
-../as-new 2.23.51.20121215
+../as-new 2.23.51.20121216
diff --git a/binutils/coulomb.SCHWINGE/test/ld/ld.sum b/binutils/coulomb.SCHWINGE/test/ld/ld.sum
index 14eaf64e..6587499a 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 Sat Dec 15 19:20:36 2012
+Test Run By thomas on Sun Dec 16 11:12:25 2012
Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -996,5 +996,5 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
# of unexpected failures 3
# of expected failures 18
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121215
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121216
diff --git a/binutils/kepler.SCHWINGE/log_build b/binutils/kepler.SCHWINGE/log_build
index acb2b576..3436579d 100644
--- a/binutils/kepler.SCHWINGE/log_build
+++ b/binutils/kepler.SCHWINGE/log_build
@@ -2235,6 +2235,298 @@ libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshado
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+mkdir -p -- ./gold
+Configuring in ./gold
+configure: creating cache ./config.cache
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking target system type... i686-pc-linux-gnu
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for a thread-safe mkdir -p... /bin/mkdir -p
+checking for gawk... gawk
+checking whether make sets $(MAKE)... yes
+checking for i686-pc-linux-gnu-nm... nm
+checking for i686-pc-linux-gnu-gcc... gcc-4.6
+checking for C compiler default output file name... a.out
+checking whether the C compiler works... yes
+checking whether we are cross compiling... no
+checking for suffix of executables...
+checking for suffix of object files... o
+checking whether we are using the GNU C compiler... yes
+checking whether gcc-4.6 accepts -g... yes
+checking for gcc-4.6 option to accept ISO C89... none needed
+checking for style of include used by make... GNU
+checking dependency style of gcc-4.6... gcc3
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++-4.6 accepts -g... yes
+checking dependency style of g++-4.6... gcc3
+checking for bison... bison -y
+checking for i686-pc-linux-gnu-ranlib... ranlib
+checking whether ln -s works... yes
+checking how to run the C preprocessor... gcc-4.6 -E
+checking for grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/types.h... yes
+checking for sys/stat.h... yes
+checking for stdlib.h... yes
+checking for string.h... yes
+checking for memory.h... yes
+checking for strings.h... yes
+checking for inttypes.h... yes
+checking for stdint.h... yes
+checking for unistd.h... yes
+checking minix/config.h usability... no
+checking minix/config.h presence... no
+checking for minix/config.h... no
+checking whether it is safe to define __EXTENSIONS__... yes
+checking whether NLS is requested... yes
+checking for catalogs to be installed... es fi id it vi
+checking whether NLS is requested... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking whether byte ordering is bigendian... no
+checking whether static linking works... yes
+checking for gcc >= 4.1... yes
+checking for thread support... yes
+checking for glibc >= 2.4... yes
+checking for omp support... yes
+checking for glibc >= 2.9... yes
+checking for -frandom-seed support... yes
+checking for glibc ifunc support... both
+Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
+checking sys/mman.h usability... yes
+checking sys/mman.h presence... yes
+checking for sys/mman.h... yes
+checking for chsize... no
+checking for mmap... yes
+checking for pread... yes
+checking for ftruncate... yes
+checking for ffsll... yes
+checking mremap with MREMAP_MAYMOVE... yes
+checking for library containing zlibVersion... -lz
+checking zlib.h usability... yes
+checking zlib.h presence... yes
+checking for zlib.h... yes
+checking whether basename is declared... yes
+checking whether ffs is declared... yes
+checking whether asprintf is declared... yes
+checking whether vasprintf is declared... yes
+checking whether snprintf is declared... yes
+checking whether vsnprintf is declared... yes
+checking whether strverscmp is declared... yes
+checking how to run the C++ preprocessor... g++-4.6 -E
+checking tr1/unordered_set usability... yes
+checking tr1/unordered_set presence... yes
+checking for tr1/unordered_set... yes
+checking tr1/unordered_map usability... yes
+checking tr1/unordered_map presence... yes
+checking for tr1/unordered_map... yes
+checking ext/hash_map usability... yes
+checking ext/hash_map presence... yes
+checking for ext/hash_map... yes
+checking ext/hash_set usability... yes
+checking ext/hash_set presence... yes
+checking for ext/hash_set... yes
+checking byteswap.h usability... yes
+checking byteswap.h presence... yes
+checking for byteswap.h... yes
+checking for mallinfo... yes
+checking for posix_fallocate... yes
+checking for fallocate... yes
+checking for readv... yes
+checking for sysconf... yes
+checking for times... yes
+checking whether basename is declared... (cached) yes
+checking whether ffs is declared... (cached) yes
+checking whether asprintf is declared... (cached) yes
+checking whether vasprintf is declared... (cached) yes
+checking whether snprintf is declared... (cached) yes
+checking whether vsnprintf is declared... (cached) yes
+checking whether strverscmp is declared... (cached) yes
+checking whether strndup is declared... yes
+checking whether memmem is declared... yes
+checking whether ::std::tr1::unordered_map::rehash is usable.... yes
+checking whether std::tr1::hash<off_t> is defined... yes
+checking whether we can use attributes with template functions... yes
+checking for struct stat::st_mtim.... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for setlocale... yes
+checking for LC_MESSAGES... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+configure: updating cache ./config.cache
+configure: creating ./config.status
+config.status: creating Makefile
+config.status: creating testsuite/Makefile
+config.status: creating po/Makefile.in
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing default-1 commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+file=`echo es | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/es.po
+file=`echo fi | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/fi.po
+file=`echo id | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/id.po
+file=`echo it | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/it.po
+file=`echo vi | sed 's,.*/,,'`.gmo \
+ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../Paul_Desmond/gold/po/vi.po
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+Making all in testsuite
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+(for i in `seq 1 70000`; do \
+ echo "int var_$i __attribute__((section(\"section_$i\"))) = $i;"; \
+ done) > many_sections_define.h.tmp
+mv -f many_sections_define.h.tmp many_sections_define.h
+(for i in `seq 1 1000 70000`; do \
+ echo "assert(var_$i == $i);"; \
+ done) > many_sections_check.h.tmp
+mv -f many_sections_check.h.tmp many_sections_check.h
+make all-am
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Nothing to be done for `all-am'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=archive.o -g -O2 -MT archive.o -MD -MP -MF .deps/archive.Tpo -c -o archive.o ../../Paul_Desmond/gold/archive.cc
+mv -f .deps/archive.Tpo .deps/archive.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=attributes.o -g -O2 -MT attributes.o -MD -MP -MF .deps/attributes.Tpo -c -o attributes.o ../../Paul_Desmond/gold/attributes.cc
+mv -f .deps/attributes.Tpo .deps/attributes.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=binary.o -g -O2 -MT binary.o -MD -MP -MF .deps/binary.Tpo -c -o binary.o ../../Paul_Desmond/gold/binary.cc
+mv -f .deps/binary.Tpo .deps/binary.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=common.o -g -O2 -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o ../../Paul_Desmond/gold/common.cc
+mv -f .deps/common.Tpo .deps/common.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=compressed_output.o -g -O2 -MT compressed_output.o -MD -MP -MF .deps/compressed_output.Tpo -c -o compressed_output.o ../../Paul_Desmond/gold/compressed_output.cc
+mv -f .deps/compressed_output.Tpo .deps/compressed_output.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=copy-relocs.o -g -O2 -MT copy-relocs.o -MD -MP -MF .deps/copy-relocs.Tpo -c -o copy-relocs.o ../../Paul_Desmond/gold/copy-relocs.cc
+mv -f .deps/copy-relocs.Tpo .deps/copy-relocs.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=cref.o -g -O2 -MT cref.o -MD -MP -MF .deps/cref.Tpo -c -o cref.o ../../Paul_Desmond/gold/cref.cc
+mv -f .deps/cref.Tpo .deps/cref.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=defstd.o -g -O2 -MT defstd.o -MD -MP -MF .deps/defstd.Tpo -c -o defstd.o ../../Paul_Desmond/gold/defstd.cc
+mv -f .deps/defstd.Tpo .deps/defstd.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=descriptors.o -g -O2 -MT descriptors.o -MD -MP -MF .deps/descriptors.Tpo -c -o descriptors.o ../../Paul_Desmond/gold/descriptors.cc
+mv -f .deps/descriptors.Tpo .deps/descriptors.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dirsearch.o -g -O2 -MT dirsearch.o -MD -MP -MF .deps/dirsearch.Tpo -c -o dirsearch.o ../../Paul_Desmond/gold/dirsearch.cc
+mv -f .deps/dirsearch.Tpo .deps/dirsearch.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dynobj.o -g -O2 -MT dynobj.o -MD -MP -MF .deps/dynobj.Tpo -c -o dynobj.o ../../Paul_Desmond/gold/dynobj.cc
+mv -f .deps/dynobj.Tpo .deps/dynobj.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwarf_reader.o -g -O2 -MT dwarf_reader.o -MD -MP -MF .deps/dwarf_reader.Tpo -c -o dwarf_reader.o ../../Paul_Desmond/gold/dwarf_reader.cc
+mv -f .deps/dwarf_reader.Tpo .deps/dwarf_reader.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ehframe.o -g -O2 -MT ehframe.o -MD -MP -MF .deps/ehframe.Tpo -c -o ehframe.o ../../Paul_Desmond/gold/ehframe.cc
+mv -f .deps/ehframe.Tpo .deps/ehframe.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=errors.o -g -O2 -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o ../../Paul_Desmond/gold/errors.cc
+mv -f .deps/errors.Tpo .deps/errors.Po
+/bin/dash ../../Paul_Desmond/gold/../ylwrap ../../Paul_Desmond/gold/yyscript.y y.tab.c yyscript.c y.tab.h yyscript.h y.output yyscript.output -- bison -y -d
+conflicts: 5 shift/reduce
+updating yyscript.h
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=expression.o -g -O2 -MT expression.o -MD -MP -MF .deps/expression.Tpo -c -o expression.o ../../Paul_Desmond/gold/expression.cc
+mv -f .deps/expression.Tpo .deps/expression.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=fileread.o -g -O2 -MT fileread.o -MD -MP -MF .deps/fileread.Tpo -c -o fileread.o ../../Paul_Desmond/gold/fileread.cc
+mv -f .deps/fileread.Tpo .deps/fileread.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gc.o -g -O2 -MT gc.o -MD -MP -MF .deps/gc.Tpo -c -o gc.o ../../Paul_Desmond/gold/gc.cc
+mv -f .deps/gc.Tpo .deps/gc.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gdb-index.o -g -O2 -MT gdb-index.o -MD -MP -MF .deps/gdb-index.Tpo -c -o gdb-index.o ../../Paul_Desmond/gold/gdb-index.cc
+mv -f .deps/gdb-index.Tpo .deps/gdb-index.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gold.o -g -O2 -MT gold.o -MD -MP -MF .deps/gold.Tpo -c -o gold.o ../../Paul_Desmond/gold/gold.cc
+mv -f .deps/gold.Tpo .deps/gold.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gold-threads.o -g -O2 -MT gold-threads.o -MD -MP -MF .deps/gold-threads.Tpo -c -o gold-threads.o ../../Paul_Desmond/gold/gold-threads.cc
+mv -f .deps/gold-threads.Tpo .deps/gold-threads.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=icf.o -g -O2 -MT icf.o -MD -MP -MF .deps/icf.Tpo -c -o icf.o ../../Paul_Desmond/gold/icf.cc
+mv -f .deps/icf.Tpo .deps/icf.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental.o -g -O2 -MT incremental.o -MD -MP -MF .deps/incremental.Tpo -c -o incremental.o ../../Paul_Desmond/gold/incremental.cc
+mv -f .deps/incremental.Tpo .deps/incremental.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=int_encoding.o -g -O2 -MT int_encoding.o -MD -MP -MF .deps/int_encoding.Tpo -c -o int_encoding.o ../../Paul_Desmond/gold/int_encoding.cc
+mv -f .deps/int_encoding.Tpo .deps/int_encoding.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=layout.o -g -O2 -MT layout.o -MD -MP -MF .deps/layout.Tpo -c -o layout.o ../../Paul_Desmond/gold/layout.cc
+mv -f .deps/layout.Tpo .deps/layout.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=mapfile.o -g -O2 -MT mapfile.o -MD -MP -MF .deps/mapfile.Tpo -c -o mapfile.o ../../Paul_Desmond/gold/mapfile.cc
+mv -f .deps/mapfile.Tpo .deps/mapfile.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=merge.o -g -O2 -MT merge.o -MD -MP -MF .deps/merge.Tpo -c -o merge.o ../../Paul_Desmond/gold/merge.cc
+mv -f .deps/merge.Tpo .deps/merge.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=nacl.o -g -O2 -MT nacl.o -MD -MP -MF .deps/nacl.Tpo -c -o nacl.o ../../Paul_Desmond/gold/nacl.cc
+mv -f .deps/nacl.Tpo .deps/nacl.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=object.o -g -O2 -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o ../../Paul_Desmond/gold/object.cc
+mv -f .deps/object.Tpo .deps/object.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=options.o -g -O2 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o ../../Paul_Desmond/gold/options.cc
+mv -f .deps/options.Tpo .deps/options.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=output.o -g -O2 -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o ../../Paul_Desmond/gold/output.cc
+mv -f .deps/output.Tpo .deps/output.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=parameters.o -g -O2 -MT parameters.o -MD -MP -MF .deps/parameters.Tpo -c -o parameters.o ../../Paul_Desmond/gold/parameters.cc
+mv -f .deps/parameters.Tpo .deps/parameters.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=plugin.o -g -O2 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../Paul_Desmond/gold/plugin.cc
+mv -f .deps/plugin.Tpo .deps/plugin.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=readsyms.o -g -O2 -MT readsyms.o -MD -MP -MF .deps/readsyms.Tpo -c -o readsyms.o ../../Paul_Desmond/gold/readsyms.cc
+mv -f .deps/readsyms.Tpo .deps/readsyms.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=reduced_debug_output.o -g -O2 -MT reduced_debug_output.o -MD -MP -MF .deps/reduced_debug_output.Tpo -c -o reduced_debug_output.o ../../Paul_Desmond/gold/reduced_debug_output.cc
+mv -f .deps/reduced_debug_output.Tpo .deps/reduced_debug_output.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=reloc.o -g -O2 -MT reloc.o -MD -MP -MF .deps/reloc.Tpo -c -o reloc.o ../../Paul_Desmond/gold/reloc.cc
+mv -f .deps/reloc.Tpo .deps/reloc.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=resolve.o -g -O2 -MT resolve.o -MD -MP -MF .deps/resolve.Tpo -c -o resolve.o ../../Paul_Desmond/gold/resolve.cc
+mv -f .deps/resolve.Tpo .deps/resolve.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script-sections.o -g -O2 -MT script-sections.o -MD -MP -MF .deps/script-sections.Tpo -c -o script-sections.o ../../Paul_Desmond/gold/script-sections.cc
+mv -f .deps/script-sections.Tpo .deps/script-sections.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script.o -g -O2 -MT script.o -MD -MP -MF .deps/script.Tpo -c -o script.o ../../Paul_Desmond/gold/script.cc
+mv -f .deps/script.Tpo .deps/script.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=stringpool.o -g -O2 -MT stringpool.o -MD -MP -MF .deps/stringpool.Tpo -c -o stringpool.o ../../Paul_Desmond/gold/stringpool.cc
+mv -f .deps/stringpool.Tpo .deps/stringpool.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=symtab.o -g -O2 -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../../Paul_Desmond/gold/symtab.cc
+mv -f .deps/symtab.Tpo .deps/symtab.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=target.o -g -O2 -MT target.o -MD -MP -MF .deps/target.Tpo -c -o target.o ../../Paul_Desmond/gold/target.cc
+mv -f .deps/target.Tpo .deps/target.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=target-select.o -g -O2 -MT target-select.o -MD -MP -MF .deps/target-select.Tpo -c -o target-select.o ../../Paul_Desmond/gold/target-select.cc
+mv -f .deps/target-select.Tpo .deps/target-select.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=timer.o -g -O2 -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o ../../Paul_Desmond/gold/timer.cc
+mv -f .deps/timer.Tpo .deps/timer.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=version.o -g -O2 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o ../../Paul_Desmond/gold/version.cc
+mv -f .deps/version.Tpo .deps/version.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=workqueue.o -g -O2 -MT workqueue.o -MD -MP -MF .deps/workqueue.Tpo -c -o workqueue.o ../../Paul_Desmond/gold/workqueue.cc
+mv -f .deps/workqueue.Tpo .deps/workqueue.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=workqueue-threads.o -g -O2 -MT workqueue-threads.o -MD -MP -MF .deps/workqueue-threads.Tpo -c -o workqueue-threads.o ../../Paul_Desmond/gold/workqueue-threads.cc
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/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
+rm -f libgold.a
+ar cru libgold.a archive.o attributes.o binary.o common.o compressed_output.o copy-relocs.o cref.o defstd.o descriptors.o dirsearch.o dynobj.o dwarf_reader.o ehframe.o errors.o expression.o fileread.o gc.o gdb-index.o gold.o gold-threads.o icf.o incremental.o int_encoding.o layout.o mapfile.o merge.o nacl.o object.o options.o output.o parameters.o plugin.o readsyms.o reduced_debug_output.o reloc.o resolve.o script-sections.o script.o stringpool.o symtab.o target.o target-select.o timer.o version.o workqueue.o workqueue-threads.o yyscript.o
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/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
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwp -g -O2 -static-libstdc++ -static-libgcc -o dwp dwp.o libgold.a ../libiberty/libiberty.a -lz
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=main.o -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o ../../Paul_Desmond/gold/main.cc
+mv -f .deps/main.Tpo .deps/main.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=i386.o -g -O2 -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../../Paul_Desmond/gold/i386.cc
+mv -f .deps/i386.Tpo .deps/i386.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=x86_64.o -g -O2 -MT x86_64.o -MD -MP -MF .deps/x86_64.Tpo -c -o x86_64.o ../../Paul_Desmond/gold/x86_64.cc
+mv -f .deps/x86_64.Tpo .deps/x86_64.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=sparc.o -g -O2 -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../../Paul_Desmond/gold/sparc.cc
+mv -f .deps/sparc.Tpo .deps/sparc.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=powerpc.o -g -O2 -MT powerpc.o -MD -MP -MF .deps/powerpc.Tpo -c -o powerpc.o ../../Paul_Desmond/gold/powerpc.cc
+mv -f .deps/powerpc.Tpo .deps/powerpc.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=arm.o -g -O2 -MT arm.o -MD -MP -MF .deps/arm.Tpo -c -o arm.o ../../Paul_Desmond/gold/arm.cc
+mv -f .deps/arm.Tpo .deps/arm.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=arm-reloc-property.o -g -O2 -MT arm-reloc-property.o -MD -MP -MF .deps/arm-reloc-property.Tpo -c -o arm-reloc-property.o ../../Paul_Desmond/gold/arm-reloc-property.cc
+mv -f .deps/arm-reloc-property.Tpo .deps/arm-reloc-property.Po
+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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=tilegx.o -g -O2 -MT tilegx.o -MD -MP -MF .deps/tilegx.Tpo -c -o tilegx.o ../../Paul_Desmond/gold/tilegx.cc
+mv -f .deps/tilegx.Tpo .deps/tilegx.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld-new -g -O2 -static-libstdc++ -static-libgcc -o ld-new 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 -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/i686-pc-linux-gnu/bin\"" -DTOOLLIBDIR="\"[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/lib\"" -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental-dump.o -g -O2 -MT incremental-dump.o -MD -MP -MF .deps/incremental-dump.Tpo -c -o incremental-dump.o ../../Paul_Desmond/gold/incremental-dump.cc
+mv -f .deps/incremental-dump.Tpo .deps/incremental-dump.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental-dump -g -O2 -static-libstdc++ -static-libgcc -o incremental-dump incremental-dump.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[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
mkdir -p -- ./gprof
Configuring in ./gprof
configure: creating cache ./config.cache
diff --git a/binutils/kepler.SCHWINGE/log_install b/binutils/kepler.SCHWINGE/log_install
index 2b43a2b6..6ebc84dc 100644
--- a/binutils/kepler.SCHWINGE/log_install
+++ b/binutils/kepler.SCHWINGE/log_install
@@ -370,6 +370,78 @@ make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+Making install in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+if test -r ../../../Paul_Desmond/gold/../mkinstalldirs; then \
+ ../../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share; \
+ else \
+ ../../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share; \
+ fi
+installing es.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/es/LC_MESSAGES/gold.mo
+installing fi.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/fi/LC_MESSAGES/gold.mo
+installing id.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/id/LC_MESSAGES/gold.mo
+installing it.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/it/LC_MESSAGES/gold.mo
+installing vi.gmo as [...]/tschwinge/Paul_Desmond.build.install/share/locale/vi/LC_MESSAGES/gold.mo
+if test "gold" = "gettext"; then \
+ if test -r ../../../Paul_Desmond/gold/../mkinstalldirs; then \
+ ../../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share/gettext/po; \
+ else \
+ ../../../Paul_Desmond/gold/mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/share/gettext/po; \
+ fi; \
+ /usr/bin/install -c -m 644 ../../../Paul_Desmond/gold/po/Makefile.in.in \
+ [...]/tschwinge/Paul_Desmond.build.install/share/gettext/po/Makefile.in.in; \
+ else \
+ : ; \
+ fi
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+Making install in testsuite
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make install-am
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Nothing to be done for `install-exec-am'.
+make[5]: Nothing to be done for `install-data-am'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+test -z "[...]/tschwinge/Paul_Desmond.build.install/bin" || /bin/mkdir -p "[...]/tschwinge/Paul_Desmond.build.install/bin"
+ /usr/bin/install -c dwp '[...]/tschwinge/Paul_Desmond.build.install/bin'
+/bin/dash ../../Paul_Desmond/gold/../mkinstalldirs [...]/tschwinge/Paul_Desmond.build.install/bin [...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin
+n=`echo ld.gold | sed 's,y,y,'`; \
+ /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/bin/${n}; \
+ if test "[...]/tschwinge/Paul_Desmond.build.install/bin" != "[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin"; then \
+ rm -f [...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin/ld.gold; \
+ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin/ld.gold >/dev/null 2>/dev/null \
+ || /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin/ld.gold; \
+ fi; \
+ if test "xyes" = "xyes"; then \
+ ld=`echo ld | sed 's,y,y,'`; \
+ rm -f [...]/tschwinge/Paul_Desmond.build.install/bin/${ld}; \
+ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/bin/${ld} >/dev/null 2>/dev/null \
+ || /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/bin/${ld}; \
+ if test "[...]/tschwinge/Paul_Desmond.build.install/bin" != "[...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin"; then \
+ rm -f [...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin/ld; \
+ ln [...]/tschwinge/Paul_Desmond.build.install/bin/${n} [...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin/ld >/dev/null 2>/dev/null \
+ || /usr/bin/install -c ld-new [...]/tschwinge/Paul_Desmond.build.install/i686-pc-linux-gnu/bin/ld; \
+ fi; \
+ fi
+Making install-info in po
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+make[5]: Nothing to be done for `install-info'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+Making install-info in testsuite
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Nothing to be done for `install-info'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[5]: Nothing to be done for `install-info-am'.
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
make install-recursive
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
diff --git a/binutils/kepler.SCHWINGE/log_test b/binutils/kepler.SCHWINGE/log_test
index 12dcce9c..4e29a3dc 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 Sat Dec 15 15:49:15 2012
+Test Run By thomas on Sun Dec 16 09:49:36 2012
Native configuration is i686-pc-linux-gnu
=== binutils tests ===
@@ -74,15 +74,15 @@ Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/hppa/objdum
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/nm.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/nm-new 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objcopy.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objcopy 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/objdump.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/objdump 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/readelf.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/readelf 2.23.51.20121216
Running [...]/tschwinge/Paul_Desmond/binutils/testsuite/binutils-all/size.exp ...
-Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.51.20121215
+Version [...]/tschwinge/Paul_Desmond.build/binutils/size 2.23.51.20121216
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 +130,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 Sat Dec 15 15:49:21 2012
+Test Run By thomas on Sun Dec 16 09:49:42 2012
Native configuration is i686-pc-linux-gnu
=== gas tests ===
@@ -267,11 +267,976 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
# of expected passes 379
-../as-new 2.23.51.20121215
+../as-new 2.23.51.20121216
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+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'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/libiberty/testsuite'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/libiberty'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/intl'
+make[2]: Nothing to be done for `all'.
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/intl'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+Making info in doc
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+Making info in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+make[3]: Nothing to be done for `info-am'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd'
+Making all in doc
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/bfd/doc'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/bfd/po'
+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'
+make[4]: Nothing to be done for `all-am'.
+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'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+Making all in .
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas'
+Making all in doc
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas/doc'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas/doc'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas/po'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas/po'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+Making info in doc
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+Making info in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[3]: Nothing to be done for `info'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[3]: Nothing to be done for `info-am'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make all-recursive
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+Making all in doc
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/doc'
+Making all in po
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils/po'
+make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/binutils'
+make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold'
+Making check in po
+make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+make[3]: Nothing to be done for `check'.
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/po'
+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 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 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
+`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 testmain.o -MD -MP -MF .deps/testmain.Tpo -c -o testmain.o ../../../Paul_Desmond/gold/testsuite/testmain.cc
+mv -f .deps/testmain.Tpo .deps/testmain.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 testfile.o -MD -MP -MF .deps/testfile.Tpo -c -o testfile.o ../../../Paul_Desmond/gold/testsuite/testfile.cc
+mv -f .deps/testfile.Tpo .deps/testfile.Po
+rm -f libgoldtest.a
+ar cru libgoldtest.a test.o testmain.o testfile.o
+ranlib libgoldtest.a
+`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 object_unittest.o -MD -MP -MF .deps/object_unittest.Tpo -c -o object_unittest.o ../../../Paul_Desmond/gold/testsuite/object_unittest.cc
+mv -f .deps/object_unittest.Tpo .deps/object_unittest.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o object_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` object_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+`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 binary_unittest.o -MD -MP -MF .deps/binary_unittest.Tpo -c -o binary_unittest.o ../../../Paul_Desmond/gold/testsuite/binary_unittest.cc
+mv -f .deps/binary_unittest.Tpo .deps/binary_unittest.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o binary_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` binary_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+`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 leb128_unittest.o -MD -MP -MF .deps/leb128_unittest.Tpo -c -o leb128_unittest.o ../../../Paul_Desmond/gold/testsuite/leb128_unittest.cc
+mv -f .deps/leb128_unittest.Tpo .deps/leb128_unittest.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o leb128_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` leb128_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+`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 -fPIE -g -o icf_virtual_function_folding_test.o ../../../Paul_Desmond/gold/testsuite/icf_virtual_function_folding_test.cc
+test -d gcctestdir || mkdir -p gcctestdir
+rm -f gcctestdir/ld
+(cd gcctestdir && ln -s ../../ld-new ld)
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_virtual_function_folding_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_virtual_function_folding_test.o -pie
+`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 -o basic_test.o ../../../Paul_Desmond/gold/testsuite/basic_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_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 -fpic -o basic_pic_test.o ../../../Paul_Desmond/gold/testsuite/basic_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_pic_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_static_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static basic_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_static_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static basic_pic_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 -fpie -o basic_pie_test.o ../../../Paul_Desmond/gold/testsuite/basic_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o basic_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie basic_pie_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]*//'` -MT constructor_test.o -MD -MP -MF .deps/constructor_test.Tpo -c -o constructor_test.o ../../../Paul_Desmond/gold/testsuite/constructor_test.cc
+mv -f .deps/constructor_test.Tpo .deps/constructor_test.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o constructor_test constructor_test.o -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o constructor_static_test constructor_test.o -lz
+`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 two_file_test_1.o -MD -MP -MF .deps/two_file_test_1.Tpo -c -o two_file_test_1.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1.cc
+mv -f .deps/two_file_test_1.Tpo .deps/two_file_test_1.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 two_file_test_1b.o -MD -MP -MF .deps/two_file_test_1b.Tpo -c -o two_file_test_1b.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1b.cc
+mv -f .deps/two_file_test_1b.Tpo .deps/two_file_test_1b.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 two_file_test_2.o -MD -MP -MF .deps/two_file_test_2.Tpo -c -o two_file_test_2.o ../../../Paul_Desmond/gold/testsuite/two_file_test_2.cc
+mv -f .deps/two_file_test_2.Tpo .deps/two_file_test_2.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 two_file_test_main.o -MD -MP -MF .deps/two_file_test_main.Tpo -c -o two_file_test_main.o ../../../Paul_Desmond/gold/testsuite/two_file_test_main.cc
+mv -f .deps/two_file_test_main.Tpo .deps/two_file_test_main.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o two_file_test two_file_test_1.o two_file_test_1b.o two_file_test_2.o two_file_test_main.o -lz
+`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]*//'` -c -fpic -o two_file_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1.cc
+`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]*//'` -c -fpic -o two_file_test_1b_pic.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1b.cc
+`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]*//'` -c -fpic -o two_file_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/two_file_test_2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o two_file_pic_test two_file_test_main.o two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o two_file_static_test two_file_test_1.o two_file_test_1b.o two_file_test_2.o two_file_test_main.o -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_test two_file_test_2.o two_file_test_main.o two_file_shared_1.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_test two_file_test_1.o two_file_test_1b.o two_file_test_main.o two_file_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_pic_2_test two_file_test_main.o two_file_test_1_pic.o two_file_test_1b_pic.o two_file_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_pic_1_test two_file_test_main.o two_file_test_2_pic.o two_file_shared_1.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_same_shared_test two_file_test_main.o two_file_shared.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_12_test two_file_test_main.o two_file_shared_1.so two_file_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_21_test two_file_test_main.o two_file_shared_2.so two_file_shared_1.so -lz
+gcctestdir/ld -r -o two_file_relocatable.o two_file_test_1.o two_file_test_1b.o two_file_test_2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_relocatable_test two_file_test_main.o two_file_relocatable.o -lz
+`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]*//'` -c -fpie -o two_file_test_1_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1.cc
+`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]*//'` -c -fpie -o two_file_test_1b_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_1b.cc
+`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]*//'` -c -fpie -o two_file_test_2_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_2.cc
+`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]*//'` -c -fpie -o two_file_test_main_pie.o ../../../Paul_Desmond/gold/testsuite/two_file_test_main.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie two_file_test_1_pie.o two_file_test_1b_pie.o two_file_test_2_pie.o two_file_test_main_pie.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_1_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_nonpic_test two_file_test_2.o two_file_test_main.o two_file_shared_1_nonpic.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_2_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_nonpic_test two_file_test_1.o two_file_test_1b.o two_file_test_main.o two_file_shared_2_nonpic.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o two_file_test_2.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_same_shared_nonpic_test two_file_test_main.o two_file_shared_nonpic.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_12_nonpic_test two_file_test_main.o two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_21_nonpic_test two_file_test_main.o two_file_shared_2_nonpic.so two_file_shared_1_nonpic.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_mixed.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_mixed_shared_test two_file_test_main.o two_file_shared_mixed.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_shared_mixed_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b_pic.o two_file_shared_2.so -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o two_file_mixed_2_shared_test two_file_test_main.o two_file_shared_mixed_1.so two_file_shared_2.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o two_file_mixed_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,-R,. -pie two_file_test_1.o two_file_test_1b_pie.o two_file_test_main_pie.o two_file_shared_2.so
+../../binutils/strip-new -o two_file_strip_test two_file_test
+../../binutils/strip-new -S -o two_file_shared_strip.so two_file_shared.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R. -o two_file_same_shared_strip_test two_file_test_main.o two_file_shared_strip.so -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 common_test_1.o -MD -MP -MF .deps/common_test_1.Tpo -c -o common_test_1.o ../../../Paul_Desmond/gold/testsuite/common_test_1.c
+mv -f .deps/common_test_1.Tpo .deps/common_test_1.Po
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o common_test_1 common_test_1.o -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 -fpic -o common_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/common_test_2.c
+`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 -fpic -o common_test_3_pic.o ../../../Paul_Desmond/gold/testsuite/common_test_3.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 common_test_3.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared common_test_3_pic.o -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_2.script
+`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 common_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared common_test_2_pic.o common_test_3.so
+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,-R,. -o common_test_2 common_test_1.o common_test_2.so common_test_3.so -lz
+`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 exception_test_main.o -MD -MP -MF .deps/exception_test_main.Tpo -c -o exception_test_main.o ../../../Paul_Desmond/gold/testsuite/exception_test_main.cc
+mv -f .deps/exception_test_main.Tpo .deps/exception_test_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 exception_test_1.o -MD -MP -MF .deps/exception_test_1.Tpo -c -o exception_test_1.o ../../../Paul_Desmond/gold/testsuite/exception_test_1.cc
+mv -f .deps/exception_test_1.Tpo .deps/exception_test_1.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 exception_test_2.o -MD -MP -MF .deps/exception_test_2.Tpo -c -o exception_test_2.o ../../../Paul_Desmond/gold/testsuite/exception_test_2.cc
+mv -f .deps/exception_test_2.Tpo .deps/exception_test_2.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o exception_test exception_test_main.o exception_test_1.o exception_test_2.o -lz
+`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]*//'` -c -fpic -o exception_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/exception_test_1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o exception_shared_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_1_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o exception_shared_1_test exception_test_2.o exception_test_main.o exception_shared_1.so -lz
+`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]*//'` -c -fpic -o exception_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/exception_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o exception_shared_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o exception_shared_2_test exception_test_1.o exception_test_main.o exception_shared_2.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o exception_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_1_pic.o exception_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o exception_same_shared_test exception_test_main.o exception_shared.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed -o exception_separate_shared_12_test exception_test_main.o exception_shared_1.so exception_shared_2.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed -o exception_separate_shared_21_test exception_test_main.o exception_shared_2.so exception_shared_1.so -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o exception_static_test exception_test_main.o exception_test_1.o exception_test_2.o -lz
+`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 weak_test.o -MD -MP -MF .deps/weak_test.Tpo -c -o weak_test.o ../../../Paul_Desmond/gold/testsuite/weak_test.cc
+mv -f .deps/weak_test.Tpo .deps/weak_test.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o weak_test weak_test.o -lz
+`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 weak_undef_test.o -MD -MP -MF .deps/weak_undef_test.Tpo -c -o weak_undef_test.o ../../../Paul_Desmond/gold/testsuite/weak_undef_test.cc
+mv -f .deps/weak_undef_test.Tpo .deps/weak_undef_test.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]*//'` -c -fpic -o weak_undef_file1.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_undef_lib.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file1.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]*//'` -c -fpic -o weak_undef_file2.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file2.cc
+test -d alt || mkdir -p alt
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o alt/weak_undef_lib.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,alt -o weak_undef_test weak_undef_test.o -L . weak_undef_lib.so -lz
+`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]*//'` -c -o weak_undef_file1_nonpic.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_undef_lib_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file1_nonpic.o -Wl,-z,notext
+`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]*//'` -c -o weak_undef_file2_nonpic.o ../../../Paul_Desmond/gold/testsuite/weak_undef_file2.cc
+test -d alt || mkdir -p alt
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o alt/weak_undef_lib_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file2_nonpic.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,alt -o weak_undef_nonpic_test weak_undef_test.o -L . weak_undef_lib_nonpic.so -lz
+`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 weak_alias_test_main.o -MD -MP -MF .deps/weak_alias_test_main.Tpo -c -o weak_alias_test_main.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_main.cc
+mv -f .deps/weak_alias_test_main.Tpo .deps/weak_alias_test_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]*//'` -c -fpic -o weak_alias_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_1_pic.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]*//'` -c -fpic -o weak_alias_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_2_pic.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]*//'` -c -o weak_alias_test_3.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_3.cc
+`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]*//'` -c -fpic -o weak_alias_test_4_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_4.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_4.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_4_pic.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]*//'` -c -fpic -o weak_alias_test_5_pic.o ../../../Paul_Desmond/gold/testsuite/weak_alias_test_5.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_alias_test_5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_5_pic.o \
+ -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/weak_alias_test.script
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o weak_alias_test weak_alias_test_main.o weak_alias_test_1.so weak_alias_test_2.so weak_alias_test_3.o weak_alias_test_4.so weak_alias_test_5.so -lz
+`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]*//'` -c -fpic -o weak_plt_main_pic.o ../../../Paul_Desmond/gold/testsuite/weak_plt_main.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_plt | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ weak_plt_main_pic.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 copy_test.o -MD -MP -MF .deps/copy_test.Tpo -c -o copy_test.o ../../../Paul_Desmond/gold/testsuite/copy_test.cc
+mv -f .deps/copy_test.Tpo .deps/copy_test.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]*//'` -c -fpic -o copy_test_1_pic.o ../../../Paul_Desmond/gold/testsuite/copy_test_1.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o copy_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared copy_test_1_pic.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]*//'` -c -fpic -o copy_test_2_pic.o ../../../Paul_Desmond/gold/testsuite/copy_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o copy_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared copy_test_2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o copy_test copy_test.o copy_test_1.so copy_test_2.so -lz
+`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 tls_test.o -MD -MP -MF .deps/tls_test.Tpo -c -o tls_test.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+mv -f .deps/tls_test.Tpo .deps/tls_test.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 tls_test_file2.o -MD -MP -MF .deps/tls_test_file2.Tpo -c -o tls_test_file2.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+mv -f .deps/tls_test_file2.Tpo .deps/tls_test_file2.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 tls_test_main.o -MD -MP -MF .deps/tls_test_main.Tpo -c -o tls_test_main.o ../../../Paul_Desmond/gold/testsuite/tls_test_main.cc
+mv -f .deps/tls_test_main.Tpo .deps/tls_test_main.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]]*//'` -c -fopenmp -o tls_test_c.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o tls_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -lz
+`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]*//'` -c -fpic -o tls_test_pic.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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]*//'` -c -fpic -o tls_test_file2_pic.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`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 -fpic -fopenmp -o tls_test_c_pic.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o tls_pic_test tls_test_main.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread -lz
+`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]*//'` -c -fpie -o tls_test_main_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test_main.cc
+`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]*//'` -c -fpie -o tls_test_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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]*//'` -c -fpie -o tls_test_file2_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`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 -fpic -fopenmp -o tls_test_c_pie.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pie.o tls_test_file2_pie.o tls_test_c_pie.o -lpthread
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_pie_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -Wl,-z,defs
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_test tls_test_main.o tls_test_shared.so -lpthread -lz
+`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]*//'` -c -fpic -ftls-model=initial-exec -o tls_test_pic_ie.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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]*//'` -c -fpic -ftls-model=initial-exec -o tls_test_file2_pic_ie.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`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 -fpic -ftls-model=initial-exec -fopenmp -o tls_test_c_pic_ie.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_ie_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_pic_ie.o tls_test_file2_pic_ie.o tls_test_c_pic_ie.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_ie_test tls_test_main.o tls_test_ie_shared.so -lpthread -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_shared2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_file2_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_gd_to_ie_test tls_test_main.o tls_test_pic.o tls_test_c_pic.o tls_test_shared2.so -lpthread -lz
+`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]*//'` -c -fpic -mtls-dialect=gnu2 -o tls_test_gnu2.o ../../../Paul_Desmond/gold/testsuite/tls_test.cc
+`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 -fpic -mtls-dialect=gnu2 -fopenmp -o tls_test_c_gnu2.o ../../../Paul_Desmond/gold/testsuite/tls_test_c.c
+`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]*//'` -c -fpic -mtls-dialect=gnu2 -o tls_test_file2_gnu2.o ../../../Paul_Desmond/gold/testsuite/tls_test_file2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_gnu2_shared2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_file2_gnu2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_gnu2_gd_to_ie_test tls_test_main.o tls_test_gnu2.o tls_test_c_gnu2.o tls_test_gnu2_shared2.so -lpthread -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_gnu2_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_gnu2.o tls_test_file2_gnu2.o tls_test_c_gnu2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_gnu2_test tls_test_main.o tls_test_gnu2_shared.so -lpthread -lz
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o tls_static_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/ -static -o tls_static_pic_test tls_test_main.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o tls_test_shared_nonpic.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test.o tls_test_file2.o tls_test_c.o -Wl,-z,notext
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o tls_shared_nonpic_test tls_test_main.o tls_test_shared_nonpic.so -lpthread -lz
+`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 many_sections_test.o -MD -MP -MF .deps/many_sections_test.Tpo -c -o many_sections_test.o ../../../Paul_Desmond/gold/testsuite/many_sections_test.cc
+mv -f .deps/many_sections_test.Tpo .deps/many_sections_test.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -rdynamic -o many_sections_test many_sections_test.o -lz
+gcctestdir/ld -r -o many_sections_r_test.o many_sections_test.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o many_sections_r_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ many_sections_r_test.o -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 initpri1.o -MD -MP -MF .deps/initpri1.Tpo -c -o initpri1.o ../../../Paul_Desmond/gold/testsuite/initpri1.c
+mv -f .deps/initpri1.Tpo .deps/initpri1.Po
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o initpri1 initpri1.o -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 initpri2.o -MD -MP -MF .deps/initpri2.Tpo -c -o initpri2.o ../../../Paul_Desmond/gold/testsuite/initpri2.c
+mv -f .deps/initpri2.Tpo .deps/initpri2.Po
+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,--ctors-in-init-array -o initpri2 initpri2.o -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 initpri3.o -MD -MP -MF .deps/initpri3.Tpo -c -o initpri3.o ../../../Paul_Desmond/gold/testsuite/initpri3.c
+mv -f .deps/initpri3.Tpo .deps/initpri3.Po
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o initpri3a initpri3.o -lz
+`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 -g -c -o flagstest_debug.o ../../../Paul_Desmond/gold/testsuite/constructor_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_specialfile | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o 2>&1 | cat > flagstest_o_specialfile
+chmod a+x flagstest_o_specialfile
+test -s flagstest_o_specialfile
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections flagstest_debug.o -Wl,--compress-debug-sections=zlib
+test -s flagstest_compress_debug_sections
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_specialfile_and_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o -Wl,--compress-debug-sections=zlib 2>&1 | cat > flagstest_o_specialfile_and_compress_debug_sections
+chmod a+x flagstest_o_specialfile_and_compress_debug_sections
+test -s flagstest_o_specialfile_and_compress_debug_sections
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_ttext_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_o_ttext_1 flagstest_debug.o -Wl,-Ttext,0x400000 -Wl,-Tdata,0x800000
+`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 ver_test_main.o -MD -MP -MF .deps/ver_test_main.Tpo -c -o ver_test_main.o ../../../Paul_Desmond/gold/testsuite/ver_test_main.cc
+mv -f .deps/ver_test_main.Tpo .deps/ver_test_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]*//'` -c -fpic -o ver_test_1.o ../../../Paul_Desmond/gold/testsuite/ver_test_1.cc
+`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]*//'` -c -fpic -o ver_test_2.o ../../../Paul_Desmond/gold/testsuite/ver_test_2.cc
+`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]*//'` -c -fpic -o ver_test_4.o ../../../Paul_Desmond/gold/testsuite/ver_test_4.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_4.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_4.script ver_test_4.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_2.script -Wl,-R,. ver_test_2.o ver_test_4.so
+`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]*//'` -c -fpic -o ver_test_3.o ../../../Paul_Desmond/gold/testsuite/ver_test_3.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test ver_test_main.o ver_test_1.so ver_test_2.so ver_test_4.so -lz
+`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 ver_test_main_2.o -MD -MP -MF .deps/ver_test_main_2.Tpo -c -o ver_test_main_2.o ../../../Paul_Desmond/gold/testsuite/ver_test_main_2.cc
+mv -f .deps/ver_test_main_2.Tpo .deps/ver_test_main_2.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_2 ver_test_main_2.o ver_test_4.so ver_test_2.so -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 ver_test_6.o -MD -MP -MF .deps/ver_test_6.Tpo -c -o ver_test_6.o ../../../Paul_Desmond/gold/testsuite/ver_test_6.c
+mv -f .deps/ver_test_6.Tpo .deps/ver_test_6.Po
+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,-R,. -o ver_test_6 ver_test_6.o ver_test_2.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_8_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_8.script two_file_test_2_pic.o
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_8_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o ver_test_8_2.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_8 two_file_test_main.o ver_test_8_1.so ver_test_8_2.so -lz
+`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]*//'` -c -fpic -o ver_test_9.o ../../../Paul_Desmond/gold/testsuite/ver_test_9.cc
+`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]*//'` -c -fpic -o ver_test_5.o ../../../Paul_Desmond/gold/testsuite/ver_test_5.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_5.script ver_test_5.o ver_test_4.so
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_9.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-R,. ver_test_9.o ver_test_5.so ver_test_4.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_9 ver_test_main.o ver_test_9.so -lz
+../../binutils/ar rc ver_test_11.a ver_test_1.o ver_test_2.o ver_test_4.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_11 ver_test_main_2.o ver_test_11.a -lz
+gcctestdir/ld -r -o ver_test_12.o ver_test_1.o ver_test_2.o ver_test_4.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o ver_test_12 ver_test_main_2.o ver_test_12.o -lz
+`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 protected_main_1.o -MD -MP -MF .deps/protected_main_1.Tpo -c -o protected_main_1.o ../../../Paul_Desmond/gold/testsuite/protected_main_1.cc
+mv -f .deps/protected_main_1.Tpo .deps/protected_main_1.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 protected_main_2.o -MD -MP -MF .deps/protected_main_2.Tpo -c -o protected_main_2.o ../../../Paul_Desmond/gold/testsuite/protected_main_2.cc
+mv -f .deps/protected_main_2.Tpo .deps/protected_main_2.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 protected_main_3.o -MD -MP -MF .deps/protected_main_3.Tpo -c -o protected_main_3.o ../../../Paul_Desmond/gold/testsuite/protected_main_3.cc
+mv -f .deps/protected_main_3.Tpo .deps/protected_main_3.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]*//'` -c -fpic -o protected_1_pic.o ../../../Paul_Desmond/gold/testsuite/protected_1.cc
+`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]*//'` -c -fpic -o protected_2_pic.o ../../../Paul_Desmond/gold/testsuite/protected_2.cc
+`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]*//'` -c -fpic -o protected_3_pic.o ../../../Paul_Desmond/gold/testsuite/protected_3.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o protected_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared protected_1_pic.o protected_2_pic.o protected_3_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o protected_1 protected_main_1.o protected_main_2.o protected_main_3.o protected_1.so -lz
+`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 protected_3.o -MD -MP -MF .deps/protected_3.Tpo -c -o protected_3.o ../../../Paul_Desmond/gold/testsuite/protected_3.cc
+mv -f .deps/protected_3.Tpo .deps/protected_3.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o protected_2 protected_main_1.o protected_3.o protected_1.so -lz
+`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 relro_test_main.o -MD -MP -MF .deps/relro_test_main.Tpo -c -o relro_test_main.o ../../../Paul_Desmond/gold/testsuite/relro_test_main.cc
+mv -f .deps/relro_test_main.Tpo .deps/relro_test_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]*//'` -c -fpic -o relro_test_pic.o ../../../Paul_Desmond/gold/testsuite/relro_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o relro_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro relro_test_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_test relro_test_main.o relro_test.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o relro_now_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro -Wl,-z,now relro_test_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir -Wl,-R,. -Wl,-z,relro -Wl,-z,now -o relro_now_test relro_test_main.o relro_now_test.so -lz
+../../binutils/strip-new -o relro_strip_test.so relro_test.so
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_strip_test relro_test_main.o relro_strip_test.so -lz
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o relro_script_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro -T ../../../Paul_Desmond/gold/testsuite/relro_script_test.t relro_test_pic.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_script_test relro_test_main.o relro_script_test.so -lz
+`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 script_test_1.o -MD -MP -MF .deps/script_test_1.Tpo -c -o script_test_1.o ../../../Paul_Desmond/gold/testsuite/script_test_1.cc
+mv -f .deps/script_test_1.Tpo .deps/script_test_1.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -T ../../../Paul_Desmond/gold/testsuite/script_test_1.t -o script_test_1 script_test_1.o -lz
+`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 script_test_2.o -MD -MP -MF .deps/script_test_2.Tpo -c -o script_test_2.o ../../../Paul_Desmond/gold/testsuite/script_test_2.cc
+mv -f .deps/script_test_2.Tpo .deps/script_test_2.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 script_test_2a.o -MD -MP -MF .deps/script_test_2a.Tpo -c -o script_test_2a.o ../../../Paul_Desmond/gold/testsuite/script_test_2a.cc
+mv -f .deps/script_test_2a.Tpo .deps/script_test_2a.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 script_test_2b.o -MD -MP -MF .deps/script_test_2b.Tpo -c -o script_test_2b.o ../../../Paul_Desmond/gold/testsuite/script_test_2b.cc
+mv -f .deps/script_test_2b.Tpo .deps/script_test_2b.Po
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -T ../../../Paul_Desmond/gold/testsuite/script_test_2.t -o script_test_2 script_test_2.o script_test_2a.o script_test_2b.o -lz
+`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 justsyms_1.o -MD -MP -MF .deps/justsyms_1.Tpo -c -o justsyms_1.o ../../../Paul_Desmond/gold/testsuite/justsyms_1.cc
+mv -f .deps/justsyms_1.Tpo .deps/justsyms_1.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]*//'` -c -o justsyms_2.o ../../../Paul_Desmond/gold/testsuite/justsyms_2.cc
+gcctestdir/ld -o justsyms_2r.o -r -T ../../../Paul_Desmond/gold/testsuite/justsyms.t justsyms_2.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,justsyms_2r.o -o justsyms justsyms_1.o -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 justsyms_exec.o -MD -MP -MF .deps/justsyms_exec.Tpo -c -o justsyms_exec.o ../../../Paul_Desmond/gold/testsuite/justsyms_exec.c
+mv -f .deps/justsyms_exec.Tpo .deps/justsyms_exec.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]]*//'` -c -o justsyms_lib.o ../../../Paul_Desmond/gold/testsuite/justsyms_lib.c
+gcctestdir/ld -o justsyms_lib -Ttext=0x1000200 -Tdata=0x2000000 -e exported_func justsyms_lib.o
+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,-R,justsyms_lib -o justsyms_exec justsyms_exec.o -lz
+`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 binary_test.o -MD -MP -MF .deps/binary_test.Tpo -c -o binary_test.o ../../../Paul_Desmond/gold/testsuite/binary_test.cc
+mv -f .deps/binary_test.Tpo .deps/binary_test.Po
+rm -f binary.txt
+ln -s ../../../Paul_Desmond/gold/testsuite/binary.in binary.txt
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,--format,binary,binary.txt,--format,elf -o binary_test binary_test.o -lz
+`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 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
+mv -f .deps/thin_archive_test_1.Tpo .deps/thin_archive_test_1.Po
+test -d alt || mkdir -p alt
+`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]*//'` -c -o alt/thin_archive_test_2.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_2.cc
+rm -f libthin1.a
+../../binutils/ar crT libthin1.a thin_archive_test_1.o alt/thin_archive_test_2.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_test_3.o -MD -MP -MF .deps/thin_archive_test_3.Tpo -c -o thin_archive_test_3.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_3.cc
+mv -f .deps/thin_archive_test_3.Tpo .deps/thin_archive_test_3.Po
+test -d alt || mkdir -p alt
+`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]*//'` -c -o alt/thin_archive_test_4.o ../../../Paul_Desmond/gold/testsuite/thin_archive_test_4.cc
+rm -f alt/libthin2.a
+../../binutils/ar crT alt/libthin2.a thin_archive_test_3.o alt/thin_archive_test_4.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Lalt -o thin_archive_test_1 thin_archive_main.o libthin1.a -lthin2 -lz
+rm -f libthin3.a
+../../binutils/ar crT libthin3.a thin_archive_test_1.o alt/thin_archive_test_4.o
+rm -f alt/libthin4.a
+../../binutils/ar crT alt/libthin4.a alt/thin_archive_test_2.o thin_archive_test_3.o
+rm -f libthinall.a
+../../binutils/ar crT libthinall.a libthin3.a alt/libthin4.a
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -L. -o thin_archive_test_2 thin_archive_main.o -lthinall -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 exclude_libs_test.o -MD -MP -MF .deps/exclude_libs_test.Tpo -c -o exclude_libs_test.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test.c
+mv -f .deps/exclude_libs_test.Tpo .deps/exclude_libs_test.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 exclude_libs_test_1.o -MD -MP -MF .deps/exclude_libs_test_1.Tpo -c -o exclude_libs_test_1.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test_1.c
+mv -f .deps/exclude_libs_test_1.Tpo .deps/exclude_libs_test_1.Po
+../../binutils/ar rc libexclude_libs_test_1.a exclude_libs_test_1.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 exclude_libs_test_2.o -MD -MP -MF .deps/exclude_libs_test_2.Tpo -c -o exclude_libs_test_2.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test_2.c
+mv -f .deps/exclude_libs_test_2.Tpo .deps/exclude_libs_test_2.Po
+../../binutils/ar rc libexclude_libs_test_2.a exclude_libs_test_2.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 exclude_libs_test_3.o -MD -MP -MF .deps/exclude_libs_test_3.Tpo -c -o exclude_libs_test_3.o ../../../Paul_Desmond/gold/testsuite/exclude_libs_test_3.c
+mv -f .deps/exclude_libs_test_3.Tpo .deps/exclude_libs_test_3.Po
+test -d alt || mkdir -p alt
+../../binutils/ar rc alt/libexclude_libs_test_3.a exclude_libs_test_3.o
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -L. -Lalt -Wl,--exclude-libs,dummy:libexclude_libs_test_1 -Wl,--exclude-libs,libexclude_libs_test_3 -o exclude_libs_test exclude_libs_test.o -lexclude_libs_test_1 -lexclude_libs_test_2 alt/libexclude_libs_test_3.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]]*//'` -g -c -Wa,-L -o local_labels_test.o ../../../Paul_Desmond/gold/testsuite/ver_test_6.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 local_labels_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ local_labels_test.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 -Wa,-L -o discard_locals_test.o ../../../Paul_Desmond/gold/testsuite/discard_locals_test.c
+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,--discard-locals -o discard_locals_test discard_locals_test.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lz
+umask 022; \
+ rm -f permission_test; \
+ touch permission_test; \
+ chmod 600 permission_test; \
+ `echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o permission_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_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]*//'` -MT searched_file_test.o -MD -MP -MF .deps/searched_file_test.Tpo -c -o searched_file_test.o ../../../Paul_Desmond/gold/testsuite/searched_file_test.cc
+mv -f .deps/searched_file_test.Tpo .deps/searched_file_test.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]*//'` -c -o searched_file_test_lib.o ../../../Paul_Desmond/gold/testsuite/searched_file_test_lib.cc
+test -d alt || mkdir -p alt
+../../binutils/ar rc alt/searched_file_test_lib.a searched_file_test_lib.o
+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
+`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 -o ifuncdep1.o ../../../Paul_Desmond/gold/testsuite/ifuncmod1.c
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain1static ifuncmain1.o ifuncdep1.o -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 -fPIC -o ifuncmain1pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1.c
+`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 -fPIC -o ifuncmod1.o ../../../Paul_Desmond/gold/testsuite/ifuncmod1.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 ifuncmain1picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain1pic.o ifuncmod1.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 ifuncmod1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod1.o
+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,-R,. -o ifuncmain1 ifuncmain1.o ifuncmod1.so -lz
+`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
+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,-R,. -o ifuncmain1vis ifuncmain1vis.o ifuncmod1.so -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 -fPIC -o ifuncmain1vispic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1vis.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 ifuncmain1vispic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.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 ifuncmain1staticpic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.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 ifuncmain1pie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1.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 ifuncmain1pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1pie.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]]*//'` -c -fPIE -o ifuncmain1vispie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1vis.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 ifuncmain1vispie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1vispie.o ifuncmod1.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 ifuncmain1staticpie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1pie.o ifuncmod1.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 ifuncmain2.o -MD -MP -MF .deps/ifuncmain2.Tpo -c -o ifuncmain2.o ../../../Paul_Desmond/gold/testsuite/ifuncmain2.c
+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
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain2static ifuncmain2.o ifuncdep2.o -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 -fPIC -o ifuncmain2pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain2.c
+`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 -fPIC -o ifuncdep2pic.o ../../../Paul_Desmond/gold/testsuite/ifuncdep2.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 ifuncmain2picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain2pic.o ifuncdep2pic.o
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain2 ifuncmain2.o ifuncdep2.o -lz
+`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
+`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 -fPIC -o ifuncmod3.o ../../../Paul_Desmond/gold/testsuite/ifuncmod3.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 ifuncmod3.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod3.o
+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
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain4static ifuncmain4.o -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 -fPIC -o ifuncmain4pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain4.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 ifuncmain4picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain4pic.o
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain4 ifuncmain4.o -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 ifuncmain5.o -MD -MP -MF .deps/ifuncmain5.Tpo -c -o ifuncmain5.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.c
+mv -f .deps/ifuncmain5.Tpo .deps/ifuncmain5.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]]*//'` -c -o ifuncdep5.o ../../../Paul_Desmond/gold/testsuite/ifuncmod5.c
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain5static ifuncmain5.o ifuncdep5.o -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 -fPIC -o ifuncmain5pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.c
+`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 -fPIC -o ifuncmod5.o ../../../Paul_Desmond/gold/testsuite/ifuncmod5.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 ifuncmain5picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain5pic.o ifuncmod5.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 ifuncmod5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod5.o
+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,-R,. -o ifuncmain5 ifuncmain5.o ifuncmod5.so -lz
+`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
+`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 ifuncmain5pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain5pie.o ifuncmod5.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]]*//'` -c -fPIE -o ifuncmain6pie.o ../../../Paul_Desmond/gold/testsuite/ifuncmain6pie.c
+`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 -fPIC -o ifuncmod6.o ../../../Paul_Desmond/gold/testsuite/ifuncmod6.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 ifuncmod6.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod6.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 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
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain7static ifuncmain7.o -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 -fPIC -o ifuncmain7pic.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 ifuncmain7picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain7pic.o
+gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain7 ifuncmain7.o -lz
+`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
+`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 ifuncvar3.o -MD -MP -MF .deps/ifuncvar3.Tpo -c -o ifuncvar3.o ../../../Paul_Desmond/gold/testsuite/ifuncvar3.c
+mv -f .deps/ifuncvar3.Tpo .deps/ifuncvar3.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]]*//'` -c -fPIC -o ifuncvar1_pic.o ../../../Paul_Desmond/gold/testsuite/ifuncvar1.c
+`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 -fPIC -o ifuncvar2_pic.o ../../../Paul_Desmond/gold/testsuite/ifuncvar2.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 ifuncvar.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncvar1_pic.o ifuncvar2_pic.o
+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,-R,. -o ifuncvar ifuncvar3.o ifuncvar.so -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 start_lib_test_main.o -MD -MP -MF .deps/start_lib_test_main.Tpo -c -o start_lib_test_main.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_main.c
+mv -f .deps/start_lib_test_main.Tpo .deps/start_lib_test_main.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 start_lib_test_1.o -MD -MP -MF .deps/start_lib_test_1.Tpo -c -o start_lib_test_1.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_1.c
+mv -f .deps/start_lib_test_1.Tpo .deps/start_lib_test_1.Po
+../../binutils/ar rc libstart_lib_test.a start_lib_test_1.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 start_lib_test_2.o -MD -MP -MF .deps/start_lib_test_2.Tpo -c -o start_lib_test_2.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_2.c
+mv -f .deps/start_lib_test_2.Tpo .deps/start_lib_test_2.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 start_lib_test_3.o -MD -MP -MF .deps/start_lib_test_3.Tpo -c -o start_lib_test_3.o ../../../Paul_Desmond/gold/testsuite/start_lib_test_3.c
+mv -f .deps/start_lib_test_3.Tpo .deps/start_lib_test_3.Po
+`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 start_lib_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o start_lib_test start_lib_test_main.o -L. -lstart_lib_test \
+ -Wl,--start-lib start_lib_test_2.o start_lib_test_3.o -Wl,--end-lib
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/incremental_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/gc_comdat_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/gc_tls_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/gc_orphan_section_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/pr14265.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_keep_unique_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_safe_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_safe_so_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/final_layout.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_preemptible_functions_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_string_merge_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/icf_sht_rel_addend_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/two_file_shared.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/weak_plt.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/debug_msg.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/undef_symbol.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_1.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_2.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_4.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_5.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_7.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_test_10.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/relro_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/ver_matching_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_3.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_4.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_5.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_6.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_7.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_8.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_9.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/dynamic_list.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/exclude_libs_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/discard_locals_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/hidden_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/retain_symbols_file_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/no_version_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/strong_ref_weak_def.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/dyn_weak_ref.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/memory_test.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/script_test_10.sh'.
+make[5]: Nothing to be done for `../../../Paul_Desmond/gold/testsuite/split_i386.sh'.
+`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]]*//'` -O0 -c -ffunction-sections -g -o incremental_test_1.o ../../../Paul_Desmond/gold/testsuite/incremental_test_1.c
+`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]]*//'` -O0 -c -ffunction-sections -g -o incremental_test_2.o ../../../Paul_Desmond/gold/testsuite/incremental_test_2.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 incremental_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--incremental-full incremental_test_1.o incremental_test_2.o -Wl,-debug 2> incremental_test.cmdline
+../incremental-dump incremental_test > incremental_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 gc_comdat_test_1.o ../../../Paul_Desmond/gold/testsuite/gc_comdat_test_1.cc
+`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 gc_comdat_test_2.o ../../../Paul_Desmond/gold/testsuite/gc_comdat_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o gc_comdat_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_comdat_test_1.o gc_comdat_test_2.o
+../../binutils/nm-new -C gc_comdat_test > gc_comdat_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 -g -o gc_tls_test.o ../../../Paul_Desmond/gold/testsuite/gc_tls_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o gc_tls_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_tls_test.o
+../../binutils/nm-new -C gc_tls_test > gc_tls_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 -g -o gc_orphan_section_test.o ../../../Paul_Desmond/gold/testsuite/gc_orphan_section_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o gc_orphan_section_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_orphan_section_test.o
+../../binutils/nm-new gc_orphan_section_test > gc_orphan_section_test.stdout
+`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]]*//'` -O0 -c -o pr14265.o ../../../Paul_Desmond/gold/testsuite/pr14265.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 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 -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
+../../binutils/nm-new icf_safe_test > icf_safe_test_1.stdout
+../../binutils/readelf -h icf_safe_test > icf_safe_test_2.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 -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
+../../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
+`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 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 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 -fPIC -g -o icf_preemptible_functions_test.o ../../../Paul_Desmond/gold/testsuite/icf_preemptible_functions_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_preemptible_functions_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_preemptible_functions_test.o -fPIC -shared
+../../binutils/nm-new icf_preemptible_functions_test > icf_preemptible_functions_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 -fPIC -g -o icf_string_merge_test.o ../../../Paul_Desmond/gold/testsuite/icf_string_merge_test.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_string_merge_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_string_merge_test.o
+../../binutils/nm-new icf_string_merge_test > icf_string_merge_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 -fPIC -g -o icf_sht_rel_addend_test_1.o ../../../Paul_Desmond/gold/testsuite/icf_sht_rel_addend_test_1.cc
+`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_sht_rel_addend_test_2.o ../../../Paul_Desmond/gold/testsuite/icf_sht_rel_addend_test_2.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o icf_sht_rel_addend_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_sht_rel_addend_test_1.o icf_sht_rel_addend_test_2.o
+../../binutils/nm-new icf_sht_rel_addend_test > icf_sht_rel_addend_test.stdout
+../../binutils/readelf -w two_file_shared.so >two_file_shared.dbg 2>/dev/null
+`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]*//'` -c -fpic -o weak_plt_shared_pic.o ../../../Paul_Desmond/gold/testsuite/weak_plt_shared.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o weak_plt_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_plt_shared_pic.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 -g -c -w -o debug_msg.o ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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 -g -c -w -o odr_violation1.o ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -O2 -g -c -w -o odr_violation2.o ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg debug_msg.o odr_violation1.o odr_violation2.o 2>debug_msg.err
+test -d gcctestdir || mkdir -p gcctestdir
+rm -f gcctestdir/as
+(cd gcctestdir && ln -s [...]/tschwinge/Paul_Desmond.build/gold/../gas/as-new as)
+`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]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o debug_msg_cdebug.o ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o odr_violation1_cdebug.o ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -Bgcctestdir/ -O2 -g -Wa,--compress-debug-sections -c -w -o odr_violation2_cdebug.o ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg_cdebug.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_cdebug debug_msg_cdebug.o odr_violation1_cdebug.o odr_violation2_cdebug.o 2>debug_msg_cdebug.err
+`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]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o debug_msg.so ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o odr_violation1.so ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -Bgcctestdir/ -O2 -g -shared -fPIC -w -o odr_violation2.so ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg_so.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_so debug_msg.so odr_violation1.so odr_violation2.so 2>debug_msg_so.err
+`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]*//'` -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o debug_msg_ndebug.so ../../../Paul_Desmond/gold/testsuite/debug_msg.cc
+`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]*//'` -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o odr_violation1_ndebug.so ../../../Paul_Desmond/gold/testsuite/odr_violation1.cc
+`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]*//'` -Bgcctestdir/ -O2 -g0 -shared -fPIC -w -o odr_violation2_ndebug.so ../../../Paul_Desmond/gold/testsuite/odr_violation2.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o debug_msg_ndebug.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_ndebug debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so 2>debug_msg_ndebug.err
+`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 undef_symbol_main.o -MD -MP -MF .deps/undef_symbol_main.Tpo -c -o undef_symbol_main.o ../../../Paul_Desmond/gold/testsuite/undef_symbol_main.cc
+mv -f .deps/undef_symbol_main.Tpo .deps/undef_symbol_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]*//'` -O0 -g -c -fPIC ../../../Paul_Desmond/gold/testsuite/undef_symbol.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o undef_symbol.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared undef_symbol.o
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o undef_symbol.err -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so 2>undef_symbol.err
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o flagstest_o_ttext_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_o_ttext_2 flagstest_debug.o -Wl,-Ttext,0x400010 -Wl,-Tdata,0x800010
+../../binutils/readelf -s ver_test_1.so >ver_test_1.syms 2>/dev/null
+../../binutils/readelf -s ver_test_2 >ver_test_2.syms 2>/dev/null
+../../binutils/readelf -s ver_test_4.so >ver_test_4.syms 2>/dev/null
+../../binutils/readelf -s ver_test_5.so >ver_test_5.syms 2>/dev/null
+`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]*//'` -c -fpic -o ver_test_7.o ../../../Paul_Desmond/gold/testsuite/ver_test_7.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_7.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_4.script ver_test_4.o ver_test_7.o
+../../binutils/readelf -s ver_test_7.so >ver_test_7.syms 2>/dev/null
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_test_10.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,../../../Paul_Desmond/gold/testsuite/ver_test_10.script ver_test_2.o
+../../binutils/readelf -s ver_test_10.so >ver_test_10.syms 2>/dev/null
+`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]*//'` -c -fpic -o protected_4_pic.o ../../../Paul_Desmond/gold/testsuite/protected_4.cc
+g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o protected_3.err -Bgcctestdir/ -shared -o protected_4.so protected_4_pic.o 2>protected_3.err
+../../binutils/readelf -SlW relro_test.so > relro_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 -fpic -o ver_matching_def_pic.o ../../../Paul_Desmond/gold/testsuite/ver_matching_def.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o ver_matching_def.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -Bgcctestdir/ -shared ver_matching_def_pic.o -Wl,--version-script=../../../Paul_Desmond/gold/testsuite/version_script.map
+../../binutils/objdump -T ver_matching_def.so | ../../binutils/cxxfilt > ver_matching_test.stdout
+../../binutils/readelf -SlW script_test_3 > script_test_3.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_4.t
+../../binutils/readelf -SlW script_test_4 > script_test_4.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]*//'` -MT script_test_5.o -MD -MP -MF .deps/script_test_5.Tpo -c -o script_test_5.o ../../../Paul_Desmond/gold/testsuite/script_test_5.cc
+mv -f .deps/script_test_5.Tpo .deps/script_test_5.Po
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_5 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_5.o -T ../../../Paul_Desmond/gold/testsuite/script_test_5.t
+../../binutils/readelf -SW script_test_5 > script_test_5.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_6 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_6.t \
+ -Wl,-Ttext=0x10001000 -Wl,-Tdata=0x10200000 -Wl,-Tbss=0x10400000
+../../binutils/readelf -SlW script_test_6 > script_test_6.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_7 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_7.t
+../../binutils/readelf -SlW script_test_7 > script_test_7.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_8 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -T ../../../Paul_Desmond/gold/testsuite/script_test_7.t \
+ -Wl,-Ttext=0x20001000 -Wl,-Tdata=0x20200000 -Wl,-Tbss=0x20400000
+../../binutils/readelf -SlW script_test_8 > script_test_8.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 -o script_test_9.o ../../../Paul_Desmond/gold/testsuite/script_test_9.cc
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o script_test_9 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_9.o -T ../../../Paul_Desmond/gold/testsuite/script_test_9.t
+../../binutils/readelf -lW script_test_9 > script_test_9.stdout
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o dynamic_list | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o \
+ -Wl,--dynamic-list ../../../Paul_Desmond/gold/testsuite/dynamic_list.t \
+ -Wl,--dynamic-list-data \
+ -Wl,--dynamic-list-cpp-new \
+ -Wl,--dynamic-list-cpp-typeinfo
+../../binutils/readelf -W --dyn-syms dynamic_list > dynamic_list.stdout
+../../binutils/readelf -sW exclude_libs_test >exclude_libs_test.syms 2>/dev/null
+../../binutils/readelf -sW discard_locals_test >discard_locals_test.syms 2>/dev/null
+`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 -Wa,-L -fPIC -o discard_locals_relocatable_test.o ../../../Paul_Desmond/gold/testsuite/discard_locals_relocatable_test.c
+../ld-new --discard-locals -relocatable -o discard_locals_relocatable_test1.out discard_locals_relocatable_test.o
+../../binutils/readelf -sW discard_locals_relocatable_test1.out >discard_locals_relocatable_test1.syms 2>/dev/null
+../ld-new --discard-all -relocatable -o discard_locals_relocatable_test2.out discard_locals_relocatable_test.o
+../../binutils/readelf -sW discard_locals_relocatable_test2.out >discard_locals_relocatable_test2.syms 2>/dev/null
+`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 hidden_test_main.o -MD -MP -MF .deps/hidden_test_main.Tpo -c -o hidden_test_main.o ../../../Paul_Desmond/gold/testsuite/hidden_test_main.c
+mv -f .deps/hidden_test_main.Tpo .deps/hidden_test_main.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]]*//'` -Bgcctestdir/ -g -shared -fPIC -w -o libhidden.so ../../../Paul_Desmond/gold/testsuite/hidden_test_1.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 hidden_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,-R,. hidden_test_main.o libhidden.so 2>hidden_test.err
+echo 'main' > retain_symbols_file_test.in
+echo 't1' >> retain_symbols_file_test.in
+echo '_ZN4t16bC1Ev' >> retain_symbols_file_test.in
+echo '_ZNK4t20a3getEv' >> retain_symbols_file_test.in
+echo '_Z3t18v' >> retain_symbols_file_test.in
+echo '__tcf_0' >> retain_symbols_file_test.in
+`echo g++-4.6 -W -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -o retain_symbols_file_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-retain-symbols-file,retain_symbols_file_test.in basic_pic_test.o
+../../binutils/nm-new -C retain_symbols_file_test.so > retain_symbols_file_test.stdout
+`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]]*//'` -o no_version_test.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/no_version_test.c
+gcctestdir/ld -shared -o libno_version_test.so no_version_test.o
+../../binutils/objdump -h libno_version_test.so > no_version_test.stdout
+`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]]*//'` -o strong_ref_weak_def_1.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/strong_ref_weak_def_1.c
+`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]]*//'` -o strong_ref_weak_def_2.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/strong_ref_weak_def_2.c
+gcctestdir/ld -shared -o strong_ref_weak_def_2.so strong_ref_weak_def_2.o
+gcctestdir/ld -shared -o strong_ref_weak_def_1.so strong_ref_weak_def_1.o \
+ strong_ref_weak_def_2.so
+../../binutils/readelf -sWD strong_ref_weak_def_1.so > strong_ref_weak_def.stdout
+`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]]*//'` -o dyn_weak_ref_1.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/dyn_weak_ref_1.c
+`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]]*//'` -o dyn_weak_ref_2.o -c -fPIC ../../../Paul_Desmond/gold/testsuite/dyn_weak_ref_2.c
+gcctestdir/ld -shared -o dyn_weak_ref_2.so dyn_weak_ref_2.o
+gcctestdir/ld -shared -o dyn_weak_ref_1.so dyn_weak_ref_2.so dyn_weak_ref_1.o
+../../binutils/readelf -sWD dyn_weak_ref_1.so > dyn_weak_ref.stdout
+`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]]*//'` -o memory_test.o -c ../../../Paul_Desmond/gold/testsuite/memory_test.s
+`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 memory_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -nostartfiles -nostdlib -z max-page-size=0x1000 -z common-page-size=0x1000 -T ../../../Paul_Desmond/gold/testsuite/memory_test.t -o memory_test memory_test.o
+../../binutils/readelf -lWS memory_test > memory_test.stdout
+../../gas/as-new -o script_test_10.o ../../../Paul_Desmond/gold/testsuite/script_test_10.s
+gcctestdir/ld -o script_test_10 script_test_10.o -T ../../../Paul_Desmond/gold/testsuite/script_test_10.t
+../../binutils/readelf -SW script_test_10 > script_test_10.stdout
+../../gas/as-new -o split_i386_1.o ../../../Paul_Desmond/gold/testsuite/split_i386_1.s
+../../gas/as-new -o split_i386_n.o ../../../Paul_Desmond/gold/testsuite/split_i386_n.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_1 split_i386_1.o split_i386_n.o
+../../binutils/objdump -d split_i386_1 > split_i386_1.stdout
+../../gas/as-new -o split_i386_2.o ../../../Paul_Desmond/gold/testsuite/split_i386_2.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_2 split_i386_2.o split_i386_n.o
+../../binutils/objdump -d split_i386_2 > split_i386_2.stdout
+../../gas/as-new -o split_i386_3.o ../../../Paul_Desmond/gold/testsuite/split_i386_3.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_3 split_i386_3.o split_i386_n.o > split_i386_3.stdout 2>&1 || exit 0
+../../gas/as-new -o split_i386_4.o ../../../Paul_Desmond/gold/testsuite/split_i386_4.s
+../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_i386_4 split_i386_4.o split_i386_n.o
+../../binutils/objdump -d split_i386_4 > split_i386_4.stdout
+../ld-new -r split_i386_1.o split_i386_n.o -o split_i386_r > split_i386_r.stdout 2>&1 || exit 0
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make check-TESTS
+make[5]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[6]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+PASS: incremental_test.sh
+PASS: gc_comdat_test.sh
+PASS: gc_tls_test.sh
+PASS: gc_orphan_section_test.sh
+PASS: pr14265.sh
+PASS: icf_test.sh
+PASS: icf_keep_unique_test.sh
+PASS: icf_safe_test.sh
+PASS: icf_safe_so_test.sh
+PASS: final_layout.sh
+PASS: icf_preemptible_functions_test.sh
+PASS: icf_string_merge_test.sh
+PASS: icf_sht_rel_addend_test.sh
+PASS: two_file_shared.sh
+PASS: weak_plt.sh
+FAIL: debug_msg.sh
+PASS: undef_symbol.sh
+PASS: ver_test_1.sh
+PASS: ver_test_2.sh
+PASS: ver_test_4.sh
+PASS: ver_test_5.sh
+PASS: ver_test_7.sh
+PASS: ver_test_10.sh
+FAIL: relro_test.sh
+PASS: ver_matching_test.sh
+PASS: script_test_3.sh
+PASS: script_test_4.sh
+PASS: script_test_5.sh
+PASS: script_test_6.sh
+PASS: script_test_7.sh
+PASS: script_test_8.sh
+PASS: script_test_9.sh
+PASS: dynamic_list.sh
+PASS: exclude_libs_test.sh
+PASS: discard_locals_test.sh
+PASS: hidden_test.sh
+PASS: retain_symbols_file_test.sh
+PASS: no_version_test.sh
+PASS: strong_ref_weak_def.sh
+PASS: dyn_weak_ref.sh
+PASS: memory_test.sh
+PASS: script_test_10.sh
+PASS: split_i386.sh
+PASS: object_unittest
+PASS: binary_unittest
+PASS: leb128_unittest
+PASS: icf_virtual_function_folding_test
+PASS: basic_test
+PASS: basic_pic_test
+PASS: basic_static_test
+PASS: basic_static_pic_test
+PASS: basic_pie_test
+PASS: constructor_test
+PASS: constructor_static_test
+PASS: two_file_test
+PASS: two_file_pic_test
+PASS: two_file_static_test
+PASS: two_file_shared_1_test
+PASS: two_file_shared_2_test
+PASS: two_file_shared_1_pic_2_test
+PASS: two_file_shared_2_pic_1_test
+PASS: two_file_same_shared_test
+PASS: two_file_separate_shared_12_test
+PASS: two_file_separate_shared_21_test
+PASS: two_file_relocatable_test
+PASS: two_file_pie_test
+PASS: two_file_shared_1_nonpic_test
+PASS: two_file_shared_2_nonpic_test
+PASS: two_file_same_shared_nonpic_test
+PASS: two_file_separate_shared_12_nonpic_test
+PASS: two_file_separate_shared_21_nonpic_test
+PASS: two_file_mixed_shared_test
+PASS: two_file_mixed_2_shared_test
+PASS: two_file_mixed_pie_test
+PASS: two_file_strip_test
+PASS: two_file_same_shared_strip_test
+PASS: common_test_1
+PASS: common_test_2
+PASS: exception_test
+PASS: exception_shared_1_test
+PASS: exception_shared_2_test
+PASS: exception_same_shared_test
+PASS: exception_separate_shared_12_test
+PASS: exception_separate_shared_21_test
+PASS: exception_static_test
+PASS: weak_test
+PASS: weak_undef_test
+PASS: weak_undef_nonpic_test
+PASS: weak_alias_test
+PASS: weak_plt
+PASS: copy_test
+PASS: tls_test
+PASS: tls_pic_test
+PASS: tls_pie_test
+PASS: tls_pie_pic_test
+PASS: tls_shared_test
+PASS: tls_shared_ie_test
+PASS: tls_shared_gd_to_ie_test
+PASS: tls_shared_gnu2_gd_to_ie_test
+PASS: tls_shared_gnu2_test
+PASS: tls_static_test
+PASS: tls_static_pic_test
+PASS: tls_shared_nonpic_test
+PASS: many_sections_test
+PASS: many_sections_r_test
+PASS: initpri1
+PASS: initpri2
+PASS: initpri3a
+PASS: flagstest_o_specialfile
+PASS: flagstest_compress_debug_sections
+PASS: flagstest_o_specialfile_and_compress_debug_sections
+PASS: flagstest_o_ttext_1
+PASS: ver_test
+PASS: ver_test_2
+PASS: ver_test_6
+PASS: ver_test_8
+PASS: ver_test_9
+PASS: ver_test_11
+PASS: ver_test_12
+PASS: protected_1
+PASS: protected_2
+PASS: relro_test
+PASS: relro_now_test
+PASS: relro_strip_test
+PASS: relro_script_test
+PASS: script_test_1
+PASS: script_test_2
+PASS: justsyms
+PASS: justsyms_exec
+PASS: binary_test
+PASS: script_test_3
+PASS: tls_phdrs_script_test
+PASS: tls_script_test
+PASS: thin_archive_test_1
+PASS: thin_archive_test_2
+PASS: exclude_libs_test
+PASS: local_labels_test
+PASS: discard_locals_test
+PASS: permission_test
+PASS: searched_file_test
+PASS: ifuncmain1static
+PASS: ifuncmain1picstatic
+PASS: ifuncmain1
+PASS: ifuncmain1pic
+PASS: ifuncmain1vis
+PASS: ifuncmain1vispic
+PASS: ifuncmain1staticpic
+PASS: ifuncmain1pie
+PASS: ifuncmain1vispie
+PASS: ifuncmain1staticpie
+PASS: ifuncmain2static
+PASS: ifuncmain2picstatic
+PASS: ifuncmain2
+PASS: ifuncmain2pic
+PASS: ifuncmain3
+PASS: ifuncmain4static
+PASS: ifuncmain4picstatic
+PASS: ifuncmain4
+PASS: ifuncmain5static
+PASS: ifuncmain5picstatic
+PASS: ifuncmain5
+PASS: ifuncmain5pic
+PASS: ifuncmain5staticpic
+PASS: ifuncmain5pie
+PASS: ifuncmain6pie
+PASS: ifuncmain7static
+PASS: ifuncmain7picstatic
+PASS: ifuncmain7
+PASS: ifuncmain7pic
+PASS: ifuncmain7pie
+PASS: ifuncvar
+PASS: start_lib_test
+============================
+2 of 172 tests failed
+See testsuite/test-suite.log
+============================
+make[6]: *** [test-suite.log] Error 1
+make[6]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[5]: *** [check-TESTS] Error 2
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold/testsuite'
+make[4]: *** [check-am] Error 2
+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[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
+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
+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
+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
+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
+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
+chmod +x bootstrap-test-r
+PASS: bootstrap-test-r
+==================
+All 2 tests passed
+==================
+make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[2]: *** [check-recursive] Error 1
+make[2]: Target `check' not remade because of errors.
+make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gold'
+make[1]: *** [check-gold] Error 2
make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
make check-recursive
make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
@@ -315,7 +1280,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 Sat Dec 15 15:50:12 2012
+Test Run By thomas on Sun Dec 16 09:51:44 2012
Native configuration is i686-pc-linux-gnu
=== ld tests ===
@@ -467,7 +1432,7 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
# of unexpected failures 1
# of expected failures 8
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121215
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121216
make[5]: *** [check-DEJAGNU] Error 1
make[5]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/ld'
diff --git a/binutils/kepler.SCHWINGE/test/binutils/binutils.sum b/binutils/kepler.SCHWINGE/test/binutils/binutils.sum
index 96967a5a..ed3f2c2f 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 Sat Dec 15 15:49:15 2012
+Test Run By thomas on Sun Dec 16 09:49:36 2012
Native configuration is i686-pc-linux-gnu
=== binutils tests ===
diff --git a/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum b/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum
index 35fe015d..1a683e17 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 Sat Dec 15 15:49:21 2012
+Test Run By thomas on Sun Dec 16 09:49:42 2012
Native configuration is i686-pc-linux-gnu
=== gas tests ===
@@ -511,5 +511,5 @@ Running [...]/tschwinge/Paul_Desmond/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
# of expected passes 379
-../as-new 2.23.51.20121215
+../as-new 2.23.51.20121216
diff --git a/binutils/kepler.SCHWINGE/test/ld/ld.sum b/binutils/kepler.SCHWINGE/test/ld/ld.sum
index 2d28a641..68f17700 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 Sat Dec 15 15:50:12 2012
+Test Run By thomas on Sun Dec 16 09:51:44 2012
Native configuration is i686-pc-linux-gnu
=== ld tests ===
@@ -996,5 +996,5 @@ Running [...]/tschwinge/Paul_Desmond/ld/testsuite/ld-xtensa/xtensa.exp ...
# of unexpected failures 1
# of expected failures 8
# of untested testcases 6
-[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121215
+[...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121216
diff --git a/binutils/log_build.diff b/binutils/log_build.diff
index cea3f207..3f3fd58a 100644
--- a/binutils/log_build.diff
+++ b/binutils/log_build.diff
@@ -1,5 +1,5 @@
---- toolchain/logs/binutils/kepler.SCHWINGE/log_build_ 2012-12-15 23:23:32.974582722 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/log_build_ 2012-12-15 23:23:32.990582724 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/log_build_ 2012-12-16 13:44:13.048214848 +0100
++++ toolchain/logs/binutils/coulomb.SCHWINGE/log_build_ 2012-12-16 13:44:13.084214849 +0100
@@ -278,12 +278,12 @@
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
@@ -190,7 +190,46 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -2289,7 +2268,7 @@
+@@ -2296,7 +2275,7 @@
+ checking for omp support... yes
+ checking for glibc >= 2.9... yes
+ checking for -frandom-seed support... yes
+-checking for glibc ifunc support... both
++checking for glibc ifunc support... dyn
+ Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror
+ checking sys/mman.h usability... yes
+ checking sys/mman.h presence... yes
+@@ -2306,7 +2285,7 @@
+ checking for pread... yes
+ checking for ftruncate... yes
+ checking for ffsll... yes
+-checking mremap with MREMAP_MAYMOVE... yes
++checking mremap with MREMAP_MAYMOVE... no
+ checking for library containing zlibVersion... -lz
+ checking zlib.h usability... yes
+ checking zlib.h presence... yes
+@@ -2336,7 +2315,7 @@
+ checking for byteswap.h... yes
+ checking for mallinfo... yes
+ checking for posix_fallocate... yes
+-checking for fallocate... yes
++checking for fallocate... no
+ checking for readv... yes
+ checking for sysconf... yes
+ checking for times... yes
+@@ -2498,8 +2477,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
++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=mremap.o -g -O2 -MT mremap.o -MD -MP -MF .deps/mremap.Tpo -c -o mremap.o ../../Paul_Desmond/gold/mremap.c
++mv -f .deps/mremap.Tpo .deps/mremap.Po
+ rm -f libgold.a
+-ar cru libgold.a archive.o attributes.o binary.o common.o compressed_output.o copy-relocs.o cref.o defstd.o descriptors.o dirsearch.o dynobj.o dwarf_reader.o ehframe.o errors.o expression.o fileread.o gc.o gdb-index.o gold.o gold-threads.o icf.o incremental.o int_encoding.o layout.o mapfile.o merge.o nacl.o object.o options.o output.o parameters.o plugin.o readsyms.o reduced_debug_output.o reloc.o resolve.o script-sections.o script.o stringpool.o symtab.o target.o target-select.o timer.o version.o workqueue.o workqueue-threads.o yyscript.o
++ar cru libgold.a archive.o attributes.o binary.o common.o compressed_output.o copy-relocs.o cref.o defstd.o descriptors.o dirsearch.o dynobj.o dwarf_reader.o ehframe.o errors.o expression.o fileread.o gc.o gdb-index.o gold.o gold-threads.o icf.o incremental.o int_encoding.o layout.o mapfile.o merge.o nacl.o object.o options.o output.o parameters.o plugin.o readsyms.o reduced_debug_output.o reloc.o resolve.o script-sections.o script.o stringpool.o symtab.o target.o target-select.o timer.o version.o workqueue.o workqueue-threads.o yyscript.o mremap.o
+ 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
+@@ -2581,7 +2562,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
@@ -199,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
-@@ -2310,7 +2289,7 @@
+@@ -2602,7 +2583,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
@@ -208,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
-@@ -2538,7 +2517,7 @@
+@@ -2830,7 +2811,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
@@ -217,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
-@@ -2559,7 +2538,7 @@
+@@ -2851,7 +2832,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
@@ -226,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
-@@ -2575,7 +2554,7 @@
+@@ -2867,7 +2848,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
@@ -235,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
-@@ -2661,13 +2640,13 @@
+@@ -2953,13 +2934,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! */";\
@@ -251,7 +290,7 @@
| sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
echo " &ld_${f}_emulation, \\"; \
done;\
-@@ -2783,17 +2762,11 @@
+@@ -3075,17 +3056,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
diff --git a/binutils/log_install.diff b/binutils/log_install.diff
index 94475c45..b5cdddde 100644
--- a/binutils/log_install.diff
+++ b/binutils/log_install.diff
@@ -1,5 +1,5 @@
---- toolchain/logs/binutils/kepler.SCHWINGE/log_install_ 2012-12-15 23:23:37.762582873 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/log_install_ 2012-12-15 23:23:37.766582875 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/log_install_ 2012-12-16 13:44:18.572215023 +0100
++++ toolchain/logs/binutils/coulomb.SCHWINGE/log_install_ 2012-12-16 13:44:18.596215022 +0100
@@ -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 2a772425..05cf58ba 100644
--- a/binutils/log_test.diff
+++ b/binutils/log_test.diff
@@ -1,24 +1,32 @@
---- toolchain/logs/binutils/kepler.SCHWINGE/log_test_ 2012-12-15 23:23:52.458583339 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/log_test_ 2012-12-15 23:23:52.458583339 +0100
-@@ -52,7 +52,7 @@
+--- toolchain/logs/binutils/kepler.SCHWINGE/log_test_ 2012-12-16 13:44:35.816215568 +0100
++++ toolchain/logs/binutils/coulomb.SCHWINGE/log_test_ 2012-12-16 13:44:35.828215568 +0100
+@@ -18,7 +18,6 @@
+ make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+ Making check in .
+ make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+-make[3]: Nothing to be done for `check-am'.
+ make[3]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+ Making check in po
+ make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
+@@ -52,7 +51,7 @@
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
--Test Run By thomas on Sat Dec 15 15:49:15 2012
-+Test Run By thomas on Sat Dec 15 19:12:37 2012
+-Test Run By thomas on Sun Dec 16 09:49:36 2012
++Test Run By thomas on Sun Dec 16 10:41:46 2012
Native configuration is [ARCH]
=== binutils tests ===
-@@ -130,7 +130,7 @@ Running [...]/tschwinge/Paul_Desmond/bin
+@@ -130,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 Sat Dec 15 15:49:21 2012
-+Test Run By thomas on Sat Dec 15 19:13:03 2012
+-Test Run By thomas on Sun Dec 16 09:49:42 2012
++Test Run By thomas on Sun Dec 16 10:42:14 2012
Native configuration is [ARCH]
=== gas tests ===
-@@ -184,6 +184,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -184,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 ...
@@ -27,14 +35,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 ...
-@@ -266,12 +268,18 @@ Running [...]/tschwinge/Paul_Desmond/gas
+@@ -266,12 +267,18 @@ Running [...]/tschwinge/Paul_Desmond/gas
=== gas Summary ===
-# of expected passes 379
+# of expected passes 378
+# of unexpected failures 1
- ../as-new 2.23.51.20121215
+ ../as-new 2.23.51.20121216
+make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
@@ -44,10 +52,151 @@
+make[2]: Target `check' not remade because of errors.
make[2]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/gas'
+make[1]: *** [check-gas] Error 2
- make[2]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
- make check-recursive
- make[3]: Entering directory `[...]/tschwinge/Paul_Desmond.build/gprof'
-@@ -308,14 +316,14 @@ Running [...]/tschwinge/Paul_Desmond/gas
+ 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'.
+@@ -312,7 +319,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'
+-make[4]: Nothing to be done for `all-am'.
+ make[4]: Leaving directory `[...]/tschwinge/Paul_Desmond.build/opcodes'
+ Making all in po
+ make[4]: Entering directory `[...]/tschwinge/Paul_Desmond.build/opcodes/po'
+@@ -372,7 +378,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 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 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
+@@ -717,13 +723,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
+-`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 -o ifuncdep1.o ../../../Paul_Desmond/gold/testsuite/ifuncmod1.c
+-gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain1static ifuncmain1.o ifuncdep1.o -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 -fPIC -o ifuncmain1pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1.c
+ `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 -fPIC -o ifuncmod1.o ../../../Paul_Desmond/gold/testsuite/ifuncmod1.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 ifuncmain1picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain1pic.o ifuncmod1.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 ifuncmod1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod1.o
+ 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,-R,. -o ifuncmain1 ifuncmain1.o ifuncmod1.so -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 -fPIC -o ifuncmain1pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain1.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 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
+@@ -740,11 +743,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
+-gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain2static ifuncmain2.o ifuncdep2.o -lz
++gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain2 ifuncmain2.o ifuncdep2.o -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 -fPIC -o ifuncmain2pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain2.c
+ `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 -fPIC -o ifuncdep2pic.o ../../../Paul_Desmond/gold/testsuite/ifuncdep2.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 ifuncmain2picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain2pic.o ifuncdep2pic.o
+-gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain2 ifuncmain2.o ifuncdep2.o -lz
+ `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
+@@ -753,19 +754,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
+-gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain4static ifuncmain4.o -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 -fPIC -o ifuncmain4pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain4.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 ifuncmain4picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain4pic.o
+ gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain4 ifuncmain4.o -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 ifuncmain5.o -MD -MP -MF .deps/ifuncmain5.Tpo -c -o ifuncmain5.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.c
+ mv -f .deps/ifuncmain5.Tpo .deps/ifuncmain5.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]]*//'` -c -o ifuncdep5.o ../../../Paul_Desmond/gold/testsuite/ifuncmod5.c
+-gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain5static ifuncmain5.o ifuncdep5.o -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 -fPIC -o ifuncmain5pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.c
+ `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 -fPIC -o ifuncmod5.o ../../../Paul_Desmond/gold/testsuite/ifuncmod5.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 ifuncmain5picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain5pic.o ifuncmod5.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 ifuncmod5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod5.o
+ 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,-R,. -o ifuncmain5 ifuncmain5.o ifuncmod5.so -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 -fPIC -o ifuncmain5pic.o ../../../Paul_Desmond/gold/testsuite/ifuncmain5.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 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
+@@ -776,10 +771,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
+-gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -static -o ifuncmain7static ifuncmain7.o -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 -fPIC -o ifuncmain7pic.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 ifuncmain7picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain7pic.o
+ gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -o ifuncmain7 ifuncmain7.o -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 -fPIC -o ifuncmain7pic.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 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
+@@ -1034,8 +1027,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+ PASS: ver_test_5.sh
+ PASS: ver_test_7.sh
+ PASS: ver_test_10.sh
+-FAIL: relro_test.sh
+-PASS: ver_matching_test.sh
++PASS: relro_test.sh
++FAIL: ver_matching_test.sh
+ PASS: script_test_3.sh
+ PASS: script_test_4.sh
+ PASS: script_test_5.sh
+@@ -1141,8 +1134,8 @@ Running [...]/tschwinge/Paul_Desmond/gas
+ PASS: justsyms
+ PASS: justsyms_exec
+ PASS: binary_test
+-PASS: script_test_3
+-PASS: tls_phdrs_script_test
++FAIL: script_test_3
++FAIL: tls_phdrs_script_test
+ PASS: tls_script_test
+ PASS: thin_archive_test_1
+ PASS: thin_archive_test_2
+@@ -1151,8 +1144,6 @@ Running [...]/tschwinge/Paul_Desmond/gas
+ PASS: discard_locals_test
+ PASS: permission_test
+ PASS: searched_file_test
+-PASS: ifuncmain1static
+-PASS: ifuncmain1picstatic
+ PASS: ifuncmain1
+ PASS: ifuncmain1pic
+ PASS: ifuncmain1vis
+@@ -1161,30 +1152,22 @@ Running [...]/tschwinge/Paul_Desmond/gas
+ PASS: ifuncmain1pie
+ PASS: ifuncmain1vispie
+ PASS: ifuncmain1staticpie
+-PASS: ifuncmain2static
+-PASS: ifuncmain2picstatic
+ PASS: ifuncmain2
+ PASS: ifuncmain2pic
+ PASS: ifuncmain3
+-PASS: ifuncmain4static
+-PASS: ifuncmain4picstatic
+ PASS: ifuncmain4
+-PASS: ifuncmain5static
+-PASS: ifuncmain5picstatic
+ PASS: ifuncmain5
+ PASS: ifuncmain5pic
+ PASS: ifuncmain5staticpic
+ PASS: ifuncmain5pie
+ PASS: ifuncmain6pie
+-PASS: ifuncmain7static
+-PASS: ifuncmain7picstatic
+ PASS: ifuncmain7
+ PASS: ifuncmain7pic
+ PASS: ifuncmain7pie
+ PASS: ifuncvar
+ PASS: start_lib_test
+ ============================
+-2 of 172 tests failed
++4 of 162 tests failed
+ See testsuite/test-suite.log
+ ============================
+ make[6]: *** [test-suite.log] Error 1
+@@ -1273,14 +1256,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" \
@@ -59,12 +208,12 @@
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find tool init file
--Test Run By thomas on Sat Dec 15 15:50:12 2012
-+Test Run By thomas on Sat Dec 15 19:20:36 2012
+-Test Run By thomas on Sun Dec 16 09:51:44 2012
++Test Run By thomas on Sun Dec 16 11:12:25 2012
Native configuration is [ARCH]
=== ld tests ===
-@@ -372,6 +380,8 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -1337,6 +1320,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 ...
@@ -73,7 +222,7 @@
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 ...
-@@ -463,9 +473,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/
+@@ -1428,9 +1413,9 @@ Running [...]/tschwinge/Paul_Desmond/ld/
=== ld Summary ===
@@ -84,5 +233,5 @@
+# of unexpected failures 3
+# of expected failures 18
# of untested testcases 6
- [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121215
+ [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121216
diff --git a/binutils/test.diff b/binutils/test.diff
index 1efddccc..f8c65b5f 100644
--- a/binutils/test.diff
+++ b/binutils/test.diff
@@ -1,21 +1,21 @@
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 2012-12-15 23:23:40.110582944 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum 2012-12-15 23:23:52.354583336 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/test/binutils/binutils.sum 2012-12-16 13:44:21.168215105 +0100
++++ toolchain/logs/binutils/coulomb.SCHWINGE/test/binutils/binutils.sum 2012-12-16 13:44:35.748215566 +0100
@@ -1,5 +1,5 @@
--Test Run By thomas on Sat Dec 15 15:49:15 2012
+-Test Run By thomas on Sun Dec 16 09:49:36 2012
-Native configuration is i686-pc-linux-gnu
-+Test Run By thomas on Sat Dec 15 19:12:37 2012
++Test Run By thomas on Sun Dec 16 10:41:46 2012
+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 2012-12-15 23:23:40.110582944 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum 2012-12-15 23:23:52.386583337 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/test/gas/testsuite/gas.sum 2012-12-16 13:44:21.184215105 +0100
++++ toolchain/logs/binutils/coulomb.SCHWINGE/test/gas/testsuite/gas.sum 2012-12-16 13:44:35.764215565 +0100
@@ -1,5 +1,5 @@
--Test Run By thomas on Sat Dec 15 15:49:21 2012
+-Test Run By thomas on Sun Dec 16 09:49:42 2012
-Native configuration is i686-pc-linux-gnu
-+Test Run By thomas on Sat Dec 15 19:13:03 2012
++Test Run By thomas on Sun Dec 16 10:42:14 2012
+Native configuration is i686-unknown-gnu0.3
=== gas tests ===
@@ -37,15 +37,15 @@ diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/gas/testsu
-# of expected passes 379
+# of expected passes 378
+# of unexpected failures 1
- ../as-new 2.23.51.20121215
+ ../as-new 2.23.51.20121216
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 2012-12-15 23:23:40.110582944 +0100
-+++ toolchain/logs/binutils/coulomb.SCHWINGE/test/ld/ld.sum 2012-12-15 23:23:52.394583337 +0100
+--- toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum 2012-12-16 13:44:21.184215105 +0100
++++ toolchain/logs/binutils/coulomb.SCHWINGE/test/ld/ld.sum 2012-12-16 13:44:35.764215565 +0100
@@ -1,5 +1,5 @@
--Test Run By thomas on Sat Dec 15 15:50:12 2012
+-Test Run By thomas on Sun Dec 16 09:51:44 2012
-Native configuration is i686-pc-linux-gnu
-+Test Run By thomas on Sat Dec 15 19:20:36 2012
++Test Run By thomas on Sun Dec 16 11:12:25 2012
+Native configuration is i686-unknown-gnu0.3
=== ld tests ===
@@ -113,5 +113,5 @@ diff -Nrwu -F '^Running' toolchain/logs/binutils/kepler.SCHWINGE/test/ld/ld.sum
+# of unexpected failures 3
+# of expected failures 18
# of untested testcases 6
- [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121215
+ [...]/tschwinge/Paul_Desmond.build/ld/ld-new 2.23.51.20121216