From a866999a4001cf882d0546f43939e82c8c5006a7 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 14 Jun 2013 15:22:06 +0200 Subject: gdb: Use GCC 4.8. --- gdb/coulomb.SCHWINGE/log_build | 1508 +++++++++++--------- gdb/coulomb.SCHWINGE/log_install | 8 +- gdb/coulomb.SCHWINGE/log_test | 138 +- .../test/gdb/testsuite/gdb.ada/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.arch/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.asm/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.base1/gdb.sum | 155 +- .../test/gdb/testsuite/gdb.base2/gdb.sum | 122 +- .../test/gdb/testsuite/gdb.btrace/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.cell/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.cp/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.disasm/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.dwarf2/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.fortran/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.gdb/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.go/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.java/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.linespec/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.mi/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.modula2/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.multi/gdb.sum | 6 +- .../test/gdb/testsuite/gdb.objc/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.opencl/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.opt/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.pascal/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.python/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.reverse/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.server/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.stabs/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.threads/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.trace/gdb.sum | 4 +- .../test/gdb/testsuite/gdb.xml/gdb.sum | 2 +- gdb/kepler.SCHWINGE/log_build | 1492 ++++++++++--------- gdb/kepler.SCHWINGE/log_install | 8 +- gdb/kepler.SCHWINGE/log_test | 134 +- .../test/gdb/testsuite/gdb.ada/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.arch/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.asm/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.base1/gdb.sum | 8 +- .../test/gdb/testsuite/gdb.base2/gdb.sum | 122 +- .../test/gdb/testsuite/gdb.btrace/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.cell/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.cp/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.disasm/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.dwarf2/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.fortran/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.gdb/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.go/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.java/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.linespec/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.mi/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.modula2/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.multi/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.objc/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.opencl/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.opt/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.pascal/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.python/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.reverse/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.server/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.stabs/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.threads/gdb.sum | 2 +- .../test/gdb/testsuite/gdb.trace/gdb.sum | 4 +- .../test/gdb/testsuite/gdb.xml/gdb.sum | 2 +- gdb/log_build.diff | 527 ++++--- gdb/log_install.diff | 4 +- gdb/log_test.diff | 266 ++-- gdb/test.diff | 449 ++---- 68 files changed, 2747 insertions(+), 2310 deletions(-) diff --git a/gdb/coulomb.SCHWINGE/log_build b/gdb/coulomb.SCHWINGE/log_build index d5bd994e..32d6f94e 100644 --- a/gdb/coulomb.SCHWINGE/log_build +++ b/gdb/coulomb.SCHWINGE/log_build @@ -6,17 +6,17 @@ checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... gawk -checking for gcc... gcc-4.7 +checking for gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes -checking whether g++-4.7 accepts -g... yes +checking whether g++-4.8 accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... gnatbind checking for gnatmake... gnatmake @@ -102,20 +102,20 @@ 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 for i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking build system type... i686-unknown-gnu0.3 checking host system type... i686-unknown-gnu0.3 checking for i686-unknown-gnu0.3-ranlib... ranlib checking for library containing strerror... none required -checking how to run the C preprocessor... gcc-4.7 -E +checking how to run the C preprocessor... gcc-4.8 -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 @@ -226,25 +226,25 @@ checking for i686-unknown-gnu0.3-ar... ar checking for i686-unknown-gnu0.3-ranlib... ranlib checking whether to install libiberty headers and static library... no configure: target_header_dir = -checking for i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 -checking how to run the C preprocessor... gcc-4.7 -E -checking whether gcc-4.7 supports -W... yes -checking whether gcc-4.7 supports -Wall... yes -checking whether gcc-4.7 supports -Wwrite-strings... yes -checking whether gcc-4.7 supports -Wc++-compat... yes -checking whether gcc-4.7 supports -Wstrict-prototypes... yes -checking whether gcc-4.7 supports -pedantic ... yes -checking whether gcc-4.7 and cc understand -c and -o together... yes +checking how to run the C preprocessor... gcc-4.8 -E +checking whether gcc-4.8 supports -W... yes +checking whether gcc-4.8 supports -Wall... yes +checking whether gcc-4.8 supports -Wwrite-strings... yes +checking whether gcc-4.8 supports -Wc++-compat... yes +checking whether gcc-4.8 supports -Wstrict-prototypes... yes +checking whether gcc-4.8 supports -pedantic ... yes +checking whether gcc-4.8 and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for grep that handles long lines and -e... /bin/grep @@ -417,15 +417,15 @@ 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 i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes @@ -433,14 +433,14 @@ checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU -checking dependency style of gcc-4.7... gcc3 +checking dependency style of gcc-4.8... gcc3 checking for i686-unknown-gnu0.3-ar... ar checking for i686-unknown-gnu0.3-ranlib... ranlib -checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -460,7 +460,7 @@ checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F -checking for ld used by gcc-4.7... ld +checking for ld used by gcc-4.8... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm @@ -475,16 +475,16 @@ checking for i686-unknown-gnu0.3-ar... (cached) ar checking for i686-unknown-gnu0.3-strip... no checking for strip... strip checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib -checking command to parse nm output from gcc-4.7 object... ok +checking command to parse nm output from gcc-4.8 object... ok checking for dlfcn.h... yes checking for objdir... .libs -checking if gcc-4.7 supports -fno-rtti -fno-exceptions... no -checking for gcc-4.7 option to produce PIC... -fPIC -DPIC -checking if gcc-4.7 PIC flag -fPIC -DPIC works... yes -checking if gcc-4.7 static flag -static works... yes -checking if gcc-4.7 supports -c -o file.o... yes -checking if gcc-4.7 supports -c -o file.o... (cached) yes -checking whether the gcc-4.7 linker (ld) supports shared libraries... yes +checking if gcc-4.8 supports -fno-rtti -fno-exceptions... no +checking for gcc-4.8 option to produce PIC... -fPIC -DPIC +checking if gcc-4.8 PIC flag -fPIC -DPIC works... yes +checking if gcc-4.8 static flag -static works... yes +checking if gcc-4.8 supports -c -o file.o... yes +checking if gcc-4.8 supports -c -o file.o... (cached) yes +checking whether the gcc-4.8 linker (ld) supports shared libraries... yes checking dynamic linker characteristics... gnu0.3 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no @@ -637,245 +637,241 @@ if [ x"" != x ] && [ ! -d pic ]; then \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o pic/regex.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o pic/regex.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o regex.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o regex.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o cplus-dem.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o cp-demangle.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o pic/md5.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o pic/md5.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o md5.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o pic/sha1.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o pic/sha1.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o sha1.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o sha1.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o pic/alloca.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o pic/alloca.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o alloca.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o pic/argv.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o pic/argv.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o argv.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o pic/choose-temp.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o choose-temp.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o pic/concat.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o pic/concat.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o concat.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o pic/cp-demint.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o cp-demint.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o pic/crc32.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o pic/crc32.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o crc32.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o crc32.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o dwarfnames.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o dwarfnames.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o pic/dyn-string.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o dyn-string.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o pic/fdmatch.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o fdmatch.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o pic/fibheap.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o fibheap.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o filename_cmp.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o pic/floatformat.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o floatformat.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o pic/fnmatch.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o fnmatch.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o fopen_unlocked.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o pic/getopt.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o pic/getopt.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o getopt.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o pic/getopt1.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o getopt1.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o pic/getpwd.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o getpwd.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o pic/getruntime.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o getruntime.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o pic/hashtab.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o hashtab.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o hashtab.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o pic/hex.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o pic/hex.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o hex.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o pic/lbasename.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o lbasename.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o pic/lrealpath.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o lrealpath.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o make-relative-prefix.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o make-temp-file.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o pic/objalloc.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o objalloc.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o pic/obstack.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o pic/obstack.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o obstack.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o pic/partition.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o pic/partition.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o partition.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pic/pexecute.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pexecute.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o pic/physmem.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o pic/physmem.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o physmem.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o physmem.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pic/pex-common.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pex-common.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pic/pex-one.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pex-one.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pic/pex-unix.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pex-unix.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o safe-ctype.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o pic/simple-object.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o simple-object.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o simple-object.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o simple-object-coff.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o simple-object-elf.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o pic/sort.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o pic/sort.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o sort.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o sort.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o pic/spaces.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o pic/spaces.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o spaces.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o pic/splay-tree.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o splay-tree.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o pic/stack-limit.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o stack-limit.o -../../Ferry_Tagscherer/libiberty/stack-limit.c: In function 'stack_limit_increase': -../../Ferry_Tagscherer/libiberty/stack-limit.c:53:27: warning: use of C99 long long integer constant [-Wlong-long] -../../Ferry_Tagscherer/libiberty/stack-limit.c:55:28: warning: use of C99 long long integer constant [-Wlong-long] -../../Ferry_Tagscherer/libiberty/stack-limit.c:58:28: warning: use of C99 long long integer constant [-Wlong-long] +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o stack-limit.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o pic/strerror.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o pic/strerror.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o strerror.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o pic/strsignal.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o strsignal.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o timeval-utils.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o pic/xatexit.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o xatexit.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o pic/xexit.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o pic/xexit.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o xexit.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o pic/xmalloc.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o xmalloc.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o pic/xmemdup.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o xmemdup.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o pic/xstrdup.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o xstrdup.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o pic/xstrerror.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o xstrerror.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o pic/xstrndup.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o xstrndup.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o pic/setproctitle.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o setproctitle.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o setproctitle.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o @@ -910,7 +906,7 @@ Making info in doc make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/doc' make chew make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/doc' -gcc-4.7 -o chw$$ -g -O2 \ +gcc-4.8 -o chw$$ -g -O2 \ -I.. -I../../../Ferry_Tagscherer/bfd/doc/.. -I../../../Ferry_Tagscherer/bfd/doc/../../include -I../../../Ferry_Tagscherer/bfd/doc/../../intl -I../../intl ../../../Ferry_Tagscherer/bfd/doc/chew.c; \ /bin/dash ../../../Ferry_Tagscherer/bfd/doc/../../move-if-change chw$$ chew make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/doc' @@ -1140,131 +1136,131 @@ cp bfd-in3.h bfd-tmp.h /bin/dash ../../Ferry_Tagscherer/bfd/../move-if-change bfd-tmp.h bfd.h rm -f bfd-tmp.h touch stmp-bfd-h -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../Ferry_Tagscherer/bfd/archive.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../Ferry_Tagscherer/bfd/archive.c -o archive.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../Ferry_Tagscherer/bfd/archive.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../Ferry_Tagscherer/bfd/archive.c -o archive.o mv -f .deps/archive.Tpo .deps/archive.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/archures.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/archures.c -o archures.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/archures.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/archures.c -o archures.o mv -f .deps/archures.Tpo .deps/archures.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../Ferry_Tagscherer/bfd/bfd.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../Ferry_Tagscherer/bfd/bfd.c -o bfd.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../Ferry_Tagscherer/bfd/bfd.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../Ferry_Tagscherer/bfd/bfd.c -o bfd.o mv -f .deps/bfd.Tpo .deps/bfd.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../Ferry_Tagscherer/bfd/bfdio.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../Ferry_Tagscherer/bfd/bfdio.c -o bfdio.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../Ferry_Tagscherer/bfd/bfdio.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../Ferry_Tagscherer/bfd/bfdio.c -o bfdio.o mv -f .deps/bfdio.Tpo .deps/bfdio.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../Ferry_Tagscherer/bfd/bfdwin.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../Ferry_Tagscherer/bfd/bfdwin.c -o bfdwin.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../Ferry_Tagscherer/bfd/bfdwin.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../Ferry_Tagscherer/bfd/bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../Ferry_Tagscherer/bfd/cache.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../Ferry_Tagscherer/bfd/cache.c -o cache.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../Ferry_Tagscherer/bfd/cache.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../Ferry_Tagscherer/bfd/cache.c -o cache.o mv -f .deps/cache.Tpo .deps/cache.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../Ferry_Tagscherer/bfd/coffgen.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../Ferry_Tagscherer/bfd/coffgen.c -o coffgen.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../Ferry_Tagscherer/bfd/coffgen.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../Ferry_Tagscherer/bfd/coffgen.c -o coffgen.o mv -f .deps/coffgen.Tpo .deps/coffgen.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../Ferry_Tagscherer/bfd/corefile.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../Ferry_Tagscherer/bfd/corefile.c -o corefile.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../Ferry_Tagscherer/bfd/corefile.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../Ferry_Tagscherer/bfd/corefile.c -o corefile.o mv -f .deps/corefile.Tpo .deps/corefile.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../Ferry_Tagscherer/bfd/format.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../Ferry_Tagscherer/bfd/format.c -o format.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../Ferry_Tagscherer/bfd/format.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../Ferry_Tagscherer/bfd/format.c -o format.o mv -f .deps/format.Tpo .deps/format.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../Ferry_Tagscherer/bfd/init.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../Ferry_Tagscherer/bfd/init.c -o init.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../Ferry_Tagscherer/bfd/init.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../Ferry_Tagscherer/bfd/init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../Ferry_Tagscherer/bfd/libbfd.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../Ferry_Tagscherer/bfd/libbfd.c -o libbfd.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../Ferry_Tagscherer/bfd/libbfd.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../Ferry_Tagscherer/bfd/libbfd.c -o libbfd.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../Ferry_Tagscherer/bfd/opncls.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../Ferry_Tagscherer/bfd/opncls.c -o opncls.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../Ferry_Tagscherer/bfd/opncls.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../Ferry_Tagscherer/bfd/opncls.c -o opncls.o mv -f .deps/opncls.Tpo .deps/opncls.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../Ferry_Tagscherer/bfd/reloc.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../Ferry_Tagscherer/bfd/reloc.c -o reloc.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../Ferry_Tagscherer/bfd/reloc.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../Ferry_Tagscherer/bfd/reloc.c -o reloc.o mv -f .deps/reloc.Tpo .deps/reloc.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../Ferry_Tagscherer/bfd/section.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../Ferry_Tagscherer/bfd/section.c -o section.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../Ferry_Tagscherer/bfd/section.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../Ferry_Tagscherer/bfd/section.c -o section.o mv -f .deps/section.Tpo .deps/section.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../Ferry_Tagscherer/bfd/syms.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../Ferry_Tagscherer/bfd/syms.c -o syms.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../Ferry_Tagscherer/bfd/syms.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../Ferry_Tagscherer/bfd/syms.c -o syms.o mv -f .deps/syms.Tpo .deps/syms.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/targets.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/targets.c -o targets.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/targets.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/targets.c -o targets.o mv -f .deps/targets.Tpo .deps/targets.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../Ferry_Tagscherer/bfd/hash.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../Ferry_Tagscherer/bfd/hash.c -o hash.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../Ferry_Tagscherer/bfd/hash.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../Ferry_Tagscherer/bfd/hash.c -o hash.o mv -f .deps/hash.Tpo .deps/hash.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../Ferry_Tagscherer/bfd/linker.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../Ferry_Tagscherer/bfd/linker.c -o linker.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../Ferry_Tagscherer/bfd/linker.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../Ferry_Tagscherer/bfd/linker.c -o linker.o mv -f .deps/linker.Tpo .deps/linker.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../Ferry_Tagscherer/bfd/srec.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../Ferry_Tagscherer/bfd/srec.c -o srec.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../Ferry_Tagscherer/bfd/srec.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../Ferry_Tagscherer/bfd/srec.c -o srec.o mv -f .deps/srec.Tpo .deps/srec.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../Ferry_Tagscherer/bfd/binary.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../Ferry_Tagscherer/bfd/binary.c -o binary.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../Ferry_Tagscherer/bfd/binary.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../Ferry_Tagscherer/bfd/binary.c -o binary.o mv -f .deps/binary.Tpo .deps/binary.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../Ferry_Tagscherer/bfd/tekhex.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../Ferry_Tagscherer/bfd/tekhex.c -o tekhex.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../Ferry_Tagscherer/bfd/tekhex.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../Ferry_Tagscherer/bfd/tekhex.c -o tekhex.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../Ferry_Tagscherer/bfd/ihex.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../Ferry_Tagscherer/bfd/ihex.c -o ihex.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../Ferry_Tagscherer/bfd/ihex.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../Ferry_Tagscherer/bfd/ihex.c -o ihex.o mv -f .deps/ihex.Tpo .deps/ihex.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../Ferry_Tagscherer/bfd/stabs.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../Ferry_Tagscherer/bfd/stabs.c -o stabs.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../Ferry_Tagscherer/bfd/stabs.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../Ferry_Tagscherer/bfd/stabs.c -o stabs.o mv -f .deps/stabs.Tpo .deps/stabs.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../Ferry_Tagscherer/bfd/stab-syms.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../Ferry_Tagscherer/bfd/stab-syms.c -o stab-syms.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../Ferry_Tagscherer/bfd/stab-syms.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../Ferry_Tagscherer/bfd/stab-syms.c -o stab-syms.o mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../Ferry_Tagscherer/bfd/merge.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../Ferry_Tagscherer/bfd/merge.c -o merge.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../Ferry_Tagscherer/bfd/merge.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../Ferry_Tagscherer/bfd/merge.c -o merge.o mv -f .deps/merge.Tpo .deps/merge.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c -o dwarf2.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c -o dwarf2.o mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../Ferry_Tagscherer/bfd/simple.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../Ferry_Tagscherer/bfd/simple.c -o simple.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../Ferry_Tagscherer/bfd/simple.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../Ferry_Tagscherer/bfd/simple.c -o simple.o mv -f .deps/simple.Tpo .deps/simple.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../Ferry_Tagscherer/bfd/compress.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../Ferry_Tagscherer/bfd/compress.c -o compress.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../Ferry_Tagscherer/bfd/compress.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../Ferry_Tagscherer/bfd/compress.c -o compress.o mv -f .deps/compress.Tpo .deps/compress.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../Ferry_Tagscherer/bfd/verilog.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../Ferry_Tagscherer/bfd/verilog.c -o verilog.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../Ferry_Tagscherer/bfd/verilog.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../Ferry_Tagscherer/bfd/verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../Ferry_Tagscherer/bfd/elf32-i386.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-i386.c -o elf32-i386.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../Ferry_Tagscherer/bfd/elf32-i386.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-i386.c -o elf32-i386.o mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../Ferry_Tagscherer/bfd/elf-ifunc.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../Ferry_Tagscherer/bfd/elf-ifunc.c -o elf-ifunc.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../Ferry_Tagscherer/bfd/elf-ifunc.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../Ferry_Tagscherer/bfd/elf-ifunc.c -o elf-ifunc.o mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../Ferry_Tagscherer/bfd/elf-nacl.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../Ferry_Tagscherer/bfd/elf-nacl.c -o elf-nacl.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../Ferry_Tagscherer/bfd/elf-nacl.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../Ferry_Tagscherer/bfd/elf-nacl.c -o elf-nacl.o mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../Ferry_Tagscherer/bfd/elf-vxworks.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../Ferry_Tagscherer/bfd/elf-vxworks.c -o elf-vxworks.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../Ferry_Tagscherer/bfd/elf-vxworks.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../Ferry_Tagscherer/bfd/elf-vxworks.c -o elf-vxworks.o mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../Ferry_Tagscherer/bfd/elf32.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../Ferry_Tagscherer/bfd/elf32.c -o elf32.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../Ferry_Tagscherer/bfd/elf32.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../Ferry_Tagscherer/bfd/elf32.c -o elf32.o mv -f .deps/elf32.Tpo .deps/elf32.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../Ferry_Tagscherer/bfd/elf.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../Ferry_Tagscherer/bfd/elf.c -o elf.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../Ferry_Tagscherer/bfd/elf.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../Ferry_Tagscherer/bfd/elf.c -o elf.o mv -f .deps/elf.Tpo .deps/elf.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../Ferry_Tagscherer/bfd/elflink.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../Ferry_Tagscherer/bfd/elflink.c -o elflink.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../Ferry_Tagscherer/bfd/elflink.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../Ferry_Tagscherer/bfd/elflink.c -o elflink.o mv -f .deps/elflink.Tpo .deps/elflink.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../Ferry_Tagscherer/bfd/elf-attrs.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../Ferry_Tagscherer/bfd/elf-attrs.c -o elf-attrs.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../Ferry_Tagscherer/bfd/elf-attrs.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../Ferry_Tagscherer/bfd/elf-attrs.c -o elf-attrs.o mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../Ferry_Tagscherer/bfd/elf-strtab.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../Ferry_Tagscherer/bfd/elf-strtab.c -o elf-strtab.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../Ferry_Tagscherer/bfd/elf-strtab.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../Ferry_Tagscherer/bfd/elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../Ferry_Tagscherer/bfd/elf-eh-frame.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../Ferry_Tagscherer/bfd/elf-eh-frame.c -o elf-eh-frame.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../Ferry_Tagscherer/bfd/elf-eh-frame.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../Ferry_Tagscherer/bfd/elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../Ferry_Tagscherer/bfd/dwarf1.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../Ferry_Tagscherer/bfd/dwarf1.c -o dwarf1.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../Ferry_Tagscherer/bfd/dwarf1.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../Ferry_Tagscherer/bfd/dwarf1.c -o dwarf1.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../Ferry_Tagscherer/bfd/elf32-gen.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-gen.c -o elf32-gen.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../Ferry_Tagscherer/bfd/elf32-gen.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-gen.c -o elf32-gen.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../Ferry_Tagscherer/bfd/cpu-i386.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../Ferry_Tagscherer/bfd/cpu-i386.c -o cpu-i386.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../Ferry_Tagscherer/bfd/cpu-i386.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../Ferry_Tagscherer/bfd/cpu-i386.c -o cpu-i386.o mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo rm -f tofiles f=""; \ @@ -1277,7 +1273,7 @@ f=""; \ echo $f > tofiles /bin/dash ../../Ferry_Tagscherer/bfd/../move-if-change tofiles ofiles touch stamp-ofiles -/bin/dash ./libtool --tag=CC --mode=link gcc-4.7 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -o libbfd.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz +/bin/dash ./libtool --tag=CC --mode=link gcc-4.8 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -o libbfd.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-i386.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) @@ -1297,15 +1293,15 @@ 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 i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes @@ -1313,12 +1309,12 @@ checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU -checking dependency style of gcc-4.7... gcc3 -checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.7 +checking dependency style of gcc-4.8... gcc3 +checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1340,7 +1336,7 @@ checking for i686-unknown-gnu0.3-ranlib... ranlib checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F -checking for ld used by gcc-4.7... ld +checking for ld used by gcc-4.8... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm @@ -1355,16 +1351,16 @@ checking for i686-unknown-gnu0.3-ar... (cached) ar checking for i686-unknown-gnu0.3-strip... no checking for strip... strip checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib -checking command to parse nm output from gcc-4.7 object... ok +checking command to parse nm output from gcc-4.8 object... ok checking for dlfcn.h... yes checking for objdir... .libs -checking if gcc-4.7 supports -fno-rtti -fno-exceptions... no -checking for gcc-4.7 option to produce PIC... -fPIC -DPIC -checking if gcc-4.7 PIC flag -fPIC -DPIC works... yes -checking if gcc-4.7 static flag -static works... yes -checking if gcc-4.7 supports -c -o file.o... yes -checking if gcc-4.7 supports -c -o file.o... (cached) yes -checking whether the gcc-4.7 linker (ld) supports shared libraries... yes +checking if gcc-4.8 supports -fno-rtti -fno-exceptions... no +checking for gcc-4.8 option to produce PIC... -fPIC -DPIC +checking if gcc-4.8 PIC flag -fPIC -DPIC works... yes +checking if gcc-4.8 static flag -static works... yes +checking if gcc-4.8 supports -c -o file.o... yes +checking if gcc-4.8 supports -c -o file.o... (cached) yes +checking whether the gcc-4.8 linker (ld) supports shared libraries... yes checking dynamic linker characteristics... gnu0.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes @@ -1372,7 +1368,7 @@ checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -checking whether gcc-4.7 supports -Wmissing-field-initializers... yes +checking whether gcc-4.8 supports -Wmissing-field-initializers... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... yes @@ -1408,23 +1404,23 @@ make all-recursive make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/opcodes' Making all in . make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/opcodes' -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../Ferry_Tagscherer/opcodes/dis-buf.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-buf.c -o dis-buf.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../Ferry_Tagscherer/opcodes/dis-buf.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-buf.c -o dis-buf.o mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c -o disassemble.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c -o disassemble.o mv -f .deps/disassemble.Tpo .deps/disassemble.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../Ferry_Tagscherer/opcodes/dis-init.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-init.c -o dis-init.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../Ferry_Tagscherer/opcodes/dis-init.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-init.c -o dis-init.o mv -f .deps/dis-init.Tpo .deps/dis-init.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../../Ferry_Tagscherer/opcodes/i386-dis.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-dis.c -o i386-dis.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../../Ferry_Tagscherer/opcodes/i386-dis.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-dis.c -o i386-dis.o mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo ../../Ferry_Tagscherer/opcodes/i386-tbl.h -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../../Ferry_Tagscherer/opcodes/i386-opc.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-opc.c -o i386-opc.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../../Ferry_Tagscherer/opcodes/i386-opc.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-opc.c -o i386-opc.o mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo -/bin/dash ./libtool --tag=CC --mode=link gcc-4.7 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat ../bfd/libtool-soversion` -static-libstdc++ -static-libgcc -o libopcodes.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo +/bin/dash ./libtool --tag=CC --mode=link gcc-4.8 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat ../bfd/libtool-soversion` -static-libstdc++ -static-libgcc -o libopcodes.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.o libtool: link: ranlib .libs/libopcodes.a libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) @@ -1505,29 +1501,29 @@ mkdir -p -- ./libdecnumber Configuring in ./libdecnumber configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes -checking for i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for i686-unknown-gnu0.3-ranlib... ranlib checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader -checking whether gcc-4.7 supports -W... yes -checking whether gcc-4.7 supports -Wall... yes -checking whether gcc-4.7 supports -Wwrite-strings... yes -checking whether gcc-4.7 supports -Wstrict-prototypes... yes -checking whether gcc-4.7 supports -Wmissing-prototypes... yes -checking whether gcc-4.7 supports -Wold-style-definition... yes -checking whether gcc-4.7 supports -Wmissing-format-attribute... yes -checking whether gcc-4.7 supports -Wcast-qual... yes -checking whether gcc-4.7 supports -pedantic -Wlong-long... yes -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 supports -W... yes +checking whether gcc-4.8 supports -Wall... yes +checking whether gcc-4.8 supports -Wwrite-strings... yes +checking whether gcc-4.8 supports -Wstrict-prototypes... yes +checking whether gcc-4.8 supports -Wmissing-prototypes... yes +checking whether gcc-4.8 supports -Wold-style-definition... yes +checking whether gcc-4.8 supports -Wmissing-format-attribute... yes +checking whether gcc-4.8 supports -Wcast-qual... yes +checking whether gcc-4.8 supports -pedantic -Wlong-long... yes +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1572,15 +1568,15 @@ config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libdecnumber' -source='../../Ferry_Tagscherer/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decNumber.c -source='../../Ferry_Tagscherer/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decContext.c -source='../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c -source='../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c -source='../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c -source='../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c -source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c -source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c -source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c +source='../../Ferry_Tagscherer/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decNumber.c +source='../../Ferry_Tagscherer/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decContext.c +source='../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c +source='../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c +source='../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c +source='../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c +source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c +source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c +source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o ranlib libdecnumber.a @@ -1594,16 +1590,16 @@ checking host system type... i686-unknown-gnu0.3 Beginning configuration for readline-6.2 for i686-unknown-gnu0.3 checking whether make sets $(MAKE)... yes -checking for i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1620,7 +1616,7 @@ 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 gcc-4.7 needs -traditional... no +checking whether gcc-4.8 needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c checking for ar... ar checking for i686-unknown-gnu0.3-ranlib... ranlib @@ -1762,69 +1758,69 @@ config.status: creating config.h config.status: executing default commands make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/readline' rm -f readline.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/readline.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/readline.c rm -f vi_mode.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/vi_mode.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/vi_mode.c rm -f funmap.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/funmap.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/funmap.c rm -f keymaps.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/keymaps.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/keymaps.c rm -f parens.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/parens.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/parens.c rm -f search.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/search.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/search.c rm -f rltty.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/rltty.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/rltty.c rm -f complete.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/complete.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/complete.c rm -f bind.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/bind.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/bind.c rm -f isearch.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/isearch.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/isearch.c rm -f display.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/display.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/display.c rm -f signals.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/signals.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/signals.c rm -f util.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/util.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/util.c rm -f kill.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/kill.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/kill.c rm -f undo.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/undo.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/undo.c rm -f macro.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/macro.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/macro.c rm -f input.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/input.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/input.c rm -f callback.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/callback.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/callback.c rm -f terminal.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/terminal.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/terminal.c rm -f text.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/text.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/text.c rm -f nls.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/nls.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/nls.c rm -f misc.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/misc.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/misc.c rm -f compat.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/compat.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/compat.c rm -f xfree.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xfree.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xfree.c rm -f xmalloc.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xmalloc.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xmalloc.c rm -f history.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/history.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/history.c rm -f histexpand.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histexpand.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histexpand.c rm -f histfile.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histfile.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histfile.c rm -f histsearch.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histsearch.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histsearch.c rm -f shell.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/shell.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/shell.c rm -f mbutil.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/mbutil.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/mbutil.c rm -f tilde.o -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -DREADLINE_LIBRARY -c ../../Ferry_Tagscherer/readline/tilde.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -DREADLINE_LIBRARY -c ../../Ferry_Tagscherer/readline/tilde.c rm -f libreadline.a ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o test -n "ranlib" && ranlib libreadline.a @@ -1835,25 +1831,25 @@ make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/readline' mkdir -p -- ./sim Configuring in ./sim configure: creating cache ./config.cache -checking for i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for i686-unknown-gnu0.3-ar... ar checking for i686-unknown-gnu0.3-ranlib... ranlib 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 i686-unknown-gnu0.3-gcc... (cached) gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib configure: updating cache ./config.cache configure: creating ./config.status @@ -1862,16 +1858,16 @@ mkdir -p -- ./gdb Configuring in ./gdb configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no -checking for i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1893,26 +1889,26 @@ checking host system type... i686-unknown-gnu0.3 checking target system type... i686-unknown-gnu0.3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 -checking for gcc-4.7 option to accept ANSI C... none needed -checking dependency style of gcc-4.7... gcc3 +checking for gcc-4.8 option to accept ANSI C... none needed +checking dependency style of gcc-4.8... gcc3 checking for make... make checking whether make sets $(MAKE)... yes === configuring in build-gnulib ([...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib) -configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-unknown-gnu0.3' '--host=i686-unknown-gnu0.3' '--target=i686-unknown-gnu0.3' 'build_alias=i686-unknown-gnu0.3' 'host_alias=i686-unknown-gnu0.3' 'target_alias=i686-unknown-gnu0.3' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=./config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gnulib +configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-unknown-gnu0.3' '--host=i686-unknown-gnu0.3' '--target=i686-unknown-gnu0.3' 'build_alias=i686-unknown-gnu0.3' 'host_alias=i686-unknown-gnu0.3' 'target_alias=i686-unknown-gnu0.3' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=./config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gnulib configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no -checking for i686-unknown-gnu0.3-gcc... gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking build system type... i686-unknown-gnu0.3 checking host system type... i686-unknown-gnu0.3 -checking how to run the C preprocessor... gcc-4.7 -E +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1930,10 +1926,10 @@ checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for Minix Amsterdam compiler... no -checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed checking target system type... i686-unknown-gnu0.3 checking for working alloca.h... yes checking for alloca... yes @@ -2091,7 +2087,7 @@ checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU -checking dependency style of gcc-4.7... gcc3 +checking dependency style of gcc-4.8... gcc3 checking whether ln -s works... yes checking for i686-unknown-gnu0.3-ranlib... ranlib checking for i686-unknown-gnu0.3-ar... ar @@ -2416,23 +2412,23 @@ config.status: executing depdir commands mkdir -p -- .deps config.status: executing default commands === configuring in testsuite ([...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite) -configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/testsuite/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-unknown-gnu0.3' '--host=i686-unknown-gnu0.3' '--target=i686-unknown-gnu0.3' 'build_alias=i686-unknown-gnu0.3' 'host_alias=i686-unknown-gnu0.3' 'target_alias=i686-unknown-gnu0.3' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/testsuite +configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/testsuite/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-unknown-gnu0.3' '--host=i686-unknown-gnu0.3' '--target=i686-unknown-gnu0.3' 'build_alias=i686-unknown-gnu0.3' 'host_alias=i686-unknown-gnu0.3' 'target_alias=i686-unknown-gnu0.3' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/testsuite configure: loading cache .././config.cache checking build system type... (cached) i686-unknown-gnu0.3 checking host system type... (cached) i686-unknown-gnu0.3 checking target system type... (cached) i686-unknown-gnu0.3 checking for make... (cached) make checking whether make sets $(MAKE)... (cached) yes -checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.7 +checking for i686-unknown-gnu0.3-gcc... (cached) gcc-4.8 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed -checking how to run the C preprocessor... (cached) gcc-4.7 -E +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed +checking how to run the C preprocessor... (cached) gcc-4.8 -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes @@ -2835,11 +2831,11 @@ rm -f wctype.h-t wctype.h && \ make all-recursive make[7]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import' make[8]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import' -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/localcharset.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/localcharset.c mv -f .deps/localcharset.Tpo .deps/localcharset.Po -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/strnlen1.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/strnlen1.c mv -f .deps/strnlen1.Tpo .deps/strnlen1.Po -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/wctype-h.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/wctype-h.c mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po rm -f libgnu.a ar cru libgnu.a localcharset.o strnlen1.o wctype-h.o @@ -2859,223 +2855,377 @@ make[6]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnu make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib' make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib' make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' -gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/notify.defs \ +gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/notify.defs \ | mig -cc cat - /dev/null -sheader notify_S.h -server notify_S.c -user /dev/null -header /dev/null -gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/process_reply.defs \ +gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/process_reply.defs \ | mig -cc cat - /dev/null -sheader process_reply_S.h -server process_reply_S.raw -user /dev/null -header /dev/null \ && gawk -f ../../Ferry_Tagscherer/gdb/reply_mig_hack.awk < process_reply_S.raw > process_reply_S.c -gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/msg_reply.defs \ +gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/msg_reply.defs \ | mig -cc cat - /dev/null -sheader msg_reply_S.h -server msg_reply_S.raw -user /dev/null -header /dev/null \ && gawk -f ../../Ferry_Tagscherer/gdb/reply_mig_hack.awk < msg_reply_S.raw > msg_reply_S.c -gcc-4.7 -E -D'MSG_IMPORTS=waittime 1000;' -x c ../../Ferry_Tagscherer/gdb/msg.defs \ +gcc-4.8 -E -D'MSG_IMPORTS=waittime 1000;' -x c ../../Ferry_Tagscherer/gdb/msg.defs \ | mig -cc cat - /dev/null -sheader /dev/null -server /dev/null -user msg_U.c -header msg_U.h -gcc-4.7 -E -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ +gcc-4.8 -E -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ | mig -cc cat - /dev/null -sheader /dev/null -server /dev/null -user exc_request_U.c -header exc_request_U.h -gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ +gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ | mig -cc cat - /dev/null -sheader exc_request_S.h -server exc_request_S.c -user /dev/null -header /dev/null -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../Ferry_Tagscherer/gdb/gdb.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-tdep.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../Ferry_Tagscherer/gdb/i387-tdep.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-tdep.o -MT i386gnu-tdep.o -MMD -MP -MF .deps/i386gnu-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-tdep.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../Ferry_Tagscherer/gdb/solib-svr4.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../Ferry_Tagscherer/gdb/ser-base.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../Ferry_Tagscherer/gdb/ser-unix.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../Ferry_Tagscherer/gdb/ser-pipe.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../Ferry_Tagscherer/gdb/ser-tcp.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-nat.o -MT i386gnu-nat.o -MMD -MP -MF .deps/i386gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-nat.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-nat.o -MT gnu-nat.o -MMD -MP -MF .deps/gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/gnu-nat.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../Ferry_Tagscherer/gdb/gdb.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-tdep.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../Ferry_Tagscherer/gdb/i387-tdep.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-tdep.o -MT i386gnu-tdep.o -MMD -MP -MF .deps/i386gnu-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-tdep.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../Ferry_Tagscherer/gdb/solib-svr4.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../Ferry_Tagscherer/gdb/ser-base.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../Ferry_Tagscherer/gdb/ser-unix.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../Ferry_Tagscherer/gdb/ser-pipe.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../Ferry_Tagscherer/gdb/ser-tcp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-nat.o -MT i386gnu-nat.o -MMD -MP -MF .deps/i386gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-nat.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-nat.o -MT gnu-nat.o -MMD -MP -MF .deps/gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/gnu-nat.c +In file included from ../../Ferry_Tagscherer/gdb/gnu-nat.c:67:0: ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'proc_set_exception_port': -../../Ferry_Tagscherer/gdb/gnu-nat.c:408:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] + do { struct proc *__proc = (_proc); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:408:3: note: in expansion of macro 'proc_debug' + proc_debug (proc, "setting exception port: %d", port); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'proc_steal_exc_port': -../../Ferry_Tagscherer/gdb/gnu-nat.c:448:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:469:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] + do { struct proc *__proc = (_proc); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:448:7: note: in expansion of macro 'proc_debug' + proc_debug (proc, "inserting exception port: %d", exc_port); + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] + do { struct proc *__proc = (_proc); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:469:7: note: in expansion of macro 'proc_debug' + proc_debug (proc, "saved exception port: %d", proc->saved_exc_port); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'make_proc': -../../Ferry_Tagscherer/gdb/gnu-nat.c:582:7: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:585:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:582:7: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat=] + port, safe_strerror (err)); + ^ +In file included from ../../Ferry_Tagscherer/gdb/gnu-nat.c:67:0: +../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] + do { struct proc *__proc = (_proc); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:585:7: note: in expansion of macro 'proc_debug' + proc_debug (proc, "notifications to: %d", inf->event_port); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: ../../Ferry_Tagscherer/gdb/gnu-nat.c:642:1: warning: no previous prototype for 'make_inf' [-Wmissing-prototypes] + make_inf (void) + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_set_pid': -../../Ferry_Tagscherer/gdb/gnu-nat.c:760:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'task_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'task_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:760:3: note: in expansion of macro 'inf_debug' + inf_debug (inf, "setting task: %d", task_port); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: ../../Ferry_Tagscherer/gdb/gnu-nat.c:878:1: warning: no previous prototype for 'inf_set_traced' [-Wmissing-prototypes] + inf_set_traced (struct inf *inf, int on) + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c:979:1: warning: no previous prototype for 'inf_port_to_thread' [-Wmissing-prototypes] + inf_port_to_thread (struct inf *inf, mach_port_t port) + ^ +In file included from ../../Ferry_Tagscherer/gdb/gnu-nat.c:67:0: ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_validate_procs': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1084:6: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat=] + do { struct proc *__proc = (_proc); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1084:6: note: in expansion of macro 'proc_debug' + proc_debug (thread, "new thread: %d", threads[i]); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_signal': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: note: in expansion of macro 'inf_debug' + inf_debug (inf, "passing through exception:" + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: note: in expansion of macro 'inf_debug' + inf_debug (inf, "passing through exception:" + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'S_exception_raise_request': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'task_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1704:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1710:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: note: in expansion of macro 'inf_debug' + inf_debug (waiting_inf, + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'task_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: note: in expansion of macro 'inf_debug' + inf_debug (waiting_inf, + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1704:8: note: in expansion of macro 'inf_debug' + inf_debug (waiting_inf, "Handler is thread exception port <%d>", + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1710:8: note: in expansion of macro 'inf_debug' + inf_debug (waiting_inf, "Handler is task exception port <%d>", + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: ../../Ferry_Tagscherer/gdb/gnu-nat.c:1747:1: warning: no previous prototype for 'inf_task_died_status' [-Wmissing-prototypes] + inf_task_died_status (struct inf *inf) + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'do_mach_notify_dead_name': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1761:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat=] + do { struct inf *__inf = (_inf); \ + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:1761:3: note: in expansion of macro 'inf_debug' + inf_debug (waiting_inf, "port = %d", dead_port); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: ../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: warning: no previous prototype for 'gnu_read_inferior' [-Wmissing-prototypes] + gnu_read_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_read_inferior': ../../Ferry_Tagscherer/gdb/gnu-nat.c:2282:3: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] + err = vm_read (task, low_address, aligned_length, &copied, ©_count); + ^ In file included from /usr/include/mach.h:37:0, from ./nm.h:23, from ../../Ferry_Tagscherer/gdb/defs.h:505, from ../../Ferry_Tagscherer/gdb/gnu-nat.c:23: /usr/include/mach/mach_interface.h:843:15: note: expected 'mach_msg_type_number_t *' but argument is of type 'int *' + kern_return_t vm_read + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: ../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: warning: no previous prototype for 'gnu_write_inferior' [-Wmissing-prototypes] + gnu_write_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_write_inferior': ../../Ferry_Tagscherer/gdb/gnu-nat.c:2338:4: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] + ©_count); + ^ In file included from /usr/include/mach.h:37:0, from ./nm.h:23, from ../../Ferry_Tagscherer/gdb/defs.h:505, from ../../Ferry_Tagscherer/gdb/gnu-nat.c:23: /usr/include/mach/mach_interface.h:843:15: note: expected 'mach_msg_type_number_t *' but argument is of type 'int *' -../../Ferry_Tagscherer/gdb/gnu-nat.c:2383:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:2393:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] + kern_return_t vm_read + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:2383:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=] + old_address); + ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:2393:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=] + old_address); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_xfer_memory': ../../Ferry_Tagscherer/gdb/gnu-nat.c:2495:2: warning: pointer targets in passing argument 3 of 'gnu_write_inferior' differ in signedness [-Wpointer-sign] + return gnu_write_inferior (task, memaddr, myaddr, len); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: note: expected 'char *' but argument is of type 'gdb_byte *' + gnu_write_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c:2497:2: warning: pointer targets in passing argument 3 of 'gnu_read_inferior' differ in signedness [-Wpointer-sign] + return gnu_read_inferior (task, memaddr, myaddr, len); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: note: expected 'char *' but argument is of type 'gdb_byte *' + gnu_read_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'steal_exc_port': -../../Ferry_Tagscherer/gdb/gnu-nat.c:2866:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2866:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat=] + name, safe_strerror (err)); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'set_exceptions_cmd': ../../Ferry_Tagscherer/gdb/gnu-nat.c:2981:15: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] + /* XXX */ ; + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'info_port_rights': ../../Ferry_Tagscherer/gdb/gnu-nat.c:3057:11: warning: passing argument 1 of 'parse_to_comma_and_eval' from incompatible pointer type [enabled by default] + struct value *val = parse_to_comma_and_eval (&args); + ^ In file included from ../../Ferry_Tagscherer/gdb/breakpoint.h:23:0, from ../../Ferry_Tagscherer/gdb/inferior.h:37, from ../../Ferry_Tagscherer/gdb/gnu-nat.c:55: ../../Ferry_Tagscherer/gdb/value.h:729:22: note: expected 'const char **' but argument is of type 'char **' + extern struct value *parse_to_comma_and_eval (const char **expp); + ^ ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: ../../Ferry_Tagscherer/gdb/gnu-nat.c:3416:1: warning: no previous prototype for '_initialize_gnu_nat' [-Wmissing-prototypes] -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o core-regset.o -MT core-regset.o -MMD -MP -MF .deps/core-regset.Tpo ../../Ferry_Tagscherer/gdb/core-regset.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../Ferry_Tagscherer/gdb/fork-child.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o notify_S.o -MT notify_S.o -MMD -MP -MF .deps/notify_S.Tpo notify_S.c + _initialize_gnu_nat (void) + ^ +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o core-regset.o -MT core-regset.o -MMD -MP -MF .deps/core-regset.Tpo ../../Ferry_Tagscherer/gdb/core-regset.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../Ferry_Tagscherer/gdb/fork-child.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o notify_S.o -MT notify_S.o -MMD -MP -MF .deps/notify_S.Tpo notify_S.c notify_S.c:305:24: warning: no previous prototype for 'notify_server' [-Wmissing-prototypes] + mig_external boolean_t notify_server + ^ notify_S.c:341:28: warning: no previous prototype for 'notify_server_routine' [-Wmissing-prototypes] -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o process_reply_S.o -MT process_reply_S.o -MMD -MP -MF .deps/process_reply_S.Tpo process_reply_S.c + mig_external mig_routine_t notify_server_routine + ^ +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o process_reply_S.o -MT process_reply_S.o -MMD -MP -MF .deps/process_reply_S.Tpo process_reply_S.c process_reply_S.c:343:24: warning: no previous prototype for 'process_reply_server' [-Wmissing-prototypes] + mig_external boolean_t process_reply_server + ^ process_reply_S.c:379:28: warning: no previous prototype for 'process_reply_server_routine' [-Wmissing-prototypes] -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_reply_S.o -MT msg_reply_S.o -MMD -MP -MF .deps/msg_reply_S.Tpo msg_reply_S.c + mig_external mig_routine_t process_reply_server_routine + ^ +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_reply_S.o -MT msg_reply_S.o -MMD -MP -MF .deps/msg_reply_S.Tpo msg_reply_S.c msg_reply_S.c:165:24: warning: no previous prototype for 'msg_reply_server' [-Wmissing-prototypes] + mig_external boolean_t msg_reply_server + ^ msg_reply_S.c:201:28: warning: no previous prototype for 'msg_reply_server_routine' [-Wmissing-prototypes] -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_U.o -MT msg_U.o -MMD -MP -MF .deps/msg_U.Tpo msg_U.c + mig_external mig_routine_t msg_reply_server_routine + ^ +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_U.o -MT msg_U.o -MMD -MP -MF .deps/msg_U.Tpo msg_U.c msg_U.c: In function 'msg_del_auth': msg_U.c:504:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *((int **)InP->uids) = uids; + ^ msg_U.c:519:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *((int **)InP->gids) = gids; + ^ msg_U.c: In function 'msg_get_init_ports': msg_U.c:956:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *ports = *((mach_port_t **)OutP->ports); + ^ msg_U.c: In function 'msg_set_init_ports': msg_U.c:1049:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *((mach_port_t **)InP->ports) = ports; + ^ msg_U.c: In function 'msg_get_init_ints': msg_U.c:1480:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *values = *((int **)OutP->values); + ^ msg_U.c: In function 'msg_set_init_ints': msg_U.c:1572:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *((int **)InP->values) = values; + ^ msg_U.c: In function 'msg_get_dtable': msg_U.c:1738:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *dtable = *((mach_port_t **)OutP->dtable); + ^ msg_U.c: In function 'msg_set_dtable': msg_U.c:1831:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *((mach_port_t **)InP->dtable) = dtable; + ^ msg_U.c: In function 'msg_get_environment': msg_U.c:2252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *value = *((char **)OutP->value); + ^ msg_U.c: In function 'msg_set_environment': msg_U.c:2344:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *((char **)InP->value) = value; + ^ msg_U.c: In function 'msg_get_env_variable': msg_U.c:2510:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *value = *((char **)OutP->value); + ^ msg_U.c: In function 'msg_describe_ports': msg_U.c:3017:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] + *((mach_port_t **)InP->names) = names; + ^ msg_U.c:3082:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_U.o -MT exc_request_U.o -MMD -MP -MF .deps/exc_request_U.Tpo exc_request_U.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_S.o -MT exc_request_S.o -MMD -MP -MF .deps/exc_request_S.Tpo exc_request_S.c + *descriptions = *((char **)OutP->descriptions); + ^ +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_U.o -MT exc_request_U.o -MMD -MP -MF .deps/exc_request_U.Tpo exc_request_U.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_S.o -MT exc_request_S.o -MMD -MP -MF .deps/exc_request_S.Tpo exc_request_S.c exc_request_S.c:157:24: warning: no previous prototype for 'exc_server' [-Wmissing-prototypes] + mig_external boolean_t exc_server + ^ exc_request_S.c:193:28: warning: no previous prototype for 'exc_server_routine' [-Wmissing-prototypes] -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../Ferry_Tagscherer/gdb/remote.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../Ferry_Tagscherer/gdb/dcache.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../Ferry_Tagscherer/gdb/tracepoint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-general.o -MT ax-general.o -MMD -MP -MF .deps/ax-general.Tpo ../../Ferry_Tagscherer/gdb/ax-general.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-gdb.o -MT ax-gdb.o -MMD -MP -MF .deps/ax-gdb.Tpo ../../Ferry_Tagscherer/gdb/ax-gdb.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-fileio.o -MT remote-fileio.o -MMD -MP -MF .deps/remote-fileio.Tpo ../../Ferry_Tagscherer/gdb/remote-fileio.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-notif.o -MT remote-notif.o -MMD -MP -MF .deps/remote-notif.Tpo ../../Ferry_Tagscherer/gdb/remote-notif.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ctf.o -MT ctf.o -MMD -MP -MF .deps/ctf.Tpo ../../Ferry_Tagscherer/gdb/ctf.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-dump.o -MT cli-dump.o -MMD -MP -MF .deps/cli-dump.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-dump.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-decode.o -MT cli-decode.o -MMD -MP -MF .deps/cli-decode.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-decode.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-script.o -MT cli-script.o -MMD -MP -MF .deps/cli-script.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-script.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-cmds.o -MT cli-cmds.o -MMD -MP -MF .deps/cli-cmds.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-cmds.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-setshow.o -MT cli-setshow.o -MMD -MP -MF .deps/cli-setshow.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-setshow.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-logging.o -MT cli-logging.o -MMD -MP -MF .deps/cli-logging.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-logging.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-interp.o -MT cli-interp.o -MMD -MP -MF .deps/cli-interp.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-interp.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-utils.o -MT cli-utils.o -MMD -MP -MF .deps/cli-utils.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-utils.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-out.o -MT mi-out.o -MMD -MP -MF .deps/mi-out.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-out.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-console.o -MT mi-console.o -MMD -MP -MF .deps/mi-console.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-console.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmds.o -MT mi-cmds.o -MMD -MP -MF .deps/mi-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmds.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-catch.o -MT mi-cmd-catch.o -MMD -MP -MF .deps/mi-cmd-catch.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-catch.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-env.o -MT mi-cmd-env.o -MMD -MP -MF .deps/mi-cmd-env.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-env.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-var.o -MT mi-cmd-var.o -MMD -MP -MF .deps/mi-cmd-var.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-var.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-break.o -MT mi-cmd-break.o -MMD -MP -MF .deps/mi-cmd-break.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-break.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-stack.o -MT mi-cmd-stack.o -MMD -MP -MF .deps/mi-cmd-stack.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-stack.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-file.o -MT mi-cmd-file.o -MMD -MP -MF .deps/mi-cmd-file.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-file.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-disas.o -MT mi-cmd-disas.o -MMD -MP -MF .deps/mi-cmd-disas.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-disas.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-symbol-cmds.o -MT mi-symbol-cmds.o -MMD -MP -MF .deps/mi-symbol-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-symbol-cmds.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-target.o -MT mi-cmd-target.o -MMD -MP -MF .deps/mi-cmd-target.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-target.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-info.o -MT mi-cmd-info.o -MMD -MP -MF .deps/mi-cmd-info.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-info.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-interp.o -MT mi-interp.o -MMD -MP -MF .deps/mi-interp.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-interp.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-main.o -MT mi-main.o -MMD -MP -MF .deps/mi-main.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-main.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-parse.o -MT mi-parse.o -MMD -MP -MF .deps/mi-parse.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-parse.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-getopt.o -MT mi-getopt.o -MMD -MP -MF .deps/mi-getopt.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-getopt.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-command.o -MT tui-command.o -MMD -MP -MF .deps/tui-command.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-command.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-data.o -MT tui-data.o -MMD -MP -MF .deps/tui-data.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-data.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-disasm.o -MT tui-disasm.o -MMD -MP -MF .deps/tui-disasm.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-disasm.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-file.o -MT tui-file.o -MMD -MP -MF .deps/tui-file.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-file.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-hooks.o -MT tui-hooks.o -MMD -MP -MF .deps/tui-hooks.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-hooks.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-interp.o -MT tui-interp.o -MMD -MP -MF .deps/tui-interp.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-interp.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-io.o -MT tui-io.o -MMD -MP -MF .deps/tui-io.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-io.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-layout.o -MT tui-layout.o -MMD -MP -MF .deps/tui-layout.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-layout.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-out.o -MT tui-out.o -MMD -MP -MF .deps/tui-out.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-out.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-regs.o -MT tui-regs.o -MMD -MP -MF .deps/tui-regs.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-regs.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-source.o -MT tui-source.o -MMD -MP -MF .deps/tui-source.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-source.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-stack.o -MT tui-stack.o -MMD -MP -MF .deps/tui-stack.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-stack.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-win.o -MT tui-win.o -MMD -MP -MF .deps/tui-win.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-win.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-windata.o -MT tui-windata.o -MMD -MP -MF .deps/tui-windata.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-windata.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-wingeneral.o -MT tui-wingeneral.o -MMD -MP -MF .deps/tui-wingeneral.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-wingeneral.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-winsource.o -MT tui-winsource.o -MMD -MP -MF .deps/tui-winsource.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-winsource.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui.o -MT tui.o -MMD -MP -MF .deps/tui.Tpo ../../Ferry_Tagscherer/gdb/tui/tui.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o python.o -MT python.o -MMD -MP -MF .deps/python.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/python.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-arch.o -MT py-arch.o -MMD -MP -MF .deps/py-arch.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-arch.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-auto-load.o -MT py-auto-load.o -MMD -MP -MF .deps/py-auto-load.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-auto-load.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-block.o -MT py-block.o -MMD -MP -MF .deps/py-block.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-block.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-bpevent.o -MT py-bpevent.o -MMD -MP -MF .deps/py-bpevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-bpevent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-breakpoint.o -MT py-breakpoint.o -MMD -MP -MF .deps/py-breakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-breakpoint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-cmd.o -MT py-cmd.o -MMD -MP -MF .deps/py-cmd.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-cmd.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-continueevent.o -MT py-continueevent.o -MMD -MP -MF .deps/py-continueevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-continueevent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-event.o -MT py-event.o -MMD -MP -MF .deps/py-event.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-event.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evtregistry.o -MT py-evtregistry.o -MMD -MP -MF .deps/py-evtregistry.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evtregistry.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evts.o -MT py-evts.o -MMD -MP -MF .deps/py-evts.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evts.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-exitedevent.o -MT py-exitedevent.o -MMD -MP -MF .deps/py-exitedevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-exitedevent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-finishbreakpoint.o -MT py-finishbreakpoint.o -MMD -MP -MF .deps/py-finishbreakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-finishbreakpoint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-frame.o -MT py-frame.o -MMD -MP -MF .deps/py-frame.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-framefilter.o -MT py-framefilter.o -MMD -MP -MF .deps/py-framefilter.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-framefilter.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-function.o -MT py-function.o -MMD -MP -MF .deps/py-function.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-function.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-gdb-readline.o -MT py-gdb-readline.o -MMD -MP -MF .deps/py-gdb-readline.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-gdb-readline.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-inferior.o -MT py-inferior.o -MMD -MP -MF .deps/py-inferior.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-inferior.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-infthread.o -MT py-infthread.o -MMD -MP -MF .deps/py-infthread.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-infthread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-lazy-string.o -MT py-lazy-string.o -MMD -MP -MF .deps/py-lazy-string.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-lazy-string.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-newobjfileevent.o -MT py-newobjfileevent.o -MMD -MP -MF .deps/py-newobjfileevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-newobjfileevent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-objfile.o -MT py-objfile.o -MMD -MP -MF .deps/py-objfile.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-objfile.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-param.o -MT py-param.o -MMD -MP -MF .deps/py-param.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-param.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-prettyprint.o -MT py-prettyprint.o -MMD -MP -MF .deps/py-prettyprint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-prettyprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-progspace.o -MT py-progspace.o -MMD -MP -MF .deps/py-progspace.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-progspace.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-signalevent.o -MT py-signalevent.o -MMD -MP -MF .deps/py-signalevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-signalevent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-stopevent.o -MT py-stopevent.o -MMD -MP -MF .deps/py-stopevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-stopevent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symbol.o -MT py-symbol.o -MMD -MP -MF .deps/py-symbol.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symbol.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symtab.o -MT py-symtab.o -MMD -MP -MF .deps/py-symtab.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symtab.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-threadevent.o -MT py-threadevent.o -MMD -MP -MF .deps/py-threadevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-threadevent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-type.o -MT py-type.o -MMD -MP -MF .deps/py-type.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-type.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-utils.o -MT py-utils.o -MMD -MP -MF .deps/py-utils.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-utils.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-value.o -MT py-value.o -MMD -MP -MF .deps/py-value.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-value.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o elfread.o -MT elfread.o -MMD -MP -MF .deps/elfread.Tpo ../../Ferry_Tagscherer/gdb/elfread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stap-probe.o -MT stap-probe.o -MMD -MP -MF .deps/stap-probe.Tpo ../../Ferry_Tagscherer/gdb/stap-probe.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o posix-hdep.o -MT posix-hdep.o -MMD -MP -MF .deps/posix-hdep.Tpo ../../Ferry_Tagscherer/gdb/posix-hdep.c + mig_external mig_routine_t exc_server_routine + ^ +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../Ferry_Tagscherer/gdb/remote.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../Ferry_Tagscherer/gdb/dcache.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../Ferry_Tagscherer/gdb/tracepoint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-general.o -MT ax-general.o -MMD -MP -MF .deps/ax-general.Tpo ../../Ferry_Tagscherer/gdb/ax-general.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-gdb.o -MT ax-gdb.o -MMD -MP -MF .deps/ax-gdb.Tpo ../../Ferry_Tagscherer/gdb/ax-gdb.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-fileio.o -MT remote-fileio.o -MMD -MP -MF .deps/remote-fileio.Tpo ../../Ferry_Tagscherer/gdb/remote-fileio.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-notif.o -MT remote-notif.o -MMD -MP -MF .deps/remote-notif.Tpo ../../Ferry_Tagscherer/gdb/remote-notif.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ctf.o -MT ctf.o -MMD -MP -MF .deps/ctf.Tpo ../../Ferry_Tagscherer/gdb/ctf.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-dump.o -MT cli-dump.o -MMD -MP -MF .deps/cli-dump.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-dump.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-decode.o -MT cli-decode.o -MMD -MP -MF .deps/cli-decode.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-decode.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-script.o -MT cli-script.o -MMD -MP -MF .deps/cli-script.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-script.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-cmds.o -MT cli-cmds.o -MMD -MP -MF .deps/cli-cmds.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-cmds.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-setshow.o -MT cli-setshow.o -MMD -MP -MF .deps/cli-setshow.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-setshow.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-logging.o -MT cli-logging.o -MMD -MP -MF .deps/cli-logging.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-logging.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-interp.o -MT cli-interp.o -MMD -MP -MF .deps/cli-interp.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-interp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-utils.o -MT cli-utils.o -MMD -MP -MF .deps/cli-utils.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-utils.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-out.o -MT mi-out.o -MMD -MP -MF .deps/mi-out.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-out.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-console.o -MT mi-console.o -MMD -MP -MF .deps/mi-console.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-console.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmds.o -MT mi-cmds.o -MMD -MP -MF .deps/mi-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmds.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-catch.o -MT mi-cmd-catch.o -MMD -MP -MF .deps/mi-cmd-catch.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-catch.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-env.o -MT mi-cmd-env.o -MMD -MP -MF .deps/mi-cmd-env.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-env.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-var.o -MT mi-cmd-var.o -MMD -MP -MF .deps/mi-cmd-var.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-var.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-break.o -MT mi-cmd-break.o -MMD -MP -MF .deps/mi-cmd-break.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-break.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-stack.o -MT mi-cmd-stack.o -MMD -MP -MF .deps/mi-cmd-stack.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-stack.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-file.o -MT mi-cmd-file.o -MMD -MP -MF .deps/mi-cmd-file.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-file.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-disas.o -MT mi-cmd-disas.o -MMD -MP -MF .deps/mi-cmd-disas.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-disas.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-symbol-cmds.o -MT mi-symbol-cmds.o -MMD -MP -MF .deps/mi-symbol-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-symbol-cmds.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-target.o -MT mi-cmd-target.o -MMD -MP -MF .deps/mi-cmd-target.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-target.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-info.o -MT mi-cmd-info.o -MMD -MP -MF .deps/mi-cmd-info.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-info.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-interp.o -MT mi-interp.o -MMD -MP -MF .deps/mi-interp.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-interp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-main.o -MT mi-main.o -MMD -MP -MF .deps/mi-main.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-main.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-parse.o -MT mi-parse.o -MMD -MP -MF .deps/mi-parse.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-parse.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-getopt.o -MT mi-getopt.o -MMD -MP -MF .deps/mi-getopt.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-getopt.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-command.o -MT tui-command.o -MMD -MP -MF .deps/tui-command.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-command.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-data.o -MT tui-data.o -MMD -MP -MF .deps/tui-data.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-data.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-disasm.o -MT tui-disasm.o -MMD -MP -MF .deps/tui-disasm.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-disasm.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-file.o -MT tui-file.o -MMD -MP -MF .deps/tui-file.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-file.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-hooks.o -MT tui-hooks.o -MMD -MP -MF .deps/tui-hooks.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-hooks.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-interp.o -MT tui-interp.o -MMD -MP -MF .deps/tui-interp.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-interp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-io.o -MT tui-io.o -MMD -MP -MF .deps/tui-io.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-io.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-layout.o -MT tui-layout.o -MMD -MP -MF .deps/tui-layout.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-layout.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-out.o -MT tui-out.o -MMD -MP -MF .deps/tui-out.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-out.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-regs.o -MT tui-regs.o -MMD -MP -MF .deps/tui-regs.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-regs.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-source.o -MT tui-source.o -MMD -MP -MF .deps/tui-source.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-source.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-stack.o -MT tui-stack.o -MMD -MP -MF .deps/tui-stack.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-stack.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-win.o -MT tui-win.o -MMD -MP -MF .deps/tui-win.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-win.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-windata.o -MT tui-windata.o -MMD -MP -MF .deps/tui-windata.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-windata.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-wingeneral.o -MT tui-wingeneral.o -MMD -MP -MF .deps/tui-wingeneral.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-wingeneral.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-winsource.o -MT tui-winsource.o -MMD -MP -MF .deps/tui-winsource.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-winsource.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui.o -MT tui.o -MMD -MP -MF .deps/tui.Tpo ../../Ferry_Tagscherer/gdb/tui/tui.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o python.o -MT python.o -MMD -MP -MF .deps/python.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/python.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-arch.o -MT py-arch.o -MMD -MP -MF .deps/py-arch.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-arch.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-auto-load.o -MT py-auto-load.o -MMD -MP -MF .deps/py-auto-load.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-auto-load.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-block.o -MT py-block.o -MMD -MP -MF .deps/py-block.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-block.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-bpevent.o -MT py-bpevent.o -MMD -MP -MF .deps/py-bpevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-bpevent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-breakpoint.o -MT py-breakpoint.o -MMD -MP -MF .deps/py-breakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-breakpoint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-cmd.o -MT py-cmd.o -MMD -MP -MF .deps/py-cmd.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-cmd.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-continueevent.o -MT py-continueevent.o -MMD -MP -MF .deps/py-continueevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-continueevent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-event.o -MT py-event.o -MMD -MP -MF .deps/py-event.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-event.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evtregistry.o -MT py-evtregistry.o -MMD -MP -MF .deps/py-evtregistry.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evtregistry.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evts.o -MT py-evts.o -MMD -MP -MF .deps/py-evts.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evts.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-exitedevent.o -MT py-exitedevent.o -MMD -MP -MF .deps/py-exitedevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-exitedevent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-finishbreakpoint.o -MT py-finishbreakpoint.o -MMD -MP -MF .deps/py-finishbreakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-finishbreakpoint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-frame.o -MT py-frame.o -MMD -MP -MF .deps/py-frame.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-framefilter.o -MT py-framefilter.o -MMD -MP -MF .deps/py-framefilter.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-framefilter.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-function.o -MT py-function.o -MMD -MP -MF .deps/py-function.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-function.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-gdb-readline.o -MT py-gdb-readline.o -MMD -MP -MF .deps/py-gdb-readline.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-gdb-readline.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-inferior.o -MT py-inferior.o -MMD -MP -MF .deps/py-inferior.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-inferior.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-infthread.o -MT py-infthread.o -MMD -MP -MF .deps/py-infthread.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-infthread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-lazy-string.o -MT py-lazy-string.o -MMD -MP -MF .deps/py-lazy-string.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-lazy-string.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-newobjfileevent.o -MT py-newobjfileevent.o -MMD -MP -MF .deps/py-newobjfileevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-newobjfileevent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-objfile.o -MT py-objfile.o -MMD -MP -MF .deps/py-objfile.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-objfile.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-param.o -MT py-param.o -MMD -MP -MF .deps/py-param.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-param.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-prettyprint.o -MT py-prettyprint.o -MMD -MP -MF .deps/py-prettyprint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-prettyprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-progspace.o -MT py-progspace.o -MMD -MP -MF .deps/py-progspace.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-progspace.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-signalevent.o -MT py-signalevent.o -MMD -MP -MF .deps/py-signalevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-signalevent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-stopevent.o -MT py-stopevent.o -MMD -MP -MF .deps/py-stopevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-stopevent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symbol.o -MT py-symbol.o -MMD -MP -MF .deps/py-symbol.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symbol.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symtab.o -MT py-symtab.o -MMD -MP -MF .deps/py-symtab.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symtab.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-threadevent.o -MT py-threadevent.o -MMD -MP -MF .deps/py-threadevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-threadevent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-type.o -MT py-type.o -MMD -MP -MF .deps/py-type.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-type.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-utils.o -MT py-utils.o -MMD -MP -MF .deps/py-utils.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-utils.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-value.o -MT py-value.o -MMD -MP -MF .deps/py-value.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-value.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o elfread.o -MT elfread.o -MMD -MP -MF .deps/elfread.Tpo ../../Ferry_Tagscherer/gdb/elfread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stap-probe.o -MT stap-probe.o -MMD -MP -MF .deps/stap-probe.Tpo ../../Ferry_Tagscherer/gdb/stap-probe.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o posix-hdep.o -MT posix-hdep.o -MMD -MP -MF .deps/posix-hdep.Tpo ../../Ferry_Tagscherer/gdb/posix-hdep.c rm -f c-exp.c c-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/c-exp.y y.tab.c c-exp.c -- bison -y && mv c-exp.c c-exp.c.tmp \ || (rm -f c-exp.c; false) @@ -3092,7 +3242,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/c-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/c-exp.y|sed 's/\//\\\\\//g'`/" \ < c-exp.c.tmp > c-exp.c rm -f c-exp.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-exp.o -MT c-exp.o -MMD -MP -MF .deps/c-exp.Tpo c-exp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-exp.o -MT c-exp.o -MMD -MP -MF .deps/c-exp.Tpo c-exp.c rm -f cp-name-parser.c cp-name-parser.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/cp-name-parser.y y.tab.c cp-name-parser.c -- bison -y && mv cp-name-parser.c cp-name-parser.c.tmp \ || (rm -f cp-name-parser.c; false) @@ -3108,7 +3258,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/cp-name-parser.y`/\1`echo ../../Ferry_Tagscherer/gdb/cp-name-parser.y|sed 's/\//\\\\\//g'`/" \ < cp-name-parser.c.tmp > cp-name-parser.c rm -f cp-name-parser.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-name-parser.o -MT cp-name-parser.o -MMD -MP -MF .deps/cp-name-parser.Tpo cp-name-parser.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-name-parser.o -MT cp-name-parser.o -MMD -MP -MF .deps/cp-name-parser.Tpo cp-name-parser.c rm -f ada-exp.c ada-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/ada-exp.y y.tab.c ada-exp.c -- bison -y && mv ada-exp.c ada-exp.c.tmp \ || (rm -f ada-exp.c; false) @@ -3124,7 +3274,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/ada-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/ada-exp.y|sed 's/\//\\\\\//g'`/" \ < ada-exp.c.tmp > ada-exp.c rm -f ada-exp.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-exp.o -MT ada-exp.o -MMD -MP -MF .deps/ada-exp.Tpo ada-exp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-exp.o -MT ada-exp.o -MMD -MP -MF .deps/ada-exp.Tpo ada-exp.c rm -f jv-exp.c jv-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/jv-exp.y y.tab.c jv-exp.c -- bison -y && mv jv-exp.c jv-exp.c.tmp \ || (rm -f jv-exp.c; false) @@ -3140,7 +3290,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/jv-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/jv-exp.y|sed 's/\//\\\\\//g'`/" \ < jv-exp.c.tmp > jv-exp.c rm -f jv-exp.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-exp.o -MT jv-exp.o -MMD -MP -MF .deps/jv-exp.Tpo jv-exp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-exp.o -MT jv-exp.o -MMD -MP -MF .deps/jv-exp.Tpo jv-exp.c rm -f f-exp.c f-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/f-exp.y y.tab.c f-exp.c -- bison -y && mv f-exp.c f-exp.c.tmp \ || (rm -f f-exp.c; false) @@ -3156,7 +3306,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/f-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/f-exp.y|sed 's/\//\\\\\//g'`/" \ < f-exp.c.tmp > f-exp.c rm -f f-exp.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-exp.o -MT f-exp.o -MMD -MP -MF .deps/f-exp.Tpo f-exp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-exp.o -MT f-exp.o -MMD -MP -MF .deps/f-exp.Tpo f-exp.c rm -f go-exp.c go-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/go-exp.y y.tab.c go-exp.c -- bison -y && mv go-exp.c go-exp.c.tmp \ || (rm -f go-exp.c; false) @@ -3172,7 +3322,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/go-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/go-exp.y|sed 's/\//\\\\\//g'`/" \ < go-exp.c.tmp > go-exp.c rm -f go-exp.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-exp.o -MT go-exp.o -MMD -MP -MF .deps/go-exp.Tpo go-exp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-exp.o -MT go-exp.o -MMD -MP -MF .deps/go-exp.Tpo go-exp.c rm -f m2-exp.c m2-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/m2-exp.y y.tab.c m2-exp.c -- bison -y && mv m2-exp.c m2-exp.c.tmp \ || (rm -f m2-exp.c; false) @@ -3190,7 +3340,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/m2-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/m2-exp.y|sed 's/\//\\\\\//g'`/" \ < m2-exp.c.tmp > m2-exp.c rm -f m2-exp.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-exp.o -MT m2-exp.o -MMD -MP -MF .deps/m2-exp.Tpo m2-exp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-exp.o -MT m2-exp.o -MMD -MP -MF .deps/m2-exp.Tpo m2-exp.c rm -f p-exp.c p-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/p-exp.y y.tab.c p-exp.c -- bison -y && mv p-exp.c p-exp.c.tmp \ || (rm -f p-exp.c; false) @@ -3206,204 +3356,204 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/p-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/p-exp.y|sed 's/\//\\\\\//g'`/" \ < p-exp.c.tmp > p-exp.c rm -f p-exp.c.tmp -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-exp.o -MT p-exp.o -MMD -MP -MF .deps/p-exp.Tpo p-exp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-exp.o -MT p-exp.o -MMD -MP -MF .deps/p-exp.Tpo p-exp.c rm -f version.c-tmp version.c echo '#include "version.h"' >> version.c-tmp echo 'const char version[] = "'"`sed q ../../Ferry_Tagscherer/gdb/version.in`"'";' >> version.c-tmp echo 'const char host_name[] = "i686-unknown-gnu0.3";' >> version.c-tmp echo 'const char target_name[] = "i686-unknown-gnu0.3";' >> version.c-tmp mv version.c-tmp version.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o annotate.o -MT annotate.o -MMD -MP -MF .deps/annotate.Tpo ../../Ferry_Tagscherer/gdb/annotate.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o addrmap.o -MT addrmap.o -MMD -MP -MF .deps/addrmap.Tpo ../../Ferry_Tagscherer/gdb/addrmap.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auto-load.o -MT auto-load.o -MMD -MP -MF .deps/auto-load.Tpo ../../Ferry_Tagscherer/gdb/auto-load.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auxv.o -MT auxv.o -MMD -MP -MF .deps/auxv.Tpo ../../Ferry_Tagscherer/gdb/auxv.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../Ferry_Tagscherer/gdb/agent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bfd-target.o -MT bfd-target.o -MMD -MP -MF .deps/bfd-target.Tpo ../../Ferry_Tagscherer/gdb/bfd-target.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o blockframe.o -MT blockframe.o -MMD -MP -MF .deps/blockframe.Tpo ../../Ferry_Tagscherer/gdb/blockframe.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o breakpoint.o -MT breakpoint.o -MMD -MP -MF .deps/breakpoint.Tpo ../../Ferry_Tagscherer/gdb/breakpoint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-sig.o -MT break-catch-sig.o -MMD -MP -MF .deps/break-catch-sig.Tpo ../../Ferry_Tagscherer/gdb/break-catch-sig.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-throw.o -MT break-catch-throw.o -MMD -MP -MF .deps/break-catch-throw.Tpo ../../Ferry_Tagscherer/gdb/break-catch-throw.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../Ferry_Tagscherer/gdb/findvar.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../Ferry_Tagscherer/gdb/regcache.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cleanups.o -MT cleanups.o -MMD -MP -MF .deps/cleanups.Tpo ../../Ferry_Tagscherer/gdb/cleanups.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../Ferry_Tagscherer/gdb/charset.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o continuations.o -MT continuations.o -MMD -MP -MF .deps/continuations.Tpo ../../Ferry_Tagscherer/gdb/continuations.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corelow.o -MT corelow.o -MMD -MP -MF .deps/corelow.Tpo ../../Ferry_Tagscherer/gdb/corelow.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o disasm.o -MT disasm.o -MMD -MP -MF .deps/disasm.Tpo ../../Ferry_Tagscherer/gdb/disasm.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dummy-frame.o -MT dummy-frame.o -MMD -MP -MF .deps/dummy-frame.Tpo ../../Ferry_Tagscherer/gdb/dummy-frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dfp.o -MT dfp.o -MMD -MP -MF .deps/dfp.Tpo ../../Ferry_Tagscherer/gdb/dfp.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o source.o -MT source.o -MMD -MP -MF .deps/source.Tpo ../../Ferry_Tagscherer/gdb/source.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o value.o -MT value.o -MMD -MP -MF .deps/value.Tpo ../../Ferry_Tagscherer/gdb/value.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../Ferry_Tagscherer/gdb/eval.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valops.o -MT valops.o -MMD -MP -MF .deps/valops.Tpo ../../Ferry_Tagscherer/gdb/valops.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valarith.o -MT valarith.o -MMD -MP -MF .deps/valarith.Tpo ../../Ferry_Tagscherer/gdb/valarith.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valprint.o -MT valprint.o -MMD -MP -MF .deps/valprint.Tpo ../../Ferry_Tagscherer/gdb/valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` \ +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o annotate.o -MT annotate.o -MMD -MP -MF .deps/annotate.Tpo ../../Ferry_Tagscherer/gdb/annotate.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o addrmap.o -MT addrmap.o -MMD -MP -MF .deps/addrmap.Tpo ../../Ferry_Tagscherer/gdb/addrmap.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auto-load.o -MT auto-load.o -MMD -MP -MF .deps/auto-load.Tpo ../../Ferry_Tagscherer/gdb/auto-load.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auxv.o -MT auxv.o -MMD -MP -MF .deps/auxv.Tpo ../../Ferry_Tagscherer/gdb/auxv.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../Ferry_Tagscherer/gdb/agent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bfd-target.o -MT bfd-target.o -MMD -MP -MF .deps/bfd-target.Tpo ../../Ferry_Tagscherer/gdb/bfd-target.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o blockframe.o -MT blockframe.o -MMD -MP -MF .deps/blockframe.Tpo ../../Ferry_Tagscherer/gdb/blockframe.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o breakpoint.o -MT breakpoint.o -MMD -MP -MF .deps/breakpoint.Tpo ../../Ferry_Tagscherer/gdb/breakpoint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-sig.o -MT break-catch-sig.o -MMD -MP -MF .deps/break-catch-sig.Tpo ../../Ferry_Tagscherer/gdb/break-catch-sig.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-throw.o -MT break-catch-throw.o -MMD -MP -MF .deps/break-catch-throw.Tpo ../../Ferry_Tagscherer/gdb/break-catch-throw.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../Ferry_Tagscherer/gdb/findvar.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../Ferry_Tagscherer/gdb/regcache.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cleanups.o -MT cleanups.o -MMD -MP -MF .deps/cleanups.Tpo ../../Ferry_Tagscherer/gdb/cleanups.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../Ferry_Tagscherer/gdb/charset.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o continuations.o -MT continuations.o -MMD -MP -MF .deps/continuations.Tpo ../../Ferry_Tagscherer/gdb/continuations.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corelow.o -MT corelow.o -MMD -MP -MF .deps/corelow.Tpo ../../Ferry_Tagscherer/gdb/corelow.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o disasm.o -MT disasm.o -MMD -MP -MF .deps/disasm.Tpo ../../Ferry_Tagscherer/gdb/disasm.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dummy-frame.o -MT dummy-frame.o -MMD -MP -MF .deps/dummy-frame.Tpo ../../Ferry_Tagscherer/gdb/dummy-frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dfp.o -MT dfp.o -MMD -MP -MF .deps/dfp.Tpo ../../Ferry_Tagscherer/gdb/dfp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o source.o -MT source.o -MMD -MP -MF .deps/source.Tpo ../../Ferry_Tagscherer/gdb/source.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o value.o -MT value.o -MMD -MP -MF .deps/value.Tpo ../../Ferry_Tagscherer/gdb/value.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../Ferry_Tagscherer/gdb/eval.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valops.o -MT valops.o -MMD -MP -MF .deps/valops.Tpo ../../Ferry_Tagscherer/gdb/valops.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valarith.o -MT valarith.o -MMD -MP -MF .deps/valarith.Tpo ../../Ferry_Tagscherer/gdb/valarith.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valprint.o -MT valprint.o -MMD -MP -MF .deps/valprint.Tpo ../../Ferry_Tagscherer/gdb/valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` \ -c -o printcmd.o -MT printcmd.o -MMD -MP -MF .deps/printcmd.Tpo ../../Ferry_Tagscherer/gdb/printcmd.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o block.o -MT block.o -MMD -MP -MF .deps/block.Tpo ../../Ferry_Tagscherer/gdb/block.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../Ferry_Tagscherer/gdb/symtab.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o psymtab.o -MT psymtab.o -MMD -MP -MF .deps/psymtab.Tpo ../../Ferry_Tagscherer/gdb/psymtab.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile.o -MT symfile.o -MMD -MP -MF .deps/symfile.Tpo ../../Ferry_Tagscherer/gdb/symfile.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symmisc.o -MT symmisc.o -MMD -MP -MF .deps/symmisc.Tpo ../../Ferry_Tagscherer/gdb/symmisc.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../Ferry_Tagscherer/gdb/linespec.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dictionary.o -MT dictionary.o -MMD -MP -MF .deps/dictionary.Tpo ../../Ferry_Tagscherer/gdb/dictionary.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../Ferry_Tagscherer/gdb/infcall.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../Ferry_Tagscherer/gdb/infcmd.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../Ferry_Tagscherer/gdb/infrun.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../Ferry_Tagscherer/gdb/expprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../Ferry_Tagscherer/gdb/environ.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stack.o -MT stack.o -MMD -MP -MF .deps/stack.Tpo ../../Ferry_Tagscherer/gdb/stack.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o thread.o -MT thread.o -MMD -MP -MF .deps/thread.Tpo ../../Ferry_Tagscherer/gdb/thread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../Ferry_Tagscherer/gdb/exceptions.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../Ferry_Tagscherer/gdb/filesystem.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../Ferry_Tagscherer/gdb/common/filestuff.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../Ferry_Tagscherer/gdb/inf-child.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../Ferry_Tagscherer/gdb/interps.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minidebug.o -MT minidebug.o -MMD -MP -MF .deps/minidebug.Tpo ../../Ferry_Tagscherer/gdb/minidebug.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../Ferry_Tagscherer/gdb/main.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../Ferry_Tagscherer/gdb/macrotab.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../Ferry_Tagscherer/gdb/macrocmd.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../Ferry_Tagscherer/gdb/macroexp.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../Ferry_Tagscherer/gdb/macroscope.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-common.o -MT mi-common.o -MMD -MP -MF .deps/mi-common.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-common.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../Ferry_Tagscherer/gdb/event-loop.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../Ferry_Tagscherer/gdb/event-top.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../Ferry_Tagscherer/gdb/inf-loop.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o completer.o -MT completer.o -MMD -MP -MF .deps/completer.Tpo ../../Ferry_Tagscherer/gdb/completer.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../Ferry_Tagscherer/gdb/gdbarch.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o arch-utils.o -MT arch-utils.o -MMD -MP -MF .deps/arch-utils.Tpo ../../Ferry_Tagscherer/gdb/arch-utils.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../Ferry_Tagscherer/gdb/gdbtypes.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../Ferry_Tagscherer/gdb/gdb_bfd.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../Ferry_Tagscherer/gdb/gdb_obstack.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osabi.o -MT osabi.o -MMD -MP -MF .deps/osabi.Tpo ../../Ferry_Tagscherer/gdb/osabi.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o copying.o -MT copying.o -MMD -MP -MF .deps/copying.Tpo ../../Ferry_Tagscherer/gdb/copying.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../Ferry_Tagscherer/gdb/memattr.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../Ferry_Tagscherer/gdb/mem-break.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../Ferry_Tagscherer/gdb/target.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o parse.o -MT parse.o -MMD -MP -MF .deps/parse.Tpo ../../Ferry_Tagscherer/gdb/parse.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../Ferry_Tagscherer/gdb/language.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buildsym.o -MT buildsym.o -MMD -MP -MF .deps/buildsym.Tpo ../../Ferry_Tagscherer/gdb/buildsym.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../Ferry_Tagscherer/gdb/findcmd.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o std-regs.o -MT std-regs.o -MMD -MP -MF .deps/std-regs.Tpo ../../Ferry_Tagscherer/gdb/std-regs.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../Ferry_Tagscherer/gdb/common/signals.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../Ferry_Tagscherer/gdb/exec.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reverse.o -MT reverse.o -MMD -MP -MF .deps/reverse.Tpo ../../Ferry_Tagscherer/gdb/reverse.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bcache.o -MT bcache.o -MMD -MP -MF .deps/bcache.Tpo ../../Ferry_Tagscherer/gdb/bcache.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objfiles.o -MT objfiles.o -MMD -MP -MF .deps/objfiles.Tpo ../../Ferry_Tagscherer/gdb/objfiles.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o observer.o -MT observer.o -MMD -MP -MF .deps/observer.Tpo ../../Ferry_Tagscherer/gdb/observer.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minsyms.o -MT minsyms.o -MMD -MP -MF .deps/minsyms.Tpo ../../Ferry_Tagscherer/gdb/minsyms.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../Ferry_Tagscherer/gdb/maint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o demangle.o -MT demangle.o -MMD -MP -MF .deps/demangle.Tpo ../../Ferry_Tagscherer/gdb/demangle.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dbxread.o -MT dbxread.o -MMD -MP -MF .deps/dbxread.Tpo ../../Ferry_Tagscherer/gdb/dbxread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coffread.o -MT coffread.o -MMD -MP -MF .deps/coffread.Tpo ../../Ferry_Tagscherer/gdb/coffread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coff-pe-read.o -MT coff-pe-read.o -MMD -MP -MF .deps/coff-pe-read.Tpo ../../Ferry_Tagscherer/gdb/coff-pe-read.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../Ferry_Tagscherer/gdb/dwarf2read.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mipsread.o -MT mipsread.o -MMD -MP -MF .deps/mipsread.Tpo ../../Ferry_Tagscherer/gdb/mipsread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stabsread.o -MT stabsread.o -MMD -MP -MF .deps/stabsread.Tpo ../../Ferry_Tagscherer/gdb/stabsread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corefile.o -MT corefile.o -MMD -MP -MF .deps/corefile.Tpo ../../Ferry_Tagscherer/gdb/corefile.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../Ferry_Tagscherer/gdb/dwarf2expr.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../Ferry_Tagscherer/gdb/dwarf2loc.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame.o -MT dwarf2-frame.o -MMD -MP -MF .deps/dwarf2-frame.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame-tailcall.o -MT dwarf2-frame-tailcall.o -MMD -MP -MF .deps/dwarf2-frame-tailcall.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame-tailcall.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-lang.o -MT ada-lang.o -MMD -MP -MF .deps/ada-lang.Tpo ../../Ferry_Tagscherer/gdb/ada-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-lang.o -MT c-lang.o -MMD -MP -MF .deps/c-lang.Tpo ../../Ferry_Tagscherer/gdb/c-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-lang.o -MT d-lang.o -MMD -MP -MF .deps/d-lang.Tpo ../../Ferry_Tagscherer/gdb/d-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../Ferry_Tagscherer/gdb/f-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objc-lang.o -MT objc-lang.o -MMD -MP -MF .deps/objc-lang.Tpo ../../Ferry_Tagscherer/gdb/objc-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-tasks.o -MT ada-tasks.o -MMD -MP -MF .deps/ada-tasks.Tpo ../../Ferry_Tagscherer/gdb/ada-tasks.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-varobj.o -MT ada-varobj.o -MMD -MP -MF .deps/ada-varobj.Tpo ../../Ferry_Tagscherer/gdb/ada-varobj.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-out.o -MT ui-out.o -MMD -MP -MF .deps/ui-out.Tpo ../../Ferry_Tagscherer/gdb/ui-out.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-out.o -MT cli-out.o -MMD -MP -MF .deps/cli-out.Tpo ../../Ferry_Tagscherer/gdb/cli-out.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o varobj.o -MT varobj.o -MMD -MP -MF .deps/varobj.Tpo ../../Ferry_Tagscherer/gdb/varobj.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../Ferry_Tagscherer/gdb/common/vec.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../Ferry_Tagscherer/gdb/go-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../Ferry_Tagscherer/gdb/go-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../Ferry_Tagscherer/gdb/go-typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-lang.o -MT jv-lang.o -MMD -MP -MF .deps/jv-lang.Tpo ../../Ferry_Tagscherer/gdb/jv-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-valprint.o -MT jv-valprint.o -MMD -MP -MF .deps/jv-valprint.Tpo ../../Ferry_Tagscherer/gdb/jv-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-typeprint.o -MT jv-typeprint.o -MMD -MP -MF .deps/jv-typeprint.Tpo ../../Ferry_Tagscherer/gdb/jv-typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../Ferry_Tagscherer/gdb/m2-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o opencl-lang.o -MT opencl-lang.o -MMD -MP -MF .deps/opencl-lang.Tpo ../../Ferry_Tagscherer/gdb/opencl-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-lang.o -MT p-lang.o -MMD -MP -MF .deps/p-lang.Tpo ../../Ferry_Tagscherer/gdb/p-lang.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-typeprint.o -MT p-typeprint.o -MMD -MP -MF .deps/p-typeprint.Tpo ../../Ferry_Tagscherer/gdb/p-typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-valprint.o -MT p-valprint.o -MMD -MP -MF .deps/p-valprint.Tpo ../../Ferry_Tagscherer/gdb/p-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o sentinel-frame.o -MT sentinel-frame.o -MMD -MP -MF .deps/sentinel-frame.Tpo ../../Ferry_Tagscherer/gdb/sentinel-frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o complaints.o -MT complaints.o -MMD -MP -MF .deps/complaints.Tpo ../../Ferry_Tagscherer/gdb/complaints.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o typeprint.o -MT typeprint.o -MMD -MP -MF .deps/typeprint.Tpo ../../Ferry_Tagscherer/gdb/typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-typeprint.o -MT ada-typeprint.o -MMD -MP -MF .deps/ada-typeprint.Tpo ../../Ferry_Tagscherer/gdb/ada-typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-typeprint.o -MT c-typeprint.o -MMD -MP -MF .deps/c-typeprint.Tpo ../../Ferry_Tagscherer/gdb/c-typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../Ferry_Tagscherer/gdb/f-typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../Ferry_Tagscherer/gdb/m2-typeprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-valprint.o -MT ada-valprint.o -MMD -MP -MF .deps/ada-valprint.Tpo ../../Ferry_Tagscherer/gdb/ada-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-valprint.o -MT c-valprint.o -MMD -MP -MF .deps/c-valprint.Tpo ../../Ferry_Tagscherer/gdb/c-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-valprint.o -MT cp-valprint.o -MMD -MP -MF .deps/cp-valprint.Tpo ../../Ferry_Tagscherer/gdb/cp-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-valprint.o -MT d-valprint.o -MMD -MP -MF .deps/d-valprint.Tpo ../../Ferry_Tagscherer/gdb/d-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../Ferry_Tagscherer/gdb/f-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../Ferry_Tagscherer/gdb/m2-valprint.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o serial.o -MT serial.o -MMD -MP -MF .deps/serial.Tpo ../../Ferry_Tagscherer/gdb/serial.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../Ferry_Tagscherer/gdb/mdebugread.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o top.o -MT top.o -MMD -MP -MF .deps/top.Tpo ../../Ferry_Tagscherer/gdb/top.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../Ferry_Tagscherer/gdb/utils.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-file.o -MT ui-file.o -MMD -MP -MF .deps/ui-file.Tpo ../../Ferry_Tagscherer/gdb/ui-file.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o user-regs.o -MT user-regs.o -MMD -MP -MF .deps/user-regs.Tpo ../../Ferry_Tagscherer/gdb/user-regs.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../Ferry_Tagscherer/gdb/frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../Ferry_Tagscherer/gdb/frame-unwind.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o doublest.o -MT doublest.o -MMD -MP -MF .deps/doublest.Tpo ../../Ferry_Tagscherer/gdb/doublest.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../Ferry_Tagscherer/gdb/frame-base.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../Ferry_Tagscherer/gdb/inline-frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v2-abi.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v3-abi.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-abi.o -MT cp-abi.o -MMD -MP -MF .deps/cp-abi.Tpo ../../Ferry_Tagscherer/gdb/cp-abi.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-support.o -MT cp-support.o -MMD -MP -MF .deps/cp-support.Tpo ../../Ferry_Tagscherer/gdb/cp-support.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-namespace.o -MT cp-namespace.o -MMD -MP -MF .deps/cp-namespace.Tpo ../../Ferry_Tagscherer/gdb/cp-namespace.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reggroups.o -MT reggroups.o -MMD -MP -MF .deps/reggroups.Tpo ../../Ferry_Tagscherer/gdb/reggroups.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regset.o -MT regset.o -MMD -MP -MF .deps/regset.Tpo ../../Ferry_Tagscherer/gdb/regset.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o trad-frame.o -MT trad-frame.o -MMD -MP -MF .deps/trad-frame.Tpo ../../Ferry_Tagscherer/gdb/trad-frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tramp-frame.o -MT tramp-frame.o -MMD -MP -MF .deps/tramp-frame.Tpo ../../Ferry_Tagscherer/gdb/tramp-frame.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib.o -MT solib.o -MMD -MP -MF .deps/solib.Tpo ../../Ferry_Tagscherer/gdb/solib.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-target.o -MT solib-target.o -MMD -MP -MF .deps/solib-target.Tpo ../../Ferry_Tagscherer/gdb/solib-target.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o prologue-value.o -MT prologue-value.o -MMD -MP -MF .deps/prologue-value.Tpo ../../Ferry_Tagscherer/gdb/prologue-value.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../Ferry_Tagscherer/gdb/memory-map.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../Ferry_Tagscherer/gdb/memrange.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-support.o -MT xml-support.o -MMD -MP -MF .deps/xml-support.Tpo ../../Ferry_Tagscherer/gdb/xml-support.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-syscall.o -MT xml-syscall.o -MMD -MP -MF .deps/xml-syscall.Tpo ../../Ferry_Tagscherer/gdb/xml-syscall.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../Ferry_Tagscherer/gdb/common/xml-utils.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-descriptions.o -MT target-descriptions.o -MMD -MP -MF .deps/target-descriptions.Tpo ../../Ferry_Tagscherer/gdb/target-descriptions.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-memory.o -MT target-memory.o -MMD -MP -MF .deps/target-memory.Tpo ../../Ferry_Tagscherer/gdb/target-memory.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-tdesc.o -MT xml-tdesc.o -MMD -MP -MF .deps/xml-tdesc.Tpo ../../Ferry_Tagscherer/gdb/xml-tdesc.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o block.o -MT block.o -MMD -MP -MF .deps/block.Tpo ../../Ferry_Tagscherer/gdb/block.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../Ferry_Tagscherer/gdb/symtab.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o psymtab.o -MT psymtab.o -MMD -MP -MF .deps/psymtab.Tpo ../../Ferry_Tagscherer/gdb/psymtab.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile.o -MT symfile.o -MMD -MP -MF .deps/symfile.Tpo ../../Ferry_Tagscherer/gdb/symfile.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symmisc.o -MT symmisc.o -MMD -MP -MF .deps/symmisc.Tpo ../../Ferry_Tagscherer/gdb/symmisc.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../Ferry_Tagscherer/gdb/linespec.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dictionary.o -MT dictionary.o -MMD -MP -MF .deps/dictionary.Tpo ../../Ferry_Tagscherer/gdb/dictionary.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../Ferry_Tagscherer/gdb/infcall.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../Ferry_Tagscherer/gdb/infcmd.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../Ferry_Tagscherer/gdb/infrun.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../Ferry_Tagscherer/gdb/expprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../Ferry_Tagscherer/gdb/environ.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stack.o -MT stack.o -MMD -MP -MF .deps/stack.Tpo ../../Ferry_Tagscherer/gdb/stack.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o thread.o -MT thread.o -MMD -MP -MF .deps/thread.Tpo ../../Ferry_Tagscherer/gdb/thread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../Ferry_Tagscherer/gdb/exceptions.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../Ferry_Tagscherer/gdb/filesystem.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../Ferry_Tagscherer/gdb/common/filestuff.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../Ferry_Tagscherer/gdb/inf-child.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../Ferry_Tagscherer/gdb/interps.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minidebug.o -MT minidebug.o -MMD -MP -MF .deps/minidebug.Tpo ../../Ferry_Tagscherer/gdb/minidebug.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../Ferry_Tagscherer/gdb/main.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../Ferry_Tagscherer/gdb/macrotab.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../Ferry_Tagscherer/gdb/macrocmd.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../Ferry_Tagscherer/gdb/macroexp.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../Ferry_Tagscherer/gdb/macroscope.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-common.o -MT mi-common.o -MMD -MP -MF .deps/mi-common.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-common.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../Ferry_Tagscherer/gdb/event-loop.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../Ferry_Tagscherer/gdb/event-top.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../Ferry_Tagscherer/gdb/inf-loop.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o completer.o -MT completer.o -MMD -MP -MF .deps/completer.Tpo ../../Ferry_Tagscherer/gdb/completer.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../Ferry_Tagscherer/gdb/gdbarch.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o arch-utils.o -MT arch-utils.o -MMD -MP -MF .deps/arch-utils.Tpo ../../Ferry_Tagscherer/gdb/arch-utils.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../Ferry_Tagscherer/gdb/gdbtypes.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../Ferry_Tagscherer/gdb/gdb_bfd.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../Ferry_Tagscherer/gdb/gdb_obstack.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osabi.o -MT osabi.o -MMD -MP -MF .deps/osabi.Tpo ../../Ferry_Tagscherer/gdb/osabi.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o copying.o -MT copying.o -MMD -MP -MF .deps/copying.Tpo ../../Ferry_Tagscherer/gdb/copying.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../Ferry_Tagscherer/gdb/memattr.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../Ferry_Tagscherer/gdb/mem-break.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../Ferry_Tagscherer/gdb/target.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o parse.o -MT parse.o -MMD -MP -MF .deps/parse.Tpo ../../Ferry_Tagscherer/gdb/parse.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../Ferry_Tagscherer/gdb/language.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buildsym.o -MT buildsym.o -MMD -MP -MF .deps/buildsym.Tpo ../../Ferry_Tagscherer/gdb/buildsym.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../Ferry_Tagscherer/gdb/findcmd.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o std-regs.o -MT std-regs.o -MMD -MP -MF .deps/std-regs.Tpo ../../Ferry_Tagscherer/gdb/std-regs.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../Ferry_Tagscherer/gdb/common/signals.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../Ferry_Tagscherer/gdb/exec.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reverse.o -MT reverse.o -MMD -MP -MF .deps/reverse.Tpo ../../Ferry_Tagscherer/gdb/reverse.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bcache.o -MT bcache.o -MMD -MP -MF .deps/bcache.Tpo ../../Ferry_Tagscherer/gdb/bcache.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objfiles.o -MT objfiles.o -MMD -MP -MF .deps/objfiles.Tpo ../../Ferry_Tagscherer/gdb/objfiles.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o observer.o -MT observer.o -MMD -MP -MF .deps/observer.Tpo ../../Ferry_Tagscherer/gdb/observer.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minsyms.o -MT minsyms.o -MMD -MP -MF .deps/minsyms.Tpo ../../Ferry_Tagscherer/gdb/minsyms.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../Ferry_Tagscherer/gdb/maint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o demangle.o -MT demangle.o -MMD -MP -MF .deps/demangle.Tpo ../../Ferry_Tagscherer/gdb/demangle.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dbxread.o -MT dbxread.o -MMD -MP -MF .deps/dbxread.Tpo ../../Ferry_Tagscherer/gdb/dbxread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coffread.o -MT coffread.o -MMD -MP -MF .deps/coffread.Tpo ../../Ferry_Tagscherer/gdb/coffread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coff-pe-read.o -MT coff-pe-read.o -MMD -MP -MF .deps/coff-pe-read.Tpo ../../Ferry_Tagscherer/gdb/coff-pe-read.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../Ferry_Tagscherer/gdb/dwarf2read.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mipsread.o -MT mipsread.o -MMD -MP -MF .deps/mipsread.Tpo ../../Ferry_Tagscherer/gdb/mipsread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stabsread.o -MT stabsread.o -MMD -MP -MF .deps/stabsread.Tpo ../../Ferry_Tagscherer/gdb/stabsread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corefile.o -MT corefile.o -MMD -MP -MF .deps/corefile.Tpo ../../Ferry_Tagscherer/gdb/corefile.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../Ferry_Tagscherer/gdb/dwarf2expr.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../Ferry_Tagscherer/gdb/dwarf2loc.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame.o -MT dwarf2-frame.o -MMD -MP -MF .deps/dwarf2-frame.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame-tailcall.o -MT dwarf2-frame-tailcall.o -MMD -MP -MF .deps/dwarf2-frame-tailcall.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame-tailcall.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-lang.o -MT ada-lang.o -MMD -MP -MF .deps/ada-lang.Tpo ../../Ferry_Tagscherer/gdb/ada-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-lang.o -MT c-lang.o -MMD -MP -MF .deps/c-lang.Tpo ../../Ferry_Tagscherer/gdb/c-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-lang.o -MT d-lang.o -MMD -MP -MF .deps/d-lang.Tpo ../../Ferry_Tagscherer/gdb/d-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../Ferry_Tagscherer/gdb/f-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objc-lang.o -MT objc-lang.o -MMD -MP -MF .deps/objc-lang.Tpo ../../Ferry_Tagscherer/gdb/objc-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-tasks.o -MT ada-tasks.o -MMD -MP -MF .deps/ada-tasks.Tpo ../../Ferry_Tagscherer/gdb/ada-tasks.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-varobj.o -MT ada-varobj.o -MMD -MP -MF .deps/ada-varobj.Tpo ../../Ferry_Tagscherer/gdb/ada-varobj.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-out.o -MT ui-out.o -MMD -MP -MF .deps/ui-out.Tpo ../../Ferry_Tagscherer/gdb/ui-out.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-out.o -MT cli-out.o -MMD -MP -MF .deps/cli-out.Tpo ../../Ferry_Tagscherer/gdb/cli-out.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o varobj.o -MT varobj.o -MMD -MP -MF .deps/varobj.Tpo ../../Ferry_Tagscherer/gdb/varobj.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../Ferry_Tagscherer/gdb/common/vec.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../Ferry_Tagscherer/gdb/go-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../Ferry_Tagscherer/gdb/go-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../Ferry_Tagscherer/gdb/go-typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-lang.o -MT jv-lang.o -MMD -MP -MF .deps/jv-lang.Tpo ../../Ferry_Tagscherer/gdb/jv-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-valprint.o -MT jv-valprint.o -MMD -MP -MF .deps/jv-valprint.Tpo ../../Ferry_Tagscherer/gdb/jv-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-typeprint.o -MT jv-typeprint.o -MMD -MP -MF .deps/jv-typeprint.Tpo ../../Ferry_Tagscherer/gdb/jv-typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../Ferry_Tagscherer/gdb/m2-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o opencl-lang.o -MT opencl-lang.o -MMD -MP -MF .deps/opencl-lang.Tpo ../../Ferry_Tagscherer/gdb/opencl-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-lang.o -MT p-lang.o -MMD -MP -MF .deps/p-lang.Tpo ../../Ferry_Tagscherer/gdb/p-lang.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-typeprint.o -MT p-typeprint.o -MMD -MP -MF .deps/p-typeprint.Tpo ../../Ferry_Tagscherer/gdb/p-typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-valprint.o -MT p-valprint.o -MMD -MP -MF .deps/p-valprint.Tpo ../../Ferry_Tagscherer/gdb/p-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o sentinel-frame.o -MT sentinel-frame.o -MMD -MP -MF .deps/sentinel-frame.Tpo ../../Ferry_Tagscherer/gdb/sentinel-frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o complaints.o -MT complaints.o -MMD -MP -MF .deps/complaints.Tpo ../../Ferry_Tagscherer/gdb/complaints.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o typeprint.o -MT typeprint.o -MMD -MP -MF .deps/typeprint.Tpo ../../Ferry_Tagscherer/gdb/typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-typeprint.o -MT ada-typeprint.o -MMD -MP -MF .deps/ada-typeprint.Tpo ../../Ferry_Tagscherer/gdb/ada-typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-typeprint.o -MT c-typeprint.o -MMD -MP -MF .deps/c-typeprint.Tpo ../../Ferry_Tagscherer/gdb/c-typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../Ferry_Tagscherer/gdb/f-typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../Ferry_Tagscherer/gdb/m2-typeprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-valprint.o -MT ada-valprint.o -MMD -MP -MF .deps/ada-valprint.Tpo ../../Ferry_Tagscherer/gdb/ada-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-valprint.o -MT c-valprint.o -MMD -MP -MF .deps/c-valprint.Tpo ../../Ferry_Tagscherer/gdb/c-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-valprint.o -MT cp-valprint.o -MMD -MP -MF .deps/cp-valprint.Tpo ../../Ferry_Tagscherer/gdb/cp-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-valprint.o -MT d-valprint.o -MMD -MP -MF .deps/d-valprint.Tpo ../../Ferry_Tagscherer/gdb/d-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../Ferry_Tagscherer/gdb/f-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../Ferry_Tagscherer/gdb/m2-valprint.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o serial.o -MT serial.o -MMD -MP -MF .deps/serial.Tpo ../../Ferry_Tagscherer/gdb/serial.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../Ferry_Tagscherer/gdb/mdebugread.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o top.o -MT top.o -MMD -MP -MF .deps/top.Tpo ../../Ferry_Tagscherer/gdb/top.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../Ferry_Tagscherer/gdb/utils.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-file.o -MT ui-file.o -MMD -MP -MF .deps/ui-file.Tpo ../../Ferry_Tagscherer/gdb/ui-file.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o user-regs.o -MT user-regs.o -MMD -MP -MF .deps/user-regs.Tpo ../../Ferry_Tagscherer/gdb/user-regs.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../Ferry_Tagscherer/gdb/frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../Ferry_Tagscherer/gdb/frame-unwind.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o doublest.o -MT doublest.o -MMD -MP -MF .deps/doublest.Tpo ../../Ferry_Tagscherer/gdb/doublest.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../Ferry_Tagscherer/gdb/frame-base.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../Ferry_Tagscherer/gdb/inline-frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v2-abi.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v3-abi.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-abi.o -MT cp-abi.o -MMD -MP -MF .deps/cp-abi.Tpo ../../Ferry_Tagscherer/gdb/cp-abi.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-support.o -MT cp-support.o -MMD -MP -MF .deps/cp-support.Tpo ../../Ferry_Tagscherer/gdb/cp-support.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-namespace.o -MT cp-namespace.o -MMD -MP -MF .deps/cp-namespace.Tpo ../../Ferry_Tagscherer/gdb/cp-namespace.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reggroups.o -MT reggroups.o -MMD -MP -MF .deps/reggroups.Tpo ../../Ferry_Tagscherer/gdb/reggroups.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regset.o -MT regset.o -MMD -MP -MF .deps/regset.Tpo ../../Ferry_Tagscherer/gdb/regset.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o trad-frame.o -MT trad-frame.o -MMD -MP -MF .deps/trad-frame.Tpo ../../Ferry_Tagscherer/gdb/trad-frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tramp-frame.o -MT tramp-frame.o -MMD -MP -MF .deps/tramp-frame.Tpo ../../Ferry_Tagscherer/gdb/tramp-frame.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib.o -MT solib.o -MMD -MP -MF .deps/solib.Tpo ../../Ferry_Tagscherer/gdb/solib.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-target.o -MT solib-target.o -MMD -MP -MF .deps/solib-target.Tpo ../../Ferry_Tagscherer/gdb/solib-target.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o prologue-value.o -MT prologue-value.o -MMD -MP -MF .deps/prologue-value.Tpo ../../Ferry_Tagscherer/gdb/prologue-value.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../Ferry_Tagscherer/gdb/memory-map.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../Ferry_Tagscherer/gdb/memrange.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-support.o -MT xml-support.o -MMD -MP -MF .deps/xml-support.Tpo ../../Ferry_Tagscherer/gdb/xml-support.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-syscall.o -MT xml-syscall.o -MMD -MP -MF .deps/xml-syscall.Tpo ../../Ferry_Tagscherer/gdb/xml-syscall.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../Ferry_Tagscherer/gdb/common/xml-utils.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-descriptions.o -MT target-descriptions.o -MMD -MP -MF .deps/target-descriptions.Tpo ../../Ferry_Tagscherer/gdb/target-descriptions.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-memory.o -MT target-memory.o -MMD -MP -MF .deps/target-memory.Tpo ../../Ferry_Tagscherer/gdb/target-memory.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-tdesc.o -MT xml-tdesc.o -MMD -MP -MF .deps/xml-tdesc.Tpo ../../Ferry_Tagscherer/gdb/xml-tdesc.c rm -f xml-builtin.tmp AWK="gawk" \ /bin/dash ../../Ferry_Tagscherer/gdb/features/feature_to_c.sh \ xml-builtin.tmp ../../Ferry_Tagscherer/gdb/features/gdb-target.dtd ../../Ferry_Tagscherer/gdb/features/xinclude.dtd ../../Ferry_Tagscherer/gdb/features/library-list.dtd ../../Ferry_Tagscherer/gdb/features/library-list-aix.dtd ../../Ferry_Tagscherer/gdb/features/library-list-svr4.dtd ../../Ferry_Tagscherer/gdb/features/osdata.dtd ../../Ferry_Tagscherer/gdb/features/threads.dtd ../../Ferry_Tagscherer/gdb/features/traceframe-info.dtd ../../Ferry_Tagscherer/gdb/features/btrace.dtd /bin/dash ../../Ferry_Tagscherer/gdb/../move-if-change xml-builtin.tmp xml-builtin.c echo stamp > stamp-xml -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../Ferry_Tagscherer/gdb/inferior.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osdata.o -MT osdata.o -MMD -MP -MF .deps/osdata.Tpo ../../Ferry_Tagscherer/gdb/osdata.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../Ferry_Tagscherer/gdb/gdb_usleep.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record.o -MT record.o -MMD -MP -MF .deps/record.Tpo ../../Ferry_Tagscherer/gdb/record.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-full.o -MT record-full.o -MMD -MP -MF .deps/record-full.Tpo ../../Ferry_Tagscherer/gdb/record-full.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../Ferry_Tagscherer/gdb/gcore.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../Ferry_Tagscherer/gdb/common/gdb_vecs.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../Ferry_Tagscherer/gdb/jit.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o progspace.o -MT progspace.o -MMD -MP -MF .deps/progspace.Tpo ../../Ferry_Tagscherer/gdb/progspace.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o skip.o -MT skip.o -MMD -MP -MF .deps/skip.Tpo ../../Ferry_Tagscherer/gdb/skip.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o probe.o -MT probe.o -MMD -MP -MF .deps/probe.Tpo ../../Ferry_Tagscherer/gdb/probe.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../Ferry_Tagscherer/gdb/common/common-utils.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../Ferry_Tagscherer/gdb/common/buffer.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../Ferry_Tagscherer/gdb/common/ptid.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../Ferry_Tagscherer/gdb/gdb-dlfcn.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-agent.o -MT common-agent.o -MMD -MP -MF .deps/common-agent.Tpo ../../Ferry_Tagscherer/gdb/common/agent.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../Ferry_Tagscherer/gdb/common/format.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o registry.o -MT registry.o -MMD -MP -MF .deps/registry.Tpo ../../Ferry_Tagscherer/gdb/registry.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o btrace.o -MT btrace.o -MMD -MP -MF .deps/btrace.Tpo ../../Ferry_Tagscherer/gdb/btrace.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-btrace.o -MT record-btrace.o -MMD -MP -MF .deps/record-btrace.Tpo ../../Ferry_Tagscherer/gdb/record-btrace.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inflow.o -MT inflow.o -MMD -MP -MF .deps/inflow.Tpo ../../Ferry_Tagscherer/gdb/inflow.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../Ferry_Tagscherer/gdb/inferior.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osdata.o -MT osdata.o -MMD -MP -MF .deps/osdata.Tpo ../../Ferry_Tagscherer/gdb/osdata.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../Ferry_Tagscherer/gdb/gdb_usleep.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record.o -MT record.o -MMD -MP -MF .deps/record.Tpo ../../Ferry_Tagscherer/gdb/record.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-full.o -MT record-full.o -MMD -MP -MF .deps/record-full.Tpo ../../Ferry_Tagscherer/gdb/record-full.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../Ferry_Tagscherer/gdb/gcore.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../Ferry_Tagscherer/gdb/common/gdb_vecs.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../Ferry_Tagscherer/gdb/jit.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o progspace.o -MT progspace.o -MMD -MP -MF .deps/progspace.Tpo ../../Ferry_Tagscherer/gdb/progspace.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o skip.o -MT skip.o -MMD -MP -MF .deps/skip.Tpo ../../Ferry_Tagscherer/gdb/skip.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o probe.o -MT probe.o -MMD -MP -MF .deps/probe.Tpo ../../Ferry_Tagscherer/gdb/probe.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../Ferry_Tagscherer/gdb/common/common-utils.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../Ferry_Tagscherer/gdb/common/buffer.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../Ferry_Tagscherer/gdb/common/ptid.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../Ferry_Tagscherer/gdb/gdb-dlfcn.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-agent.o -MT common-agent.o -MMD -MP -MF .deps/common-agent.Tpo ../../Ferry_Tagscherer/gdb/common/agent.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../Ferry_Tagscherer/gdb/common/format.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o registry.o -MT registry.o -MMD -MP -MF .deps/registry.Tpo ../../Ferry_Tagscherer/gdb/registry.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o btrace.o -MT btrace.o -MMD -MP -MF .deps/btrace.Tpo ../../Ferry_Tagscherer/gdb/btrace.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-btrace.o -MT record-btrace.o -MMD -MP -MF .deps/record-btrace.Tpo ../../Ferry_Tagscherer/gdb/record-btrace.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inflow.o -MT inflow.o -MMD -MP -MF .deps/inflow.Tpo ../../Ferry_Tagscherer/gdb/inflow.c Making init.c -gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c +gcc-4.8 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c rm -f gdb -gcc-4.7 -g -O2 -D_GNU_SOURCE -static-libstdc++ -static-libgcc \ +gcc-4.8 -g -O2 -D_GNU_SOURCE -static-libstdc++ -static-libgcc \ -o gdb gdb.o i386-tdep.o i387-tdep.o i386gnu-tdep.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o i386gnu-nat.o gnu-nat.o core-regset.o fork-child.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-catch.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-cmd-info.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-arch.o py-auto-load.o py-block.o py-bpevent.o py-breakpoint.o py-cmd.o py-continueevent.o py-event.o py-evtregistry.o py-evts.o py-exitedevent.o py-finishbreakpoint.o py-frame.o py-framefilter.o py-function.o py-gdb-readline.o py-inferior.o py-infthread.o py-lazy-string.o py-newobjfileevent.o py-objfile.o py-param.o py-prettyprint.o py-progspace.o py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o py-threadevent.o py-type.o py-utils.o py-value.o elfread.o stap-probe.o posix-hdep.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auto-load.o auxv.o agent.o bfd-target.o blockframe.o breakpoint.o break-catch-sig.o break-catch-throw.o findvar.o regcache.o cleanups.o charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o filestuff.o inf-child.o interps.o minidebug.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o gdb_bfd.o gdb_obstack.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ada-varobj.o ui-out.o cli-out.o varobj.o vec.o go-lang.o go-valprint.o go-typeprint.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o xml-utils.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o record-full.o gcore.o gdb_vecs.o jit.o progspace.o skip.o probe.o common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o format.o registry.o btrace.o record-btrace.o inflow.o init.o \ ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lshouldbeinlibc -ldl -lncurses -lz -lm -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' diff --git a/gdb/coulomb.SCHWINGE/log_install b/gdb/coulomb.SCHWINGE/log_install index 0965eb5c..83e76484 100644 --- a/gdb/coulomb.SCHWINGE/log_install +++ b/gdb/coulomb.SCHWINGE/log_install @@ -209,10 +209,10 @@ make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/te make[3]: Nothing to be done for `all'. make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/testsuite' if test -n ""; then \ - /bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`; \ - /usr/bin/install -c -m 644 ./libiberty.a [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an; \ - ( cd [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ - mv -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.a; \ + /bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`; \ + /usr/bin/install -c -m 644 ./libiberty.a [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`/./libiberty.an; \ + ( cd [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ + mv -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`/./libiberty.an [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`/./libiberty.a; \ case "" in \ /*) thd=;; \ *) thd=[...]/tschwinge/Ferry_Tagscherer.build.install/include/;; \ diff --git a/gdb/coulomb.SCHWINGE/log_test b/gdb/coulomb.SCHWINGE/log_test index fd143507..8b994344 100644 --- a/gdb/coulomb.SCHWINGE/log_test +++ b/gdb/coulomb.SCHWINGE/log_test @@ -35,14 +35,14 @@ make[2]: Nothing to be done for `check'. make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/libdecnumber' make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty' make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/testsuite' -gcc-4.7 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -o test-demangle \ +gcc-4.8 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -o test-demangle \ ../../../Ferry_Tagscherer/libiberty/testsuite/test-demangle.c ../libiberty.a ./test-demangle < ../../../Ferry_Tagscherer/libiberty/testsuite/demangle-expected ./test-demangle: 882 tests, 0 failures -gcc-4.7 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ +gcc-4.8 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ ../../../Ferry_Tagscherer/libiberty/testsuite/test-pexecute.c ../libiberty.a ./test-pexecute -gcc-4.7 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ +gcc-4.8 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ ../../../Ferry_Tagscherer/libiberty/testsuite/test-expandargv.c ../libiberty.a ./test-expandargv PASS: test-expandargv-0. @@ -70,7 +70,7 @@ make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuit Nothing to be done for all... Making a new config file... rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/a2-run.exp gdb.base/advance.exp gdb.base/alias.exp gdb.base/all-bin.exp gdb.base/annota1.exp gdb.base/annota3.exp gdb.base/anon.exp gdb.base/args.exp gdb.base/arithmet.exp gdb.base/arrayidx.exp gdb.base/assign.exp gdb.base/async-shell.exp gdb.base/async.exp gdb.base/attach-pie-misread.exp gdb.base/attach-pie-noexec.exp gdb.base/attach-twice.exp gdb.base/attach.exp gdb.base/auxv.exp gdb.base/bang.exp gdb.base/bfp-test.exp gdb.base/bigcore.exp gdb.base/bitfields.exp gdb.base/bitfields2.exp gdb.base/bitops.exp gdb.base/break-always.exp gdb.base/break-caller-line.exp gdb.base/break-entry.exp gdb.base/break-inline.exp gdb.base/break-interp.exp gdb.base/break-on-linker-gcd-function.exp gdb.base/break-probes.exp gdb.base/break.exp gdb.base/breakpoint-shadow.exp gdb.base/call-ar-st.exp gdb.base/call-rt-st.exp gdb.base/call-sc.exp gdb.base/call-signal-resume.exp gdb.base/call-strs.exp gdb.base/callexit.exp gdb.base/callfuncs.exp gdb.base/catch-load.exp gdb.base/catch-signal-fork.exp gdb.base/catch-signal.exp gdb.base/catch-syscall.exp gdb.base/charset.exp gdb.base/checkpoint.exp gdb.base/chng-syms.exp gdb.base/code-expr.exp gdb.base/code_elim.exp gdb.base/commands.exp gdb.base/completion.exp gdb.base/complex.exp gdb.base/comprdebug.exp gdb.base/cond-eval-mode.exp gdb.base/cond-expr.exp gdb.base/condbreak.exp gdb.base/consecutive.exp gdb.base/constvars.exp gdb.base/corefile.exp gdb.base/ctxobj.exp gdb.base/cursal.exp gdb.base/cvexpr.exp gdb.base/dbx.exp gdb.base/debug-expr.exp gdb.base/default.exp gdb.base/define.exp gdb.base/del.exp gdb.base/detach.exp gdb.base/dfp-exprs.exp gdb.base/dfp-test.exp gdb.base/disabled-location.exp gdb.base/disasm-end-cu.exp gdb.base/disp-step-syscall.exp gdb.base/display.exp gdb.base/dmsym.exp gdb.base/dprintf-pending.exp gdb.base/dprintf.exp gdb.base/dump.exp gdb.base/dup-sect.exp gdb.base/duplicate-bp.exp gdb.base/echo.exp gdb.base/empty_exe.exp gdb.base/ena-dis-br.exp gdb.base/ending-run.exp gdb.base/enum_cond.exp gdb.base/enumval.exp gdb.base/environ.exp gdb.base/eu-strip-infcall.exp gdb.base/eval-skip.exp gdb.base/eval.exp gdb.base/exe-lock.exp gdb.base/expand-psymtabs.exp gdb.base/exprs.exp gdb.base/fileio.exp gdb.base/filesym.exp gdb.base/find-unmapped.exp gdb.base/find.exp gdb.base/finish.exp gdb.base/fixsection.exp gdb.base/float.exp gdb.base/foll-exec.exp gdb.base/foll-fork.exp gdb.base/foll-vfork.exp gdb.base/fortran-sym-case.exp gdb.base/frame-args.exp gdb.base/freebpcmd.exp gdb.base/fullname.exp gdb.base/fullpath-expand.exp gdb.base/funcargs.exp gdb.base/gcore-buffer-overflow.exp gdb.base/gcore-relro.exp gdb.base/gcore.exp gdb.base/gdb1056.exp gdb.base/gdb1090.exp gdb.base/gdb11530.exp gdb.base/gdb11531.exp gdb.base/gdb1250.exp gdb.base/gdb1555.exp gdb.base/gdb1821.exp gdb.base/gdbindex-stabs.exp gdb.base/gdbvars.exp gdb.base/gnu-debugdata.exp gdb.base/gnu-ifunc.exp gdb.base/gnu_vector.exp gdb.base/hashline1.exp gdb.base/hashline2.exp gdb.base/hashline3.exp gdb.base/hbreak.exp gdb.base/hbreak2.exp gdb.base/help.exp gdb.base/hook-stop-continue.exp gdb.base/hook-stop-frame.exp gdb.base/huge.exp gdb.base/ifelse.exp gdb.base/included.exp gdb.base/inferior-died.exp gdb.base/infnan.exp gdb.base/info-fun.exp gdb.base/info-macros.exp gdb.base/info-os.exp gdb.base/info-proc.exp gdb.base/info-shared.exp gdb.base/info-target.exp gdb.base/infoline.exp gdb.base/interact.exp gdb.base/interp.exp gdb.base/interrupt.exp gdb.base/jit-simple.exp gdb.base/jit-so.exp gdb.base/jit.exp gdb.base/jump.exp gdb.base/kill-after-signal.exp gdb.base/label.exp gdb.base/langs.exp gdb.base/ldbl_e308.exp gdb.base/lineinc.exp gdb.base/linespecs.exp gdb.base/list.exp gdb.base/logical.exp gdb.base/long_long.exp gdb.base/longest-types.exp gdb.base/longjmp.exp gdb.base/macscp.exp gdb.base/maint.exp gdb.base/memattr.exp gdb.base/mips_pro.exp gdb.base/miscexprs.exp gdb.base/morestack.exp gdb.base/moribund-step.exp gdb.base/multi-forks.exp --outdir gdb.base1 -Test Run By thomas on Thu Jun 13 21:09:15 2013 +Test Run By thomas on Fri Jun 14 11:42:00 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -128,7 +128,6 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/auxv.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/interrupt.exp ... FAIL: gdb.base/interrupt.exp: call function when asleep (wrong output) FAIL: gdb.base/interrupt.exp: call function a second time -FAIL: gdb.base/interrupt.exp: continue FAIL: gdb.base/interrupt.exp: Send Control-C, second time FAIL: gdb.base/interrupt.exp: send end of file Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fullpath-expand.exp ... @@ -346,8 +345,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1090.exp ... === gdb Summary === -# of expected passes 4553 -# of unexpected failures 90 +# of expected passes 4701 +# of unexpected failures 89 # of expected failures 5 # of known failures 20 # of untested testcases 3 @@ -356,7 +355,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1090.exp ... make[4]: *** [check-gdb.base1] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/nextoverexit.exp gdb.base/nodebug.exp gdb.base/nofield.exp gdb.base/nostdlib.exp gdb.base/opaque.exp gdb.base/overlays.exp gdb.base/page.exp gdb.base/pc-fp.exp gdb.base/pending.exp gdb.base/permissions.exp gdb.base/pie-execl.exp gdb.base/pointers.exp gdb.base/pr10179.exp gdb.base/pr11022.exp gdb.base/prelink.exp gdb.base/print-file-var.exp gdb.base/printcmds.exp gdb.base/prologue-include.exp gdb.base/prologue.exp gdb.base/psymtab.exp gdb.base/ptr-typedef.exp gdb.base/ptype.exp gdb.base/radix.exp gdb.base/randomize.exp gdb.base/range-stepping.exp gdb.base/readline-ask.exp gdb.base/readline.exp gdb.base/realname-expand.exp gdb.base/recpar.exp gdb.base/recurse.exp gdb.base/relational.exp gdb.base/relativedebug.exp gdb.base/relocate.exp gdb.base/remote.exp gdb.base/remotetimeout.exp gdb.base/reread.exp gdb.base/restore.exp gdb.base/return-nodebug.exp gdb.base/return.exp gdb.base/return2.exp gdb.base/save-bp.exp gdb.base/savedregs.exp gdb.base/scope.exp gdb.base/sect-cmd.exp gdb.base/sep.exp gdb.base/sepdebug.exp gdb.base/sepsymtab.exp gdb.base/set-lang-auto.exp gdb.base/set-noassign.exp gdb.base/setshow.exp gdb.base/setvar.exp gdb.base/shell.exp gdb.base/shlib-call.exp gdb.base/shreloc.exp gdb.base/sigall.exp gdb.base/sigaltstack.exp gdb.base/sigbpt.exp gdb.base/sigchld.exp gdb.base/siginfo-addr.exp gdb.base/siginfo-infcall.exp gdb.base/siginfo-obj.exp gdb.base/siginfo-thread.exp gdb.base/siginfo.exp gdb.base/signals.exp gdb.base/signest.exp gdb.base/signull.exp gdb.base/sigrepeat.exp gdb.base/sigstep.exp gdb.base/sizeof.exp gdb.base/skip-solib.exp gdb.base/skip.exp gdb.base/so-impl-ld.exp gdb.base/so-indr-cl.exp gdb.base/solib-corrupted.exp gdb.base/solib-disc.exp gdb.base/solib-display.exp gdb.base/solib-nodir.exp gdb.base/solib-overlap.exp gdb.base/solib-search.exp gdb.base/solib-symbol.exp gdb.base/solib-weak.exp gdb.base/solib.exp gdb.base/source.exp gdb.base/stack-checking.exp gdb.base/stale-infcall.exp gdb.base/stap-probe.exp gdb.base/start.exp gdb.base/step-break.exp gdb.base/step-bt.exp gdb.base/step-line.exp gdb.base/step-resume-infcall.exp gdb.base/step-symless.exp gdb.base/step-test.exp gdb.base/store.exp gdb.base/structs.exp gdb.base/structs2.exp gdb.base/structs3.exp gdb.base/subst.exp gdb.base/symbol-without-target_section.exp gdb.base/term.exp gdb.base/testenv.exp gdb.base/trace-commands.exp gdb.base/tui-layout.exp gdb.base/twice.exp gdb.base/type-opaque.exp gdb.base/ui-redirect.exp gdb.base/unload.exp gdb.base/until.exp gdb.base/unwindonsignal.exp gdb.base/valgrind-db-attach.exp gdb.base/valgrind-infcall.exp gdb.base/value-double-free.exp gdb.base/varargs.exp gdb.base/volatile.exp gdb.base/watch-cond-infcall.exp gdb.base/watch-cond.exp gdb.base/watch-non-mem.exp gdb.base/watch-read.exp gdb.base/watch-vfork.exp gdb.base/watch_thread_num.exp gdb.base/watchpoint-cond-gone.exp gdb.base/watchpoint-delete.exp gdb.base/watchpoint-hw-hit-once.exp gdb.base/watchpoint-hw.exp gdb.base/watchpoint-solib.exp gdb.base/watchpoint.exp gdb.base/watchpoints.exp gdb.base/wchar.exp gdb.base/whatis-exp.exp gdb.base/whatis.exp --outdir gdb.base2 -Test Run By thomas on Thu Jun 13 21:20:00 2013 +Test Run By thomas on Fri Jun 14 11:53:14 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -402,6 +401,36 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/opaque.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watchpoints.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/printcmds.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/restore.exp ... +FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/savedregs.exp ... FAIL: gdb.base/savedregs.exp: Get thrower info frame FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main (GDB internal error) @@ -449,6 +478,33 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-nodir.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/valgrind-db-attach.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/store.exp ... +FAIL: gdb.base/store.exp: var longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var float l; setting l to 4 +FAIL: gdb.base/store.exp: var float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var double l; setting l to 4 +FAIL: gdb.base/store.exp: var double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var doublest l; setting l to 4 +FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: upvar longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar float l; set l to 4 +FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar double l; set l to 4 +FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar doublest l; set l to 4 +FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/skip-solib.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/start.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-weak.exp ... @@ -546,6 +602,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/pr10179.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remote.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.c:39:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sigchld.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/skip.exp ... @@ -648,8 +706,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/nostdlib.exp ... === gdb Summary === -# of expected passes 3924 -# of unexpected failures 144 +# of expected passes 3867 +# of unexpected failures 201 # of expected failures 2 # of known failures 2 # of untested testcases 7 @@ -658,7 +716,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/nostdlib.exp ... make[4]: *** [check-gdb.base2] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.ada --outdir=gdb.ada -Test Run By thomas on Thu Jun 13 21:32:33 2013 +Test Run By thomas on Fri Jun 14 12:06:11 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -801,7 +859,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/win_fu_syms.exp ... make[4]: *** [check-gdb.ada] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.arch --outdir=gdb.arch -Test Run By thomas on Thu Jun 13 21:37:19 2013 +Test Run By thomas on Fri Jun 14 12:11:54 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -922,7 +980,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/vsx-regs.exp ... make[4]: *** [check-gdb.arch] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.asm --outdir=gdb.asm -Test Run By thomas on Thu Jun 13 21:37:55 2013 +Test Run By thomas on Fri Jun 14 12:12:33 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -969,7 +1027,7 @@ FAIL: gdb.asm/asm-source.exp: look at static function (timeout) make[4]: *** [check-gdb.asm] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.btrace --outdir=gdb.btrace -Test Run By thomas on Thu Jun 13 21:42:10 2013 +Test Run By thomas on Fri Jun 14 12:16:47 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -990,7 +1048,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.btrace/instruction_history.e [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cell --outdir=gdb.cell -Test Run By thomas on Thu Jun 13 21:42:13 2013 +Test Run By thomas on Fri Jun 14 12:16:50 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1026,7 +1084,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cell/solib.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cp --outdir=gdb.cp -Test Run By thomas on Thu Jun 13 21:42:15 2013 +Test Run By thomas on Fri Jun 14 12:16:52 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1174,7 +1232,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/virtfunc2.exp ... make[4]: *** [check-gdb.cp] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.disasm --outdir=gdb.disasm -Test Run By thomas on Thu Jun 13 21:49:45 2013 +Test Run By thomas on Fri Jun 14 12:24:37 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1210,7 +1268,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.disasm/t13_otr.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.dwarf2 --outdir=gdb.dwarf2 -Test Run By thomas on Thu Jun 13 21:49:47 2013 +Test Run By thomas on Fri Jun 14 12:24:39 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1311,7 +1369,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/watch-notconst.exp .. [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.fortran --outdir=gdb.fortran -Test Run By thomas on Thu Jun 13 21:51:59 2013 +Test Run By thomas on Fri Jun 14 12:27:16 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1346,7 +1404,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.fortran/types.exp ... make[4]: *** [check-gdb.fortran] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.gdb --outdir=gdb.gdb -Test Run By thomas on Thu Jun 13 21:52:31 2013 +Test Run By thomas on Fri Jun 14 12:27:52 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1374,7 +1432,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/xfullpath.exp ... make[4]: *** [check-gdb.gdb] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.go --outdir=gdb.go -Test Run By thomas on Thu Jun 13 21:53:46 2013 +Test Run By thomas on Fri Jun 14 12:29:09 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1415,7 +1473,7 @@ gdb compile failed, default_target_compile: Can't find gccgo. [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.java --outdir=gdb.java -Test Run By thomas on Thu Jun 13 21:53:52 2013 +Test Run By thomas on Fri Jun 14 12:29:16 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1448,7 +1506,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.java/jv-print.exp ... make[4]: *** [check-gdb.java] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.linespec --outdir=gdb.linespec -Test Run By thomas on Thu Jun 13 21:54:41 2013 +Test Run By thomas on Fri Jun 14 12:30:06 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1474,7 +1532,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.linespec/thread.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.mi --outdir=gdb.mi -Test Run By thomas on Thu Jun 13 21:55:04 2013 +Test Run By thomas on Fri Jun 14 12:30:35 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1586,7 +1644,7 @@ FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (unkno make[4]: *** [check-gdb.mi] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.modula2 --outdir=gdb.modula2 -Test Run By thomas on Thu Jun 13 21:57:46 2013 +Test Run By thomas on Fri Jun 14 12:33:25 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1606,7 +1664,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.modula2/unbounded-array.exp [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.multi --outdir=gdb.multi -Test Run By thomas on Thu Jun 13 21:57:49 2013 +Test Run By thomas on Fri Jun 14 12:33:29 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1622,8 +1680,12 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/base.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.c:1:0: sorry, unimplemented: 64-bit mode not compiled in + /* This testcase is part of GDB, the GNU debugger. + ^ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/hello.c:1:0: sorry, unimplemented: 64-bit mode not compiled in + /* This testcase is part of GDB, the GNU debugger. + ^ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/watchpoint-multi.exp ... FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 2 FAIL: gdb.multi/watchpoint-multi.exp: awatch c on inferior 2 @@ -1645,7 +1707,7 @@ FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1 make[4]: *** [check-gdb.multi] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.objc --outdir=gdb.objc -Test Run By thomas on Thu Jun 13 21:57:58 2013 +Test Run By thomas on Fri Jun 14 12:33:39 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1669,7 +1731,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.objc/print.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opencl --outdir=gdb.opencl -Test Run By thomas on Thu Jun 13 21:58:10 2013 +Test Run By thomas on Fri Jun 14 12:33:51 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1692,7 +1754,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opencl/vec_comps.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opt --outdir=gdb.opt -Test Run By thomas on Thu Jun 13 21:58:13 2013 +Test Run By thomas on Fri Jun 14 12:33:55 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1718,7 +1780,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opt/inline-locals.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.pascal --outdir=gdb.pascal -Test Run By thomas on Thu Jun 13 21:58:29 2013 +Test Run By thomas on Fri Jun 14 12:34:12 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1746,7 +1808,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.pascal/types.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.python --outdir=gdb.python -Test Run By thomas on Thu Jun 13 21:58:32 2013 +Test Run By thomas on Fri Jun 14 12:34:15 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1847,7 +1909,7 @@ ERROR OCCURED: : spawn id exp8 not open make[4]: *** [check-gdb.python] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.reverse --outdir=gdb.reverse -Test Run By thomas on Thu Jun 13 22:01:17 2013 +Test Run By thomas on Fri Jun 14 12:37:22 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1892,7 +1954,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.reverse/watch-reverse.exp .. [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.server --outdir=gdb.server -Test Run By thomas on Thu Jun 13 22:01:20 2013 +Test Run By thomas on Fri Jun 14 12:37:25 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1919,7 +1981,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/solib-list.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.stabs --outdir=gdb.stabs -Test Run By thomas on Thu Jun 13 22:01:21 2013 +Test Run By thomas on Fri Jun 14 12:37:27 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1942,7 +2004,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.stabs/weird.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.threads --outdir=gdb.threads -Test Run By thomas on Thu Jun 13 22:01:35 2013 +Test Run By thomas on Fri Jun 14 12:37:40 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -2213,7 +2275,7 @@ FAIL: gdb.threads/wp-replication.exp: No hardware watchpoints available make[4]: *** [check-gdb.threads] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.trace --outdir=gdb.trace -Test Run By thomas on Thu Jun 13 22:09:05 2013 +Test Run By thomas on Fri Jun 14 12:45:46 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -2250,6 +2312,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/report.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/save-trace.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.c:34:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/status-stop.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/strace.exp ... @@ -2275,7 +2339,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/while-stepping.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.xml --outdir=gdb.xml -Test Run By thomas on Thu Jun 13 22:10:23 2013 +Test Run By thomas on Fri Jun 14 12:47:07 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum index aa92adf3..1768e200 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:32:33 2013 +Test Run By thomas on Fri Jun 14 12:06:11 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum index 5ce6c95a..98c58936 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:37:19 2013 +Test Run By thomas on Fri Jun 14 12:11:54 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum index d39e0968..08006c72 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:37:55 2013 +Test Run By thomas on Fri Jun 14 12:12:33 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum index 13533b10..1c2ef6a9 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:09:15 2013 +Test Run By thomas on Fri Jun 14 11:42:00 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -652,7 +652,7 @@ PASS: gdb.base/interrupt.exp: child process ate our char PASS: gdb.base/interrupt.exp: send_gdb control C FAIL: gdb.base/interrupt.exp: call function when asleep (wrong output) FAIL: gdb.base/interrupt.exp: call function a second time -FAIL: gdb.base/interrupt.exp: continue +PASS: gdb.base/interrupt.exp: continue PASS: gdb.base/interrupt.exp: echo data FAIL: gdb.base/interrupt.exp: Send Control-C, second time PASS: gdb.base/interrupt.exp: signal SIGINT @@ -3076,6 +3076,153 @@ UNSUPPORTED: gdb.base/ending-run.exp: continue after exit PASS: gdb.base/ending-run.exp: don't step after run PASS: gdb.base/ending-run.exp: ls: core (No core dumped on quit) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dfp-test.exp ... +PASS: gdb.base/dfp-test.exp: get integer valueof "sizeof (long)" (4) +PASS: gdb.base/dfp-test.exp: next after initializing d32 +PASS: gdb.base/dfp-test.exp: d32 is initialized to 1.2345 +PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d32 +PASS: gdb.base/dfp-test.exp: d32 is positive Infinity +PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d32 +PASS: gdb.base/dfp-test.exp: d32 is negative Infinity +PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d32 +PASS: gdb.base/dfp-test.exp: d32 is NaN +PASS: gdb.base/dfp-test.exp: p d32=123.45df +PASS: gdb.base/dfp-test.exp: p d32=12345.df +PASS: gdb.base/dfp-test.exp: p d32=12345.67df +PASS: gdb.base/dfp-test.exp: p d32=1234567.df +PASS: gdb.base/dfp-test.exp: p d32=1.234567E0df +PASS: gdb.base/dfp-test.exp: p d32=1.234567E10df +PASS: gdb.base/dfp-test.exp: p d32=1.234567E+96df +PASS: gdb.base/dfp-test.exp: p d32=9.999999E96df +PASS: gdb.base/dfp-test.exp: p d32=1.0E-95df +PASS: gdb.base/dfp-test.exp: p d32=1.E-101df +PASS: gdb.base/dfp-test.exp: p d32=0.000001E-95df +PASS: gdb.base/dfp-test.exp: 1.2345678 is rounded to 1.234568 +PASS: gdb.base/dfp-test.exp: 1.0E-101 is rounded to 1E-101 +PASS: gdb.base/dfp-test.exp: 1.234567E+97 is Infinity +PASS: gdb.base/dfp-test.exp: 12345. is a valid number +PASS: gdb.base/dfp-test.exp: 12345 is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number +PASS: gdb.base/dfp-test.exp: next after initializing d64 +PASS: gdb.base/dfp-test.exp: d64 is initialized to 1.2345 +PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d64 +PASS: gdb.base/dfp-test.exp: d64 is positive Infinity +PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d64 +PASS: gdb.base/dfp-test.exp: d64 is negative Infinity +PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d64 +PASS: gdb.base/dfp-test.exp: d64 is NaN +PASS: gdb.base/dfp-test.exp: p d64=123.45dd +PASS: gdb.base/dfp-test.exp: p d64=12345.dd +PASS: gdb.base/dfp-test.exp: p d64=12345.67dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E10dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E100dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E384dd +PASS: gdb.base/dfp-test.exp: p d64=9.999999999999999E384dd +PASS: gdb.base/dfp-test.exp: p d64=1.E-383dd +PASS: gdb.base/dfp-test.exp: p d64=1.E-398dd +PASS: gdb.base/dfp-test.exp: p d64=0.000000000000001E-383dd +PASS: gdb.base/dfp-test.exp: 1.2345678901234567 is rounded to 1.234567890123457 +PASS: gdb.base/dfp-test.exp: d64=9.9999999999999999E384 is Infinity +PASS: gdb.base/dfp-test.exp: d64=1.234567890123456E385 is Infinity +PASS: gdb.base/dfp-test.exp: 12345dd is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number +PASS: gdb.base/dfp-test.exp: next after initializing d128 +PASS: gdb.base/dfp-test.exp: d128 is initialized to 1.2345 +PASS: gdb.base/dfp-test.exp: p d128=123.45dl +PASS: gdb.base/dfp-test.exp: p d128=12345.dl +PASS: gdb.base/dfp-test.exp: p d128=12345.67dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456789012345678901234dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E10dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E100dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E1000dl +PASS: gdb.base/dfp-test.exp: p d128=9.999999999999999999999999999999999E6144dl +PASS: gdb.base/dfp-test.exp: p d128=1.E-6143dl +PASS: gdb.base/dfp-test.exp: p d128=1.E-6176dl +PASS: gdb.base/dfp-test.exp: p d128=0.000000000000000000000000000000001E-6143dl +PASS: gdb.base/dfp-test.exp: 1.2345678901234567890123456789012345 is rounded to 1.234567890123456789012345678901234 +PASS: gdb.base/dfp-test.exp: d128=1.234567890123456E6145 is Infinity +PASS: gdb.base/dfp-test.exp: 12345dl is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number +PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d128 +PASS: gdb.base/dfp-test.exp: d128 is positive Infinity +PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d128 +PASS: gdb.base/dfp-test.exp: d128 is negative Infinity +PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d128 +PASS: gdb.base/dfp-test.exp: d128 is NaN +PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_32 +PASS: gdb.base/dfp-test.exp: backtrace at arg0_32 +PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_64 +PASS: gdb.base/dfp-test.exp: backtrace at arg0_64 +PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_128 +PASS: gdb.base/dfp-test.exp: backtrace at arg0_128 +PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal32 arguments. +PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments. +PASS: gdb.base/dfp-test.exp: Correct _Decimal32 return value from called function. +PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal64 arguments. +PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments. +PASS: gdb.base/dfp-test.exp: Correct _Decimal64 return value from called function. +PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal128 arguments. +PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments. +PASS: gdb.base/dfp-test.exp: Correct _Decimal128 return value from called function. +PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments TEST. +PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments. +PASS: gdb.base/dfp-test.exp: Call function with many _Decimal32 arguments. +PASS: gdb.base/dfp-test.exp: Call function with many _Decimal64 arguments. +PASS: gdb.base/dfp-test.exp: Call function with many _Decimal128 arguments. +PASS: gdb.base/dfp-test.exp: Call function with many mixed decimal float arguments. +PASS: gdb.base/dfp-test.exp: continue to breakpoint: Setting a decimal struct +PASS: gdb.base/dfp-test.exp: print ds.dec32 +PASS: gdb.base/dfp-test.exp: print ds.dec64 +PASS: gdb.base/dfp-test.exp: print ds.dec128 +PASS: gdb.base/dfp-test.exp: print d32 + ds.dec32 +PASS: gdb.base/dfp-test.exp: print d64 + ds.dec64 +PASS: gdb.base/dfp-test.exp: print d128 + ds.dec128 +PASS: gdb.base/dfp-test.exp: ptype d64 + ds.dec32 +PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec32 +PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec64 +PASS: gdb.base/dfp-test.exp: p d32 + 1 +PASS: gdb.base/dfp-test.exp: p 2 + d64 +PASS: gdb.base/dfp-test.exp: p ds.int4 + d128 +PASS: gdb.base/dfp-test.exp: ptype d32 + 1 +PASS: gdb.base/dfp-test.exp: ptype ds.int4 + d128 +PASS: gdb.base/dfp-test.exp: p !d32 +PASS: gdb.base/dfp-test.exp: p !d64 +PASS: gdb.base/dfp-test.exp: p !d128 +PASS: gdb.base/dfp-test.exp: p +d32 +PASS: gdb.base/dfp-test.exp: p +d64 +PASS: gdb.base/dfp-test.exp: p +d128 +PASS: gdb.base/dfp-test.exp: p d64 == d128 +PASS: gdb.base/dfp-test.exp: p d128 == ds.dec32 +PASS: gdb.base/dfp-test.exp: p d128 == d32 +PASS: gdb.base/dfp-test.exp: p ds.dec32 == ds.dec64 +PASS: gdb.base/dfp-test.exp: p d32 < ds.dec32 +PASS: gdb.base/dfp-test.exp: p d64 < ds.dec64 +PASS: gdb.base/dfp-test.exp: p d128 < ds.dec128 +PASS: gdb.base/dfp-test.exp: p ds.dec32 < d32 +PASS: gdb.base/dfp-test.exp: p d64 > ds.dec64 +PASS: gdb.base/dfp-test.exp: p ds.dec128 > d128 +PASS: gdb.base/dfp-test.exp: p d32 < ds.int4 +PASS: gdb.base/dfp-test.exp: p ds.int4 > d32 +PASS: gdb.base/dfp-test.exp: p ds.dec32 < ds.int4 +PASS: gdb.base/dfp-test.exp: p ds.int4 > ds.dec64 +PASS: gdb.base/dfp-test.exp: p ds.dec128 > ds.int4 +PASS: gdb.base/dfp-test.exp: p d64 + ds.float4 +PASS: gdb.base/dfp-test.exp: p ds.double8 + d128 +PASS: gdb.base/dfp-test.exp: print ds.dec32=d32 +PASS: gdb.base/dfp-test.exp: print ds.dec64=d64 +PASS: gdb.base/dfp-test.exp: print ds.dec128=d128 +PASS: gdb.base/dfp-test.exp: print ds.dec32 = -d32 +PASS: gdb.base/dfp-test.exp: print ds.dec64 = -d64 +PASS: gdb.base/dfp-test.exp: print ds.dec128 = -d128 +PASS: gdb.base/dfp-test.exp: print ds.double8 = ds.dec64 +PASS: gdb.base/dfp-test.exp: print ds.dec64 = ds.float4 +PASS: gdb.base/dfp-test.exp: print ds.dec128 = -ds.double8 +PASS: gdb.base/dfp-test.exp: print ds.dec128 = ds.dec32 +PASS: gdb.base/dfp-test.exp: print ds.dec32 = ds.int4 +PASS: gdb.base/dfp-test.exp: print ds.int4 = 7.3dl Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gcore-buffer-overflow.exp ... PASS: gdb.base/gcore-buffer-overflow.exp: help gcore PASS: gdb.base/gcore-buffer-overflow.exp: Set buffer exceeding arguments @@ -4864,8 +5011,8 @@ PASS: gdb.base/gdb1090.exp: print s24 === gdb Summary === -# of expected passes 4553 -# of unexpected failures 90 +# of expected passes 4701 +# of unexpected failures 89 # of expected failures 5 # of known failures 20 # of untested testcases 3 diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum index 1cae877a..c2348fdd 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:20:00 2013 +Test Run By thomas on Fri Jun 14 11:53:14 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1382,31 +1382,31 @@ PASS: gdb.base/restore.exp: run to caller3 PASS: gdb.base/restore.exp: caller3 calls callee1; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee1; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee1; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee2; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee2; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee2; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee3; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee3; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee4; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee4; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee4; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee5; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee5; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee5; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l3 to 32494 PASS: gdb.base/restore.exp: tbreak caller4 @@ -1414,36 +1414,36 @@ PASS: gdb.base/restore.exp: run to caller4 PASS: gdb.base/restore.exp: caller4 calls callee1; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee1; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee1; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee2; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee2; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee2; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee3; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee3; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee3; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee4; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee4; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee4; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee5; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee5; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee5; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l4 to 32495 PASS: gdb.base/restore.exp: tbreak caller5 @@ -1451,41 +1451,41 @@ PASS: gdb.base/restore.exp: run to caller5 PASS: gdb.base/restore.exp: caller5 calls callee1; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee1; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee1; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee2; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee2; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee2; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee3; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee3; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee3; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee4; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee4; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee4; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee5; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee5; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee5; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l5 to 32496 PASS: gdb.base/restore.exp: run to completion @@ -2123,35 +2123,35 @@ PASS: gdb.base/store.exp: var long l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_longest PASS: gdb.base/store.exp: continue to wack_longest PASS: gdb.base/store.exp: var longest l; print old l, expecting -1 -PASS: gdb.base/store.exp: var longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var longest l; print old r, expecting -2 PASS: gdb.base/store.exp: var longest l; setting l to 4 PASS: gdb.base/store.exp: var longest l; print new l, expecting 4 PASS: gdb.base/store.exp: var longest l; next over add call PASS: gdb.base/store.exp: var longest l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_float PASS: gdb.base/store.exp: continue to wack_float -PASS: gdb.base/store.exp: var float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var float l; print old l, expecting -1 PASS: gdb.base/store.exp: var float l; print old r, expecting -2 -PASS: gdb.base/store.exp: var float l; setting l to 4 -PASS: gdb.base/store.exp: var float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var float l; setting l to 4 +FAIL: gdb.base/store.exp: var float l; print new l, expecting 4 PASS: gdb.base/store.exp: var float l; next over add call -PASS: gdb.base/store.exp: var float l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_double PASS: gdb.base/store.exp: continue to wack_double -PASS: gdb.base/store.exp: var double l; print old l, expecting -1 -PASS: gdb.base/store.exp: var double l; print old r, expecting -2 -PASS: gdb.base/store.exp: var double l; setting l to 4 -PASS: gdb.base/store.exp: var double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var double l; setting l to 4 +FAIL: gdb.base/store.exp: var double l; print new l, expecting 4 PASS: gdb.base/store.exp: var double l; next over add call -PASS: gdb.base/store.exp: var double l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_doublest PASS: gdb.base/store.exp: continue to wack_doublest -PASS: gdb.base/store.exp: var doublest l; print old l, expecting -1 -PASS: gdb.base/store.exp: var doublest l; print old r, expecting -2 -PASS: gdb.base/store.exp: var doublest l; setting l to 4 -PASS: gdb.base/store.exp: var doublest l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var doublest l; setting l to 4 +FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4 PASS: gdb.base/store.exp: var doublest l; next over add call -PASS: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak add_charest PASS: gdb.base/store.exp: continue to add_charest PASS: gdb.base/store.exp: upvar charest l; up @@ -2184,30 +2184,30 @@ PASS: gdb.base/store.exp: tbreak add_longest PASS: gdb.base/store.exp: continue to add_longest PASS: gdb.base/store.exp: upvar longest l; up PASS: gdb.base/store.exp: upvar longest l; print old l, expecting -1 -PASS: gdb.base/store.exp: upvar longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar longest l; print old r, expecting -2 PASS: gdb.base/store.exp: upvar longest l; set l to 4 PASS: gdb.base/store.exp: upvar longest l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak add_float PASS: gdb.base/store.exp: continue to add_float PASS: gdb.base/store.exp: upvar float l; up -PASS: gdb.base/store.exp: upvar float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1 PASS: gdb.base/store.exp: upvar float l; print old r, expecting -2 -PASS: gdb.base/store.exp: upvar float l; set l to 4 -PASS: gdb.base/store.exp: upvar float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar float l; set l to 4 +FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak add_double PASS: gdb.base/store.exp: continue to add_double PASS: gdb.base/store.exp: upvar double l; up -PASS: gdb.base/store.exp: upvar double l; print old l, expecting -1 -PASS: gdb.base/store.exp: upvar double l; print old r, expecting -2 -PASS: gdb.base/store.exp: upvar double l; set l to 4 -PASS: gdb.base/store.exp: upvar double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar double l; set l to 4 +FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak add_doublest PASS: gdb.base/store.exp: continue to add_doublest PASS: gdb.base/store.exp: upvar doublest l; up -PASS: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 -PASS: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 -PASS: gdb.base/store.exp: upvar doublest l; set l to 4 -PASS: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar doublest l; set l to 4 +FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak wack_struct_1 PASS: gdb.base/store.exp: continue to wack_struct_1 PASS: gdb.base/store.exp: var struct 1 u; next to add_struct_1 call @@ -3666,6 +3666,8 @@ PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c : .* Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remote.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.c:39:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp @@ -4225,8 +4227,8 @@ PASS: gdb.base/nostdlib.exp: continue to marker === gdb Summary === -# of expected passes 3924 -# of unexpected failures 144 +# of expected passes 3867 +# of unexpected failures 201 # of expected failures 2 # of known failures 2 # of untested testcases 7 diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum index 997b6049..db6f9d19 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:42:10 2013 +Test Run By thomas on Fri Jun 14 12:16:47 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum index 7178efe5..07a40780 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:42:13 2013 +Test Run By thomas on Fri Jun 14 12:16:50 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum index a3a789f9..4124c639 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:42:15 2013 +Test Run By thomas on Fri Jun 14 12:16:52 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum index 5f2bec87..2b983c3d 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:49:45 2013 +Test Run By thomas on Fri Jun 14 12:24:37 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum index 21532539..8d100556 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:49:47 2013 +Test Run By thomas on Fri Jun 14 12:24:39 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum index 3e760279..a386639d 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:51:59 2013 +Test Run By thomas on Fri Jun 14 12:27:16 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum index a0005166..7de81d7d 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:52:31 2013 +Test Run By thomas on Fri Jun 14 12:27:52 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum index 2eb1f0dc..ee9a528d 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:53:46 2013 +Test Run By thomas on Fri Jun 14 12:29:09 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum index ea68222e..7a196e94 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:53:52 2013 +Test Run By thomas on Fri Jun 14 12:29:16 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum index dcecc00e..c283d002 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:54:41 2013 +Test Run By thomas on Fri Jun 14 12:30:06 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum index 9ad1278f..dbbc4015 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:55:04 2013 +Test Run By thomas on Fri Jun 14 12:30:35 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum index 69a80a09..6098f319 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:57:46 2013 +Test Run By thomas on Fri Jun 14 12:33:25 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum index 7e3a7b3d..5b2f384b 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:57:49 2013 +Test Run By thomas on Fri Jun 14 12:33:29 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -36,9 +36,13 @@ PASS: gdb.multi/base.exp: check remove-inferiors Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.c:1:0: sorry, unimplemented: 64-bit mode not compiled in + /* This testcase is part of GDB, the GNU debugger. + ^ UNTESTED: gdb.multi/multi-arch-exec.exp: multi-arch-exec.exp Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/hello.c:1:0: sorry, unimplemented: 64-bit mode not compiled in + /* This testcase is part of GDB, the GNU debugger. + ^ UNTESTED: gdb.multi/multi-arch.exp: multi-arch.exp Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/watchpoint-multi.exp ... PASS: gdb.multi/watchpoint-multi.exp: successfully compiled posix threads test case diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum index 960d50b2..e2a3c0cb 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:57:58 2013 +Test Run By thomas on Fri Jun 14 12:33:39 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum index 0952c779..62a1209a 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:58:10 2013 +Test Run By thomas on Fri Jun 14 12:33:51 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum index ccf9d5d0..eccb9359 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:58:13 2013 +Test Run By thomas on Fri Jun 14 12:33:55 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum index c2652dc1..9ebbdce2 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:58:29 2013 +Test Run By thomas on Fri Jun 14 12:34:12 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum index dbbb8277..7330ea85 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:58:32 2013 +Test Run By thomas on Fri Jun 14 12:34:15 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum index c36792a3..abdf33ec 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 22:01:17 2013 +Test Run By thomas on Fri Jun 14 12:37:22 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum index 84a1e9fd..482c3c1e 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 22:01:20 2013 +Test Run By thomas on Fri Jun 14 12:37:25 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum index a6c768bb..4bad4b85 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 22:01:21 2013 +Test Run By thomas on Fri Jun 14 12:37:27 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum index 8fe33285..016a96cf 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 22:01:35 2013 +Test Run By thomas on Fri Jun 14 12:37:40 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum index 7f3cfa14..6b222a51 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 22:09:05 2013 +Test Run By thomas on Fri Jun 14 12:45:46 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -215,6 +215,8 @@ PASS: gdb.trace/save-trace.exp: 10: show default-collect PASS: gdb.trace/save-trace.exp: 10.7: help save-tracepoints Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.c:34:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. UNTESTED: gdb.trace/stap-trace.exp: Could not compile stap-trace.c Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/status-stop.exp ... diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum index cac40974..f70278a3 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 22:10:23 2013 +Test Run By thomas on Fri Jun 14 12:47:07 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === diff --git a/gdb/kepler.SCHWINGE/log_build b/gdb/kepler.SCHWINGE/log_build index df9a99f6..645341a2 100644 --- a/gdb/kepler.SCHWINGE/log_build +++ b/gdb/kepler.SCHWINGE/log_build @@ -6,17 +6,17 @@ checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... gawk -checking for gcc... gcc-4.7 +checking for gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes -checking whether g++-4.7 accepts -g... yes +checking whether g++-4.8 accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... gnatbind checking for gnatmake... gnatmake @@ -102,20 +102,20 @@ 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 for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-ranlib... ranlib checking for library containing strerror... none required -checking how to run the C preprocessor... gcc-4.7 -E +checking how to run the C preprocessor... gcc-4.8 -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 @@ -226,25 +226,25 @@ checking for i686-pc-linux-gnu-ar... ar checking for i686-pc-linux-gnu-ranlib... ranlib checking whether to install libiberty headers and static library... no configure: target_header_dir = -checking for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 -checking how to run the C preprocessor... gcc-4.7 -E -checking whether gcc-4.7 supports -W... yes -checking whether gcc-4.7 supports -Wall... yes -checking whether gcc-4.7 supports -Wwrite-strings... yes -checking whether gcc-4.7 supports -Wc++-compat... yes -checking whether gcc-4.7 supports -Wstrict-prototypes... yes -checking whether gcc-4.7 supports -pedantic ... yes -checking whether gcc-4.7 and cc understand -c and -o together... yes +checking how to run the C preprocessor... gcc-4.8 -E +checking whether gcc-4.8 supports -W... yes +checking whether gcc-4.8 supports -Wall... yes +checking whether gcc-4.8 supports -Wwrite-strings... yes +checking whether gcc-4.8 supports -Wc++-compat... yes +checking whether gcc-4.8 supports -Wstrict-prototypes... yes +checking whether gcc-4.8 supports -pedantic ... yes +checking whether gcc-4.8 and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for grep that handles long lines and -e... /bin/grep @@ -417,15 +417,15 @@ 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 i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes @@ -433,14 +433,14 @@ checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU -checking dependency style of gcc-4.7... gcc3 +checking dependency style of gcc-4.8... gcc3 checking for i686-pc-linux-gnu-ar... ar checking for i686-pc-linux-gnu-ranlib... ranlib -checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.7 +checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -460,7 +460,7 @@ checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F -checking for ld used by gcc-4.7... ld +checking for ld used by gcc-4.8... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm @@ -475,16 +475,16 @@ checking for i686-pc-linux-gnu-ar... (cached) ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... (cached) ranlib -checking command to parse nm output from gcc-4.7 object... ok +checking command to parse nm output from gcc-4.8 object... ok checking for dlfcn.h... yes checking for objdir... .libs -checking if gcc-4.7 supports -fno-rtti -fno-exceptions... no -checking for gcc-4.7 option to produce PIC... -fPIC -DPIC -checking if gcc-4.7 PIC flag -fPIC -DPIC works... yes -checking if gcc-4.7 static flag -static works... yes -checking if gcc-4.7 supports -c -o file.o... yes -checking if gcc-4.7 supports -c -o file.o... (cached) yes -checking whether the gcc-4.7 linker (ld) supports shared libraries... yes +checking if gcc-4.8 supports -fno-rtti -fno-exceptions... no +checking for gcc-4.8 option to produce PIC... -fPIC -DPIC +checking if gcc-4.8 PIC flag -fPIC -DPIC works... yes +checking if gcc-4.8 static flag -static works... yes +checking if gcc-4.8 supports -c -o file.o... yes +checking if gcc-4.8 supports -c -o file.o... (cached) yes +checking whether the gcc-4.8 linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no @@ -637,245 +637,241 @@ if [ x"" != x ] && [ ! -d pic ]; then \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o pic/regex.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o pic/regex.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o regex.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/regex.c -o regex.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o cplus-dem.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o cp-demangle.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o pic/md5.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o pic/md5.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o md5.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o pic/sha1.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o pic/sha1.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o sha1.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sha1.c -o sha1.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o pic/alloca.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o pic/alloca.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o alloca.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o pic/argv.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o pic/argv.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o argv.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o pic/choose-temp.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o choose-temp.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o pic/concat.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o pic/concat.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o concat.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o pic/cp-demint.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o cp-demint.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o pic/crc32.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o pic/crc32.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o crc32.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/crc32.c -o crc32.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o dwarfnames.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dwarfnames.c -o dwarfnames.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o pic/dyn-string.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o dyn-string.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o pic/fdmatch.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o fdmatch.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o pic/fibheap.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o fibheap.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o filename_cmp.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o pic/floatformat.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o floatformat.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o pic/fnmatch.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o fnmatch.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o fopen_unlocked.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o pic/getopt.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o pic/getopt.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o getopt.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o pic/getopt1.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o getopt1.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o pic/getpwd.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o getpwd.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o pic/getruntime.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o getruntime.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o pic/hashtab.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o hashtab.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hashtab.c -o hashtab.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o pic/hex.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o pic/hex.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o hex.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o pic/lbasename.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o lbasename.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o pic/lrealpath.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o lrealpath.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o make-relative-prefix.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o make-temp-file.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o pic/objalloc.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o objalloc.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o pic/obstack.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o pic/obstack.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o obstack.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o pic/partition.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o pic/partition.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o partition.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pic/pexecute.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pexecute.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o pic/physmem.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o pic/physmem.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o physmem.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/physmem.c -o physmem.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pic/pex-common.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pex-common.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pic/pex-one.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pex-one.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pic/pex-unix.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pex-unix.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o safe-ctype.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o pic/simple-object.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o simple-object.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object.c -o simple-object.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o simple-object-coff.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o simple-object-elf.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o pic/sort.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o pic/sort.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o sort.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/sort.c -o sort.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o pic/spaces.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o pic/spaces.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o spaces.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o pic/splay-tree.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o splay-tree.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o pic/stack-limit.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o stack-limit.o -../../Ferry_Tagscherer/libiberty/stack-limit.c: In function 'stack_limit_increase': -../../Ferry_Tagscherer/libiberty/stack-limit.c:53:27: warning: use of C99 long long integer constant [-Wlong-long] -../../Ferry_Tagscherer/libiberty/stack-limit.c:55:28: warning: use of C99 long long integer constant [-Wlong-long] -../../Ferry_Tagscherer/libiberty/stack-limit.c:58:28: warning: use of C99 long long integer constant [-Wlong-long] +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/stack-limit.c -o stack-limit.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o pic/strerror.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o pic/strerror.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o strerror.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o pic/strsignal.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o strsignal.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o timeval-utils.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o pic/xatexit.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o xatexit.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o pic/xexit.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o pic/xexit.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o xexit.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o pic/xmalloc.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o xmalloc.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o pic/xmemdup.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o xmemdup.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o pic/xstrdup.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o xstrdup.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o pic/xstrerror.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o xstrerror.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o pic/xstrndup.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o xstrndup.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ - gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o pic/setproctitle.o; \ + gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi -gcc-4.7 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o setproctitle.o +gcc-4.8 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../Ferry_Tagscherer/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../Ferry_Tagscherer/libiberty/setproctitle.c -o setproctitle.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o @@ -910,7 +906,7 @@ Making info in doc make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/doc' make chew make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/doc' -gcc-4.7 -o chw$$ -g -O2 \ +gcc-4.8 -o chw$$ -g -O2 \ -I.. -I../../../Ferry_Tagscherer/bfd/doc/.. -I../../../Ferry_Tagscherer/bfd/doc/../../include -I../../../Ferry_Tagscherer/bfd/doc/../../intl -I../../intl ../../../Ferry_Tagscherer/bfd/doc/chew.c; \ /bin/dash ../../../Ferry_Tagscherer/bfd/doc/../../move-if-change chw$$ chew make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/doc' @@ -1140,152 +1136,152 @@ cp bfd-in3.h bfd-tmp.h /bin/dash ../../Ferry_Tagscherer/bfd/../move-if-change bfd-tmp.h bfd.h rm -f bfd-tmp.h touch stmp-bfd-h -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../Ferry_Tagscherer/bfd/archive.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../Ferry_Tagscherer/bfd/archive.c -o archive.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../Ferry_Tagscherer/bfd/archive.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../Ferry_Tagscherer/bfd/archive.c -o archive.o mv -f .deps/archive.Tpo .deps/archive.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/archures.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/archures.c -o archures.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/archures.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/archures.c -o archures.o mv -f .deps/archures.Tpo .deps/archures.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../Ferry_Tagscherer/bfd/bfd.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../Ferry_Tagscherer/bfd/bfd.c -o bfd.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../Ferry_Tagscherer/bfd/bfd.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../Ferry_Tagscherer/bfd/bfd.c -o bfd.o mv -f .deps/bfd.Tpo .deps/bfd.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../Ferry_Tagscherer/bfd/bfdio.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../Ferry_Tagscherer/bfd/bfdio.c -o bfdio.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../Ferry_Tagscherer/bfd/bfdio.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../Ferry_Tagscherer/bfd/bfdio.c -o bfdio.o mv -f .deps/bfdio.Tpo .deps/bfdio.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../Ferry_Tagscherer/bfd/bfdwin.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../Ferry_Tagscherer/bfd/bfdwin.c -o bfdwin.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../Ferry_Tagscherer/bfd/bfdwin.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../Ferry_Tagscherer/bfd/bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../Ferry_Tagscherer/bfd/cache.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../Ferry_Tagscherer/bfd/cache.c -o cache.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../Ferry_Tagscherer/bfd/cache.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../Ferry_Tagscherer/bfd/cache.c -o cache.o mv -f .deps/cache.Tpo .deps/cache.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../Ferry_Tagscherer/bfd/coffgen.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../Ferry_Tagscherer/bfd/coffgen.c -o coffgen.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../Ferry_Tagscherer/bfd/coffgen.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../Ferry_Tagscherer/bfd/coffgen.c -o coffgen.o mv -f .deps/coffgen.Tpo .deps/coffgen.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../Ferry_Tagscherer/bfd/corefile.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../Ferry_Tagscherer/bfd/corefile.c -o corefile.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../Ferry_Tagscherer/bfd/corefile.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../Ferry_Tagscherer/bfd/corefile.c -o corefile.o mv -f .deps/corefile.Tpo .deps/corefile.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../Ferry_Tagscherer/bfd/format.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../Ferry_Tagscherer/bfd/format.c -o format.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../Ferry_Tagscherer/bfd/format.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../Ferry_Tagscherer/bfd/format.c -o format.o mv -f .deps/format.Tpo .deps/format.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../Ferry_Tagscherer/bfd/init.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../Ferry_Tagscherer/bfd/init.c -o init.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../Ferry_Tagscherer/bfd/init.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../Ferry_Tagscherer/bfd/init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../Ferry_Tagscherer/bfd/libbfd.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../Ferry_Tagscherer/bfd/libbfd.c -o libbfd.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../Ferry_Tagscherer/bfd/libbfd.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../Ferry_Tagscherer/bfd/libbfd.c -o libbfd.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../Ferry_Tagscherer/bfd/opncls.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../Ferry_Tagscherer/bfd/opncls.c -o opncls.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../Ferry_Tagscherer/bfd/opncls.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../Ferry_Tagscherer/bfd/opncls.c -o opncls.o mv -f .deps/opncls.Tpo .deps/opncls.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../Ferry_Tagscherer/bfd/reloc.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../Ferry_Tagscherer/bfd/reloc.c -o reloc.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../Ferry_Tagscherer/bfd/reloc.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../Ferry_Tagscherer/bfd/reloc.c -o reloc.o mv -f .deps/reloc.Tpo .deps/reloc.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../Ferry_Tagscherer/bfd/section.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../Ferry_Tagscherer/bfd/section.c -o section.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../Ferry_Tagscherer/bfd/section.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../Ferry_Tagscherer/bfd/section.c -o section.o mv -f .deps/section.Tpo .deps/section.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../Ferry_Tagscherer/bfd/syms.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../Ferry_Tagscherer/bfd/syms.c -o syms.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../Ferry_Tagscherer/bfd/syms.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../Ferry_Tagscherer/bfd/syms.c -o syms.o mv -f .deps/syms.Tpo .deps/syms.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/targets.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/targets.c -o targets.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_i386_vec -DSELECT_VECS='&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' ../../Ferry_Tagscherer/bfd/targets.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ../../Ferry_Tagscherer/bfd/targets.c -o targets.o mv -f .deps/targets.Tpo .deps/targets.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../Ferry_Tagscherer/bfd/hash.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../Ferry_Tagscherer/bfd/hash.c -o hash.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../Ferry_Tagscherer/bfd/hash.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../Ferry_Tagscherer/bfd/hash.c -o hash.o mv -f .deps/hash.Tpo .deps/hash.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../Ferry_Tagscherer/bfd/linker.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../Ferry_Tagscherer/bfd/linker.c -o linker.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../Ferry_Tagscherer/bfd/linker.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../Ferry_Tagscherer/bfd/linker.c -o linker.o mv -f .deps/linker.Tpo .deps/linker.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../Ferry_Tagscherer/bfd/srec.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../Ferry_Tagscherer/bfd/srec.c -o srec.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../Ferry_Tagscherer/bfd/srec.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../Ferry_Tagscherer/bfd/srec.c -o srec.o mv -f .deps/srec.Tpo .deps/srec.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../Ferry_Tagscherer/bfd/binary.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../Ferry_Tagscherer/bfd/binary.c -o binary.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../Ferry_Tagscherer/bfd/binary.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../Ferry_Tagscherer/bfd/binary.c -o binary.o mv -f .deps/binary.Tpo .deps/binary.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../Ferry_Tagscherer/bfd/tekhex.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../Ferry_Tagscherer/bfd/tekhex.c -o tekhex.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../Ferry_Tagscherer/bfd/tekhex.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../Ferry_Tagscherer/bfd/tekhex.c -o tekhex.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../Ferry_Tagscherer/bfd/ihex.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../Ferry_Tagscherer/bfd/ihex.c -o ihex.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../Ferry_Tagscherer/bfd/ihex.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../Ferry_Tagscherer/bfd/ihex.c -o ihex.o mv -f .deps/ihex.Tpo .deps/ihex.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../Ferry_Tagscherer/bfd/stabs.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../Ferry_Tagscherer/bfd/stabs.c -o stabs.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../Ferry_Tagscherer/bfd/stabs.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../Ferry_Tagscherer/bfd/stabs.c -o stabs.o mv -f .deps/stabs.Tpo .deps/stabs.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../Ferry_Tagscherer/bfd/stab-syms.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../Ferry_Tagscherer/bfd/stab-syms.c -o stab-syms.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../Ferry_Tagscherer/bfd/stab-syms.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../Ferry_Tagscherer/bfd/stab-syms.c -o stab-syms.o mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../Ferry_Tagscherer/bfd/merge.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../Ferry_Tagscherer/bfd/merge.c -o merge.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../Ferry_Tagscherer/bfd/merge.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../Ferry_Tagscherer/bfd/merge.c -o merge.o mv -f .deps/merge.Tpo .deps/merge.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c -o dwarf2.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/lib/debug\" ../../Ferry_Tagscherer/bfd/dwarf2.c -o dwarf2.o mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../Ferry_Tagscherer/bfd/simple.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../Ferry_Tagscherer/bfd/simple.c -o simple.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../Ferry_Tagscherer/bfd/simple.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../Ferry_Tagscherer/bfd/simple.c -o simple.o mv -f .deps/simple.Tpo .deps/simple.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../Ferry_Tagscherer/bfd/compress.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../Ferry_Tagscherer/bfd/compress.c -o compress.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../Ferry_Tagscherer/bfd/compress.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../Ferry_Tagscherer/bfd/compress.c -o compress.o mv -f .deps/compress.Tpo .deps/compress.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../Ferry_Tagscherer/bfd/verilog.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../Ferry_Tagscherer/bfd/verilog.c -o verilog.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../Ferry_Tagscherer/bfd/verilog.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../Ferry_Tagscherer/bfd/verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../Ferry_Tagscherer/bfd/elf32-i386.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-i386.c -o elf32-i386.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../Ferry_Tagscherer/bfd/elf32-i386.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-i386.c -o elf32-i386.o mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../Ferry_Tagscherer/bfd/elf-ifunc.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../Ferry_Tagscherer/bfd/elf-ifunc.c -o elf-ifunc.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../Ferry_Tagscherer/bfd/elf-ifunc.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../Ferry_Tagscherer/bfd/elf-ifunc.c -o elf-ifunc.o mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../Ferry_Tagscherer/bfd/elf-nacl.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../Ferry_Tagscherer/bfd/elf-nacl.c -o elf-nacl.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../Ferry_Tagscherer/bfd/elf-nacl.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../Ferry_Tagscherer/bfd/elf-nacl.c -o elf-nacl.o mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../Ferry_Tagscherer/bfd/elf-vxworks.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../Ferry_Tagscherer/bfd/elf-vxworks.c -o elf-vxworks.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../Ferry_Tagscherer/bfd/elf-vxworks.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../Ferry_Tagscherer/bfd/elf-vxworks.c -o elf-vxworks.o mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../Ferry_Tagscherer/bfd/elf32.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../Ferry_Tagscherer/bfd/elf32.c -o elf32.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../Ferry_Tagscherer/bfd/elf32.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../Ferry_Tagscherer/bfd/elf32.c -o elf32.o mv -f .deps/elf32.Tpo .deps/elf32.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../Ferry_Tagscherer/bfd/elf.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../Ferry_Tagscherer/bfd/elf.c -o elf.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../Ferry_Tagscherer/bfd/elf.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../Ferry_Tagscherer/bfd/elf.c -o elf.o mv -f .deps/elf.Tpo .deps/elf.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../Ferry_Tagscherer/bfd/elflink.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../Ferry_Tagscherer/bfd/elflink.c -o elflink.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../Ferry_Tagscherer/bfd/elflink.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../Ferry_Tagscherer/bfd/elflink.c -o elflink.o mv -f .deps/elflink.Tpo .deps/elflink.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../Ferry_Tagscherer/bfd/elf-attrs.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../Ferry_Tagscherer/bfd/elf-attrs.c -o elf-attrs.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../Ferry_Tagscherer/bfd/elf-attrs.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../Ferry_Tagscherer/bfd/elf-attrs.c -o elf-attrs.o mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../Ferry_Tagscherer/bfd/elf-strtab.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../Ferry_Tagscherer/bfd/elf-strtab.c -o elf-strtab.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../Ferry_Tagscherer/bfd/elf-strtab.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../Ferry_Tagscherer/bfd/elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../Ferry_Tagscherer/bfd/elf-eh-frame.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../Ferry_Tagscherer/bfd/elf-eh-frame.c -o elf-eh-frame.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../Ferry_Tagscherer/bfd/elf-eh-frame.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../Ferry_Tagscherer/bfd/elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../Ferry_Tagscherer/bfd/dwarf1.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../Ferry_Tagscherer/bfd/dwarf1.c -o dwarf1.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../Ferry_Tagscherer/bfd/dwarf1.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../Ferry_Tagscherer/bfd/dwarf1.c -o dwarf1.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../Ferry_Tagscherer/bfd/i386linux.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../Ferry_Tagscherer/bfd/i386linux.c -o i386linux.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../Ferry_Tagscherer/bfd/i386linux.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../Ferry_Tagscherer/bfd/i386linux.c -o i386linux.o mv -f .deps/i386linux.Tpo .deps/i386linux.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../Ferry_Tagscherer/bfd/aout32.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../Ferry_Tagscherer/bfd/aout32.c -o aout32.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../Ferry_Tagscherer/bfd/aout32.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../Ferry_Tagscherer/bfd/aout32.c -o aout32.o mv -f .deps/aout32.Tpo .deps/aout32.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../Ferry_Tagscherer/bfd/pei-i386.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../Ferry_Tagscherer/bfd/pei-i386.c -o pei-i386.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../Ferry_Tagscherer/bfd/pei-i386.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../Ferry_Tagscherer/bfd/pei-i386.c -o pei-i386.o mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo rm -f peigen.c sed -e s/XX/pe/g < ../../Ferry_Tagscherer/bfd/peXXigen.c > peigen.new mv -f peigen.new peigen.c -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o mv -f .deps/peigen.Tpo .deps/peigen.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../Ferry_Tagscherer/bfd/cofflink.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../Ferry_Tagscherer/bfd/cofflink.c -o cofflink.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../Ferry_Tagscherer/bfd/cofflink.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../Ferry_Tagscherer/bfd/cofflink.c -o cofflink.o mv -f .deps/cofflink.Tpo .deps/cofflink.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../Ferry_Tagscherer/bfd/elf32-gen.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-gen.c -o elf32-gen.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../Ferry_Tagscherer/bfd/elf32-gen.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-gen.c -o elf32-gen.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../Ferry_Tagscherer/bfd/cpu-i386.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../Ferry_Tagscherer/bfd/cpu-i386.c -o cpu-i386.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../Ferry_Tagscherer/bfd/cpu-i386.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../Ferry_Tagscherer/bfd/cpu-i386.c -o cpu-i386.o mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../Ferry_Tagscherer/bfd/trad-core.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../Ferry_Tagscherer/bfd/trad-core.c -o trad-core.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../Ferry_Tagscherer/bfd/trad-core.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -DTRAD_CORE -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../Ferry_Tagscherer/bfd/trad-core.c -o trad-core.o mv -f .deps/trad-core.Tpo .deps/trad-core.Plo rm -f tofiles f=""; \ @@ -1298,7 +1294,7 @@ f=""; \ echo $f > tofiles /bin/dash ../../Ferry_Tagscherer/bfd/../move-if-change tofiles ofiles touch stamp-ofiles -/bin/dash ./libtool --tag=CC --mode=link gcc-4.7 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -o libbfd.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz +/bin/dash ./libtool --tag=CC --mode=link gcc-4.8 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -o libbfd.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o elf32-gen.o cpu-i386.o trad-core.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) @@ -1318,15 +1314,15 @@ 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 i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes @@ -1334,12 +1330,12 @@ checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU -checking dependency style of gcc-4.7... gcc3 -checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.7 +checking dependency style of gcc-4.8... gcc3 +checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1361,7 +1357,7 @@ checking for i686-pc-linux-gnu-ranlib... ranlib checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F -checking for ld used by gcc-4.7... ld +checking for ld used by gcc-4.8... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm @@ -1376,16 +1372,16 @@ checking for i686-pc-linux-gnu-ar... (cached) ar checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-ranlib... (cached) ranlib -checking command to parse nm output from gcc-4.7 object... ok +checking command to parse nm output from gcc-4.8 object... ok checking for dlfcn.h... yes checking for objdir... .libs -checking if gcc-4.7 supports -fno-rtti -fno-exceptions... no -checking for gcc-4.7 option to produce PIC... -fPIC -DPIC -checking if gcc-4.7 PIC flag -fPIC -DPIC works... yes -checking if gcc-4.7 static flag -static works... yes -checking if gcc-4.7 supports -c -o file.o... yes -checking if gcc-4.7 supports -c -o file.o... (cached) yes -checking whether the gcc-4.7 linker (ld) supports shared libraries... yes +checking if gcc-4.8 supports -fno-rtti -fno-exceptions... no +checking for gcc-4.8 option to produce PIC... -fPIC -DPIC +checking if gcc-4.8 PIC flag -fPIC -DPIC works... yes +checking if gcc-4.8 static flag -static works... yes +checking if gcc-4.8 supports -c -o file.o... yes +checking if gcc-4.8 supports -c -o file.o... (cached) yes +checking whether the gcc-4.8 linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes @@ -1393,7 +1389,7 @@ checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -checking whether gcc-4.7 supports -Wmissing-field-initializers... yes +checking whether gcc-4.8 supports -Wmissing-field-initializers... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... yes @@ -1429,23 +1425,23 @@ make all-recursive make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/opcodes' Making all in . make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/opcodes' -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../Ferry_Tagscherer/opcodes/dis-buf.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-buf.c -o dis-buf.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../Ferry_Tagscherer/opcodes/dis-buf.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-buf.c -o dis-buf.o mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c -o disassemble.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 ../../Ferry_Tagscherer/opcodes/disassemble.c -o disassemble.o mv -f .deps/disassemble.Tpo .deps/disassemble.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../Ferry_Tagscherer/opcodes/dis-init.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-init.c -o dis-init.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../Ferry_Tagscherer/opcodes/dis-init.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../Ferry_Tagscherer/opcodes/dis-init.c -o dis-init.o mv -f .deps/dis-init.Tpo .deps/dis-init.Plo -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../../Ferry_Tagscherer/opcodes/i386-dis.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-dis.c -o i386-dis.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../../Ferry_Tagscherer/opcodes/i386-dis.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-dis.c -o i386-dis.o mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo ../../Ferry_Tagscherer/opcodes/i386-tbl.h -/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../../Ferry_Tagscherer/opcodes/i386-opc.c -libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-opc.c -o i386-opc.o +/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../../Ferry_Tagscherer/opcodes/i386-opc.c +libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/opcodes -I. -I../../Ferry_Tagscherer/opcodes -I../bfd -I../../Ferry_Tagscherer/opcodes/../include -I../../Ferry_Tagscherer/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../../Ferry_Tagscherer/opcodes/i386-opc.c -o i386-opc.o mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo -/bin/dash ./libtool --tag=CC --mode=link gcc-4.7 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat ../bfd/libtool-soversion` -static-libstdc++ -static-libgcc -o libopcodes.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo +/bin/dash ./libtool --tag=CC --mode=link gcc-4.8 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat ../bfd/libtool-soversion` -static-libstdc++ -static-libgcc -o libopcodes.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.o libtool: link: ranlib .libs/libopcodes.a libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) @@ -1526,29 +1522,29 @@ mkdir -p -- ./libdecnumber Configuring in ./libdecnumber configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes -checking for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for i686-pc-linux-gnu-ranlib... ranlib checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader -checking whether gcc-4.7 supports -W... yes -checking whether gcc-4.7 supports -Wall... yes -checking whether gcc-4.7 supports -Wwrite-strings... yes -checking whether gcc-4.7 supports -Wstrict-prototypes... yes -checking whether gcc-4.7 supports -Wmissing-prototypes... yes -checking whether gcc-4.7 supports -Wold-style-definition... yes -checking whether gcc-4.7 supports -Wmissing-format-attribute... yes -checking whether gcc-4.7 supports -Wcast-qual... yes -checking whether gcc-4.7 supports -pedantic -Wlong-long... yes -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 supports -W... yes +checking whether gcc-4.8 supports -Wall... yes +checking whether gcc-4.8 supports -Wwrite-strings... yes +checking whether gcc-4.8 supports -Wstrict-prototypes... yes +checking whether gcc-4.8 supports -Wmissing-prototypes... yes +checking whether gcc-4.8 supports -Wold-style-definition... yes +checking whether gcc-4.8 supports -Wmissing-format-attribute... yes +checking whether gcc-4.8 supports -Wcast-qual... yes +checking whether gcc-4.8 supports -pedantic -Wlong-long... yes +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1593,15 +1589,15 @@ config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libdecnumber' -source='../../Ferry_Tagscherer/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decNumber.c -source='../../Ferry_Tagscherer/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decContext.c -source='../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c -source='../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c -source='../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c -source='../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c -source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c -source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c -source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc-4.7 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c +source='../../Ferry_Tagscherer/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decNumber.c +source='../../Ferry_Tagscherer/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/decContext.c +source='../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal32.c +source='../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal64.c +source='../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/decimal128.c +source='../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/bid2dpd_dpd2bid.c +source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee32.c +source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee64.c +source='../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc-4.8 -I../../Ferry_Tagscherer/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../Ferry_Tagscherer/libdecnumber -I. -c ../../Ferry_Tagscherer/libdecnumber/bid/host-ieee128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o ranlib libdecnumber.a @@ -1615,16 +1611,16 @@ checking host system type... i686-pc-linux-gnu Beginning configuration for readline-6.2 for i686-pc-linux-gnu checking whether make sets $(MAKE)... yes -checking for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1641,7 +1637,7 @@ 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 gcc-4.7 needs -traditional... no +checking whether gcc-4.8 needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c checking for ar... ar checking for i686-pc-linux-gnu-ranlib... ranlib @@ -1783,69 +1779,69 @@ config.status: creating config.h config.status: executing default commands make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/readline' rm -f readline.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/readline.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/readline.c rm -f vi_mode.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/vi_mode.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/vi_mode.c rm -f funmap.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/funmap.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/funmap.c rm -f keymaps.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/keymaps.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/keymaps.c rm -f parens.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/parens.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/parens.c rm -f search.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/search.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/search.c rm -f rltty.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/rltty.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/rltty.c rm -f complete.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/complete.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/complete.c rm -f bind.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/bind.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/bind.c rm -f isearch.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/isearch.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/isearch.c rm -f display.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/display.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/display.c rm -f signals.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/signals.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/signals.c rm -f util.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/util.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/util.c rm -f kill.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/kill.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/kill.c rm -f undo.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/undo.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/undo.c rm -f macro.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/macro.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/macro.c rm -f input.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/input.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/input.c rm -f callback.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/callback.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/callback.c rm -f terminal.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/terminal.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/terminal.c rm -f text.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/text.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/text.c rm -f nls.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/nls.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/nls.c rm -f misc.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/misc.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/misc.c rm -f compat.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/compat.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/compat.c rm -f xfree.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xfree.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xfree.c rm -f xmalloc.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xmalloc.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/xmalloc.c rm -f history.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/history.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/history.c rm -f histexpand.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histexpand.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histexpand.c rm -f histfile.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histfile.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histfile.c rm -f histsearch.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histsearch.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/histsearch.c rm -f shell.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/shell.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/shell.c rm -f mbutil.o -gcc-4.7 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/mbutil.c +gcc-4.8 -c -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../Ferry_Tagscherer/readline/mbutil.c rm -f tilde.o -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -DREADLINE_LIBRARY -c ../../Ferry_Tagscherer/readline/tilde.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 -DREADLINE_LIBRARY -c ../../Ferry_Tagscherer/readline/tilde.c rm -f libreadline.a ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o test -n "ranlib" && ranlib libreadline.a @@ -1856,25 +1852,25 @@ make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/readline' mkdir -p -- ./sim Configuring in ./sim configure: creating cache ./config.cache -checking for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for i686-pc-linux-gnu-ar... ar checking for i686-pc-linux-gnu-ranlib... ranlib 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 i686-pc-linux-gnu-gcc... (cached) gcc-4.7 +checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed checking for i686-pc-linux-gnu-ranlib... (cached) ranlib configure: updating cache ./config.cache configure: creating ./config.status @@ -1883,16 +1879,16 @@ mkdir -p -- ./gdb Configuring in ./gdb configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no -checking for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed -checking how to run the C preprocessor... gcc-4.7 -E +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1914,26 +1910,26 @@ checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 -checking for gcc-4.7 option to accept ANSI C... none needed -checking dependency style of gcc-4.7... gcc3 +checking for gcc-4.8 option to accept ANSI C... none needed +checking dependency style of gcc-4.8... gcc3 checking for make... make checking whether make sets $(MAKE)... yes === configuring in build-gnulib ([...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib) -configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=./config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gnulib +configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=./config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gnulib configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no -checking for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu -checking how to run the C preprocessor... gcc-4.7 -E +checking how to run the C preprocessor... gcc-4.8 -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 @@ -1951,10 +1947,10 @@ checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for Minix Amsterdam compiler... no -checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.7 +checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed checking target system type... i686-pc-linux-gnu checking for working alloca.h... yes checking for alloca... yes @@ -2112,7 +2108,7 @@ checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU -checking dependency style of gcc-4.7... gcc3 +checking dependency style of gcc-4.8... gcc3 checking whether ln -s works... yes checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-ar... ar @@ -2159,7 +2155,7 @@ checking for library containing tgetent... none required checking size of unsigned long long... 8 checking size of unsigned long... 4 checking size of unsigned __int128... 0 -checking for library containing dlopen... none required +checking for library containing dlopen... -ldl checking whether to use expat... auto checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes @@ -2438,23 +2434,23 @@ config.status: executing depdir commands mkdir -p -- .deps config.status: executing default commands === configuring in testsuite ([...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite) -configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/testsuite/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/testsuite +configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/testsuite/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/testsuite configure: loading cache .././config.cache checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking target system type... (cached) i686-pc-linux-gnu checking for make... (cached) make checking whether make sets $(MAKE)... (cached) yes -checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.7 +checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.8 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed -checking how to run the C preprocessor... (cached) gcc-4.7 -E +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed +checking how to run the C preprocessor... (cached) gcc-4.8 -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes @@ -2507,19 +2503,19 @@ config.status: creating gdb.threads/Makefile config.status: creating gdb.trace/Makefile config.status: creating gdb.xml/Makefile === configuring in gdbserver ([...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver) -configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gdbserver +configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gdbserver configure: loading cache .././config.cache checking whether to enable maintainer-specific portions of Makefiles... no -checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.7 +checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.8 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed -checking how to run the C preprocessor... (cached) gcc-4.7 -E +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed +checking how to run the C preprocessor... (cached) gcc-4.8 -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes @@ -2546,25 +2542,25 @@ checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for working alloca.h... (cached) yes checking for alloca... (cached) yes -checking dependency style of gcc-4.7... (cached) gcc3 +checking dependency style of gcc-4.8... (cached) gcc3 checking for make... (cached) make checking whether make sets $(MAKE)... (cached) yes === configuring in build-gnulib-gdbserver ([...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver) -configure: running /bin/dash ../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib +configure: running /bin/dash ../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i686-pc-linux-gnu' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib configure: creating cache .././config.cache checking whether to enable maintainer-specific portions of Makefiles... no -checking for i686-pc-linux-gnu-gcc... gcc-4.7 +checking for i686-pc-linux-gnu-gcc... gcc-4.8 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.7 accepts -g... yes -checking for gcc-4.7 option to accept ISO C89... none needed +checking whether gcc-4.8 accepts -g... yes +checking for gcc-4.8 option to accept ISO C89... none needed checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu -checking how to run the C preprocessor... gcc-4.7 -E +checking how to run the C preprocessor... gcc-4.8 -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 @@ -2582,10 +2578,10 @@ checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for Minix Amsterdam compiler... no -checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.7 +checking for i686-pc-linux-gnu-gcc... (cached) gcc-4.8 checking whether we are using the GNU C compiler... (cached) yes -checking whether gcc-4.7 accepts -g... (cached) yes -checking for gcc-4.7 option to accept ISO C89... (cached) none needed +checking whether gcc-4.8 accepts -g... (cached) yes +checking for gcc-4.8 option to accept ISO C89... (cached) none needed checking target system type... i686-pc-linux-gnu checking for working alloca.h... yes checking for alloca... yes @@ -2743,7 +2739,7 @@ checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU -checking dependency style of gcc-4.7... gcc3 +checking dependency style of gcc-4.8... gcc3 checking whether ln -s works... yes checking for i686-pc-linux-gnu-ranlib... ranlib checking for i686-pc-linux-gnu-ar... ar @@ -3186,11 +3182,11 @@ rm -f wctype.h-t wctype.h && \ make all-recursive make[7]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import' make[8]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import' -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/localcharset.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/localcharset.c mv -f .deps/localcharset.Tpo .deps/localcharset.Po -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/strnlen1.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/strnlen1.c mv -f .deps/strnlen1.Tpo .deps/strnlen1.Po -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/wctype-h.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../Ferry_Tagscherer/gdb/gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../Ferry_Tagscherer/gdb/gnulib/import/wctype-h.c mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po rm -f libgnu.a ar cru libgnu.a localcharset.o strnlen1.o wctype-h.o @@ -3210,117 +3206,117 @@ make[6]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnu make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib' make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib' make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../Ferry_Tagscherer/gdb/gdb.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-tdep.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-tdep.o -MT i386-linux-tdep.o -MMD -MP -MF .deps/i386-linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-tdep.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../Ferry_Tagscherer/gdb/glibc-tdep.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../Ferry_Tagscherer/gdb/i387-tdep.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../Ferry_Tagscherer/gdb/solib-svr4.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../Ferry_Tagscherer/gdb/symfile-mem.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-tdep.o -MT linux-tdep.o -MMD -MP -MF .deps/linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/linux-tdep.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../Ferry_Tagscherer/gdb/linux-record.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../Ferry_Tagscherer/gdb/ser-base.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../Ferry_Tagscherer/gdb/ser-unix.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../Ferry_Tagscherer/gdb/ser-pipe.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../Ferry_Tagscherer/gdb/ser-tcp.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../Ferry_Tagscherer/gdb/inf-ptrace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../Ferry_Tagscherer/gdb/fork-child.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-nat.o -MT i386-nat.o -MMD -MP -MF .deps/i386-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-nat.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-nat.o -MT i386-linux-nat.o -MMD -MP -MF .deps/i386-linux-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-nat.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../Ferry_Tagscherer/gdb/proc-service.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../Ferry_Tagscherer/gdb/linux-thread-db.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../Ferry_Tagscherer/gdb/linux-nat.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../Ferry_Tagscherer/gdb/common/linux-osdata.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-fork.o -MT linux-fork.o -MMD -MP -MF .deps/linux-fork.Tpo ../../Ferry_Tagscherer/gdb/linux-fork.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../Ferry_Tagscherer/gdb/common/linux-procfs.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-ptrace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-btrace.o -MT linux-btrace.o -MMD -MP -MF .deps/linux-btrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-btrace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../Ferry_Tagscherer/gdb/remote.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../Ferry_Tagscherer/gdb/dcache.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../Ferry_Tagscherer/gdb/tracepoint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-general.o -MT ax-general.o -MMD -MP -MF .deps/ax-general.Tpo ../../Ferry_Tagscherer/gdb/ax-general.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-gdb.o -MT ax-gdb.o -MMD -MP -MF .deps/ax-gdb.Tpo ../../Ferry_Tagscherer/gdb/ax-gdb.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-fileio.o -MT remote-fileio.o -MMD -MP -MF .deps/remote-fileio.Tpo ../../Ferry_Tagscherer/gdb/remote-fileio.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-notif.o -MT remote-notif.o -MMD -MP -MF .deps/remote-notif.Tpo ../../Ferry_Tagscherer/gdb/remote-notif.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ctf.o -MT ctf.o -MMD -MP -MF .deps/ctf.Tpo ../../Ferry_Tagscherer/gdb/ctf.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-dump.o -MT cli-dump.o -MMD -MP -MF .deps/cli-dump.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-dump.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-decode.o -MT cli-decode.o -MMD -MP -MF .deps/cli-decode.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-decode.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-script.o -MT cli-script.o -MMD -MP -MF .deps/cli-script.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-script.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-cmds.o -MT cli-cmds.o -MMD -MP -MF .deps/cli-cmds.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-cmds.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-setshow.o -MT cli-setshow.o -MMD -MP -MF .deps/cli-setshow.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-setshow.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-logging.o -MT cli-logging.o -MMD -MP -MF .deps/cli-logging.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-logging.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-interp.o -MT cli-interp.o -MMD -MP -MF .deps/cli-interp.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-interp.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-utils.o -MT cli-utils.o -MMD -MP -MF .deps/cli-utils.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-utils.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-out.o -MT mi-out.o -MMD -MP -MF .deps/mi-out.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-out.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-console.o -MT mi-console.o -MMD -MP -MF .deps/mi-console.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-console.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmds.o -MT mi-cmds.o -MMD -MP -MF .deps/mi-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmds.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-catch.o -MT mi-cmd-catch.o -MMD -MP -MF .deps/mi-cmd-catch.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-catch.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-env.o -MT mi-cmd-env.o -MMD -MP -MF .deps/mi-cmd-env.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-env.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-var.o -MT mi-cmd-var.o -MMD -MP -MF .deps/mi-cmd-var.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-var.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-break.o -MT mi-cmd-break.o -MMD -MP -MF .deps/mi-cmd-break.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-break.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-stack.o -MT mi-cmd-stack.o -MMD -MP -MF .deps/mi-cmd-stack.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-stack.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-file.o -MT mi-cmd-file.o -MMD -MP -MF .deps/mi-cmd-file.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-file.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-disas.o -MT mi-cmd-disas.o -MMD -MP -MF .deps/mi-cmd-disas.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-disas.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-symbol-cmds.o -MT mi-symbol-cmds.o -MMD -MP -MF .deps/mi-symbol-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-symbol-cmds.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-target.o -MT mi-cmd-target.o -MMD -MP -MF .deps/mi-cmd-target.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-target.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-info.o -MT mi-cmd-info.o -MMD -MP -MF .deps/mi-cmd-info.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-info.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-interp.o -MT mi-interp.o -MMD -MP -MF .deps/mi-interp.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-interp.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-main.o -MT mi-main.o -MMD -MP -MF .deps/mi-main.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-main.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-parse.o -MT mi-parse.o -MMD -MP -MF .deps/mi-parse.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-parse.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-getopt.o -MT mi-getopt.o -MMD -MP -MF .deps/mi-getopt.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-getopt.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-command.o -MT tui-command.o -MMD -MP -MF .deps/tui-command.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-command.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-data.o -MT tui-data.o -MMD -MP -MF .deps/tui-data.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-data.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-disasm.o -MT tui-disasm.o -MMD -MP -MF .deps/tui-disasm.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-disasm.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-file.o -MT tui-file.o -MMD -MP -MF .deps/tui-file.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-file.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-hooks.o -MT tui-hooks.o -MMD -MP -MF .deps/tui-hooks.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-hooks.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-interp.o -MT tui-interp.o -MMD -MP -MF .deps/tui-interp.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-interp.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-io.o -MT tui-io.o -MMD -MP -MF .deps/tui-io.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-io.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-layout.o -MT tui-layout.o -MMD -MP -MF .deps/tui-layout.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-layout.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-out.o -MT tui-out.o -MMD -MP -MF .deps/tui-out.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-out.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-regs.o -MT tui-regs.o -MMD -MP -MF .deps/tui-regs.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-regs.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-source.o -MT tui-source.o -MMD -MP -MF .deps/tui-source.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-source.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-stack.o -MT tui-stack.o -MMD -MP -MF .deps/tui-stack.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-stack.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-win.o -MT tui-win.o -MMD -MP -MF .deps/tui-win.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-win.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-windata.o -MT tui-windata.o -MMD -MP -MF .deps/tui-windata.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-windata.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-wingeneral.o -MT tui-wingeneral.o -MMD -MP -MF .deps/tui-wingeneral.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-wingeneral.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-winsource.o -MT tui-winsource.o -MMD -MP -MF .deps/tui-winsource.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-winsource.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui.o -MT tui.o -MMD -MP -MF .deps/tui.Tpo ../../Ferry_Tagscherer/gdb/tui/tui.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o python.o -MT python.o -MMD -MP -MF .deps/python.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/python.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-arch.o -MT py-arch.o -MMD -MP -MF .deps/py-arch.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-arch.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-auto-load.o -MT py-auto-load.o -MMD -MP -MF .deps/py-auto-load.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-auto-load.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-block.o -MT py-block.o -MMD -MP -MF .deps/py-block.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-block.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-bpevent.o -MT py-bpevent.o -MMD -MP -MF .deps/py-bpevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-bpevent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-breakpoint.o -MT py-breakpoint.o -MMD -MP -MF .deps/py-breakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-breakpoint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-cmd.o -MT py-cmd.o -MMD -MP -MF .deps/py-cmd.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-cmd.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-continueevent.o -MT py-continueevent.o -MMD -MP -MF .deps/py-continueevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-continueevent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-event.o -MT py-event.o -MMD -MP -MF .deps/py-event.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-event.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evtregistry.o -MT py-evtregistry.o -MMD -MP -MF .deps/py-evtregistry.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evtregistry.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evts.o -MT py-evts.o -MMD -MP -MF .deps/py-evts.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evts.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-exitedevent.o -MT py-exitedevent.o -MMD -MP -MF .deps/py-exitedevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-exitedevent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-finishbreakpoint.o -MT py-finishbreakpoint.o -MMD -MP -MF .deps/py-finishbreakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-finishbreakpoint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-frame.o -MT py-frame.o -MMD -MP -MF .deps/py-frame.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-framefilter.o -MT py-framefilter.o -MMD -MP -MF .deps/py-framefilter.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-framefilter.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-function.o -MT py-function.o -MMD -MP -MF .deps/py-function.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-function.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-gdb-readline.o -MT py-gdb-readline.o -MMD -MP -MF .deps/py-gdb-readline.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-gdb-readline.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-inferior.o -MT py-inferior.o -MMD -MP -MF .deps/py-inferior.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-inferior.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-infthread.o -MT py-infthread.o -MMD -MP -MF .deps/py-infthread.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-infthread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-lazy-string.o -MT py-lazy-string.o -MMD -MP -MF .deps/py-lazy-string.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-lazy-string.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-newobjfileevent.o -MT py-newobjfileevent.o -MMD -MP -MF .deps/py-newobjfileevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-newobjfileevent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-objfile.o -MT py-objfile.o -MMD -MP -MF .deps/py-objfile.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-objfile.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-param.o -MT py-param.o -MMD -MP -MF .deps/py-param.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-param.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-prettyprint.o -MT py-prettyprint.o -MMD -MP -MF .deps/py-prettyprint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-prettyprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-progspace.o -MT py-progspace.o -MMD -MP -MF .deps/py-progspace.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-progspace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-signalevent.o -MT py-signalevent.o -MMD -MP -MF .deps/py-signalevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-signalevent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-stopevent.o -MT py-stopevent.o -MMD -MP -MF .deps/py-stopevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-stopevent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symbol.o -MT py-symbol.o -MMD -MP -MF .deps/py-symbol.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symbol.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symtab.o -MT py-symtab.o -MMD -MP -MF .deps/py-symtab.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symtab.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-threadevent.o -MT py-threadevent.o -MMD -MP -MF .deps/py-threadevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-threadevent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-type.o -MT py-type.o -MMD -MP -MF .deps/py-type.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-type.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-utils.o -MT py-utils.o -MMD -MP -MF .deps/py-utils.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-utils.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-value.o -MT py-value.o -MMD -MP -MF .deps/py-value.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-value.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o elfread.o -MT elfread.o -MMD -MP -MF .deps/elfread.Tpo ../../Ferry_Tagscherer/gdb/elfread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stap-probe.o -MT stap-probe.o -MMD -MP -MF .deps/stap-probe.Tpo ../../Ferry_Tagscherer/gdb/stap-probe.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o posix-hdep.o -MT posix-hdep.o -MMD -MP -MF .deps/posix-hdep.Tpo ../../Ferry_Tagscherer/gdb/posix-hdep.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../Ferry_Tagscherer/gdb/gdb.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-tdep.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-tdep.o -MT i386-linux-tdep.o -MMD -MP -MF .deps/i386-linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-tdep.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../Ferry_Tagscherer/gdb/glibc-tdep.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../Ferry_Tagscherer/gdb/i387-tdep.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../Ferry_Tagscherer/gdb/solib-svr4.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../Ferry_Tagscherer/gdb/symfile-mem.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-tdep.o -MT linux-tdep.o -MMD -MP -MF .deps/linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/linux-tdep.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../Ferry_Tagscherer/gdb/linux-record.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../Ferry_Tagscherer/gdb/ser-base.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../Ferry_Tagscherer/gdb/ser-unix.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../Ferry_Tagscherer/gdb/ser-pipe.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../Ferry_Tagscherer/gdb/ser-tcp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../Ferry_Tagscherer/gdb/inf-ptrace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../Ferry_Tagscherer/gdb/fork-child.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-nat.o -MT i386-nat.o -MMD -MP -MF .deps/i386-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-nat.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-nat.o -MT i386-linux-nat.o -MMD -MP -MF .deps/i386-linux-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-nat.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../Ferry_Tagscherer/gdb/proc-service.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../Ferry_Tagscherer/gdb/linux-thread-db.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../Ferry_Tagscherer/gdb/linux-nat.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../Ferry_Tagscherer/gdb/common/linux-osdata.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-fork.o -MT linux-fork.o -MMD -MP -MF .deps/linux-fork.Tpo ../../Ferry_Tagscherer/gdb/linux-fork.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../Ferry_Tagscherer/gdb/common/linux-procfs.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-ptrace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-btrace.o -MT linux-btrace.o -MMD -MP -MF .deps/linux-btrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-btrace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../Ferry_Tagscherer/gdb/remote.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../Ferry_Tagscherer/gdb/dcache.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../Ferry_Tagscherer/gdb/tracepoint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-general.o -MT ax-general.o -MMD -MP -MF .deps/ax-general.Tpo ../../Ferry_Tagscherer/gdb/ax-general.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ax-gdb.o -MT ax-gdb.o -MMD -MP -MF .deps/ax-gdb.Tpo ../../Ferry_Tagscherer/gdb/ax-gdb.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-fileio.o -MT remote-fileio.o -MMD -MP -MF .deps/remote-fileio.Tpo ../../Ferry_Tagscherer/gdb/remote-fileio.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote-notif.o -MT remote-notif.o -MMD -MP -MF .deps/remote-notif.Tpo ../../Ferry_Tagscherer/gdb/remote-notif.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ctf.o -MT ctf.o -MMD -MP -MF .deps/ctf.Tpo ../../Ferry_Tagscherer/gdb/ctf.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-dump.o -MT cli-dump.o -MMD -MP -MF .deps/cli-dump.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-dump.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-decode.o -MT cli-decode.o -MMD -MP -MF .deps/cli-decode.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-decode.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-script.o -MT cli-script.o -MMD -MP -MF .deps/cli-script.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-script.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-cmds.o -MT cli-cmds.o -MMD -MP -MF .deps/cli-cmds.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-cmds.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-setshow.o -MT cli-setshow.o -MMD -MP -MF .deps/cli-setshow.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-setshow.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-logging.o -MT cli-logging.o -MMD -MP -MF .deps/cli-logging.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-logging.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-interp.o -MT cli-interp.o -MMD -MP -MF .deps/cli-interp.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-interp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-utils.o -MT cli-utils.o -MMD -MP -MF .deps/cli-utils.Tpo ../../Ferry_Tagscherer/gdb/cli/cli-utils.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-out.o -MT mi-out.o -MMD -MP -MF .deps/mi-out.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-out.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-console.o -MT mi-console.o -MMD -MP -MF .deps/mi-console.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-console.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmds.o -MT mi-cmds.o -MMD -MP -MF .deps/mi-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmds.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-catch.o -MT mi-cmd-catch.o -MMD -MP -MF .deps/mi-cmd-catch.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-catch.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-env.o -MT mi-cmd-env.o -MMD -MP -MF .deps/mi-cmd-env.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-env.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-var.o -MT mi-cmd-var.o -MMD -MP -MF .deps/mi-cmd-var.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-var.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-break.o -MT mi-cmd-break.o -MMD -MP -MF .deps/mi-cmd-break.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-break.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-stack.o -MT mi-cmd-stack.o -MMD -MP -MF .deps/mi-cmd-stack.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-stack.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-file.o -MT mi-cmd-file.o -MMD -MP -MF .deps/mi-cmd-file.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-file.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-disas.o -MT mi-cmd-disas.o -MMD -MP -MF .deps/mi-cmd-disas.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-disas.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-symbol-cmds.o -MT mi-symbol-cmds.o -MMD -MP -MF .deps/mi-symbol-cmds.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-symbol-cmds.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-target.o -MT mi-cmd-target.o -MMD -MP -MF .deps/mi-cmd-target.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-target.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-cmd-info.o -MT mi-cmd-info.o -MMD -MP -MF .deps/mi-cmd-info.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-cmd-info.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-interp.o -MT mi-interp.o -MMD -MP -MF .deps/mi-interp.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-interp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-main.o -MT mi-main.o -MMD -MP -MF .deps/mi-main.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-main.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-parse.o -MT mi-parse.o -MMD -MP -MF .deps/mi-parse.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-parse.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-getopt.o -MT mi-getopt.o -MMD -MP -MF .deps/mi-getopt.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-getopt.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-command.o -MT tui-command.o -MMD -MP -MF .deps/tui-command.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-command.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-data.o -MT tui-data.o -MMD -MP -MF .deps/tui-data.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-data.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-disasm.o -MT tui-disasm.o -MMD -MP -MF .deps/tui-disasm.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-disasm.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-file.o -MT tui-file.o -MMD -MP -MF .deps/tui-file.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-file.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-hooks.o -MT tui-hooks.o -MMD -MP -MF .deps/tui-hooks.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-hooks.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-interp.o -MT tui-interp.o -MMD -MP -MF .deps/tui-interp.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-interp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-io.o -MT tui-io.o -MMD -MP -MF .deps/tui-io.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-io.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-layout.o -MT tui-layout.o -MMD -MP -MF .deps/tui-layout.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-layout.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-out.o -MT tui-out.o -MMD -MP -MF .deps/tui-out.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-out.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-regs.o -MT tui-regs.o -MMD -MP -MF .deps/tui-regs.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-regs.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-source.o -MT tui-source.o -MMD -MP -MF .deps/tui-source.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-source.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-stack.o -MT tui-stack.o -MMD -MP -MF .deps/tui-stack.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-stack.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-win.o -MT tui-win.o -MMD -MP -MF .deps/tui-win.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-win.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-windata.o -MT tui-windata.o -MMD -MP -MF .deps/tui-windata.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-windata.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-wingeneral.o -MT tui-wingeneral.o -MMD -MP -MF .deps/tui-wingeneral.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-wingeneral.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui-winsource.o -MT tui-winsource.o -MMD -MP -MF .deps/tui-winsource.Tpo ../../Ferry_Tagscherer/gdb/tui/tui-winsource.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tui.o -MT tui.o -MMD -MP -MF .deps/tui.Tpo ../../Ferry_Tagscherer/gdb/tui/tui.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o python.o -MT python.o -MMD -MP -MF .deps/python.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/python.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-arch.o -MT py-arch.o -MMD -MP -MF .deps/py-arch.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-arch.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-auto-load.o -MT py-auto-load.o -MMD -MP -MF .deps/py-auto-load.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-auto-load.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-block.o -MT py-block.o -MMD -MP -MF .deps/py-block.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-block.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-bpevent.o -MT py-bpevent.o -MMD -MP -MF .deps/py-bpevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-bpevent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-breakpoint.o -MT py-breakpoint.o -MMD -MP -MF .deps/py-breakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-breakpoint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-cmd.o -MT py-cmd.o -MMD -MP -MF .deps/py-cmd.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-cmd.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-continueevent.o -MT py-continueevent.o -MMD -MP -MF .deps/py-continueevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-continueevent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-event.o -MT py-event.o -MMD -MP -MF .deps/py-event.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-event.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evtregistry.o -MT py-evtregistry.o -MMD -MP -MF .deps/py-evtregistry.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evtregistry.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-evts.o -MT py-evts.o -MMD -MP -MF .deps/py-evts.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-evts.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-exitedevent.o -MT py-exitedevent.o -MMD -MP -MF .deps/py-exitedevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-exitedevent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-finishbreakpoint.o -MT py-finishbreakpoint.o -MMD -MP -MF .deps/py-finishbreakpoint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-finishbreakpoint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-frame.o -MT py-frame.o -MMD -MP -MF .deps/py-frame.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-framefilter.o -MT py-framefilter.o -MMD -MP -MF .deps/py-framefilter.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-framefilter.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-function.o -MT py-function.o -MMD -MP -MF .deps/py-function.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-function.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-gdb-readline.o -MT py-gdb-readline.o -MMD -MP -MF .deps/py-gdb-readline.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-gdb-readline.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-inferior.o -MT py-inferior.o -MMD -MP -MF .deps/py-inferior.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-inferior.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-infthread.o -MT py-infthread.o -MMD -MP -MF .deps/py-infthread.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-infthread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-lazy-string.o -MT py-lazy-string.o -MMD -MP -MF .deps/py-lazy-string.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-lazy-string.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-newobjfileevent.o -MT py-newobjfileevent.o -MMD -MP -MF .deps/py-newobjfileevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-newobjfileevent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-objfile.o -MT py-objfile.o -MMD -MP -MF .deps/py-objfile.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-objfile.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-param.o -MT py-param.o -MMD -MP -MF .deps/py-param.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-param.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-prettyprint.o -MT py-prettyprint.o -MMD -MP -MF .deps/py-prettyprint.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-prettyprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-progspace.o -MT py-progspace.o -MMD -MP -MF .deps/py-progspace.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-progspace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-signalevent.o -MT py-signalevent.o -MMD -MP -MF .deps/py-signalevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-signalevent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-stopevent.o -MT py-stopevent.o -MMD -MP -MF .deps/py-stopevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-stopevent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symbol.o -MT py-symbol.o -MMD -MP -MF .deps/py-symbol.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symbol.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-symtab.o -MT py-symtab.o -MMD -MP -MF .deps/py-symtab.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-symtab.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-threadevent.o -MT py-threadevent.o -MMD -MP -MF .deps/py-threadevent.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-threadevent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-type.o -MT py-type.o -MMD -MP -MF .deps/py-type.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-type.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-utils.o -MT py-utils.o -MMD -MP -MF .deps/py-utils.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-utils.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o py-value.o -MT py-value.o -MMD -MP -MF .deps/py-value.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../Ferry_Tagscherer/gdb/python/py-value.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o elfread.o -MT elfread.o -MMD -MP -MF .deps/elfread.Tpo ../../Ferry_Tagscherer/gdb/elfread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stap-probe.o -MT stap-probe.o -MMD -MP -MF .deps/stap-probe.Tpo ../../Ferry_Tagscherer/gdb/stap-probe.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o posix-hdep.o -MT posix-hdep.o -MMD -MP -MF .deps/posix-hdep.Tpo ../../Ferry_Tagscherer/gdb/posix-hdep.c rm -f c-exp.c c-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/c-exp.y y.tab.c c-exp.c -- bison -y && mv c-exp.c c-exp.c.tmp \ || (rm -f c-exp.c; false) @@ -3337,7 +3333,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/c-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/c-exp.y|sed 's/\//\\\\\//g'`/" \ < c-exp.c.tmp > c-exp.c rm -f c-exp.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-exp.o -MT c-exp.o -MMD -MP -MF .deps/c-exp.Tpo c-exp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-exp.o -MT c-exp.o -MMD -MP -MF .deps/c-exp.Tpo c-exp.c rm -f cp-name-parser.c cp-name-parser.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/cp-name-parser.y y.tab.c cp-name-parser.c -- bison -y && mv cp-name-parser.c cp-name-parser.c.tmp \ || (rm -f cp-name-parser.c; false) @@ -3353,7 +3349,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/cp-name-parser.y`/\1`echo ../../Ferry_Tagscherer/gdb/cp-name-parser.y|sed 's/\//\\\\\//g'`/" \ < cp-name-parser.c.tmp > cp-name-parser.c rm -f cp-name-parser.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-name-parser.o -MT cp-name-parser.o -MMD -MP -MF .deps/cp-name-parser.Tpo cp-name-parser.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-name-parser.o -MT cp-name-parser.o -MMD -MP -MF .deps/cp-name-parser.Tpo cp-name-parser.c rm -f ada-exp.c ada-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/ada-exp.y y.tab.c ada-exp.c -- bison -y && mv ada-exp.c ada-exp.c.tmp \ || (rm -f ada-exp.c; false) @@ -3369,7 +3365,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/ada-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/ada-exp.y|sed 's/\//\\\\\//g'`/" \ < ada-exp.c.tmp > ada-exp.c rm -f ada-exp.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-exp.o -MT ada-exp.o -MMD -MP -MF .deps/ada-exp.Tpo ada-exp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-exp.o -MT ada-exp.o -MMD -MP -MF .deps/ada-exp.Tpo ada-exp.c rm -f jv-exp.c jv-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/jv-exp.y y.tab.c jv-exp.c -- bison -y && mv jv-exp.c jv-exp.c.tmp \ || (rm -f jv-exp.c; false) @@ -3385,7 +3381,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/jv-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/jv-exp.y|sed 's/\//\\\\\//g'`/" \ < jv-exp.c.tmp > jv-exp.c rm -f jv-exp.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-exp.o -MT jv-exp.o -MMD -MP -MF .deps/jv-exp.Tpo jv-exp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-exp.o -MT jv-exp.o -MMD -MP -MF .deps/jv-exp.Tpo jv-exp.c rm -f f-exp.c f-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/f-exp.y y.tab.c f-exp.c -- bison -y && mv f-exp.c f-exp.c.tmp \ || (rm -f f-exp.c; false) @@ -3401,7 +3397,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/f-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/f-exp.y|sed 's/\//\\\\\//g'`/" \ < f-exp.c.tmp > f-exp.c rm -f f-exp.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-exp.o -MT f-exp.o -MMD -MP -MF .deps/f-exp.Tpo f-exp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-exp.o -MT f-exp.o -MMD -MP -MF .deps/f-exp.Tpo f-exp.c rm -f go-exp.c go-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/go-exp.y y.tab.c go-exp.c -- bison -y && mv go-exp.c go-exp.c.tmp \ || (rm -f go-exp.c; false) @@ -3417,7 +3413,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/go-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/go-exp.y|sed 's/\//\\\\\//g'`/" \ < go-exp.c.tmp > go-exp.c rm -f go-exp.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-exp.o -MT go-exp.o -MMD -MP -MF .deps/go-exp.Tpo go-exp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-exp.o -MT go-exp.o -MMD -MP -MF .deps/go-exp.Tpo go-exp.c rm -f m2-exp.c m2-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/m2-exp.y y.tab.c m2-exp.c -- bison -y && mv m2-exp.c m2-exp.c.tmp \ || (rm -f m2-exp.c; false) @@ -3435,7 +3431,7 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/m2-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/m2-exp.y|sed 's/\//\\\\\//g'`/" \ < m2-exp.c.tmp > m2-exp.c rm -f m2-exp.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-exp.o -MT m2-exp.o -MMD -MP -MF .deps/m2-exp.Tpo m2-exp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-exp.o -MT m2-exp.o -MMD -MP -MF .deps/m2-exp.Tpo m2-exp.c rm -f p-exp.c p-exp.c.tmp /bin/dash ../../Ferry_Tagscherer/gdb/../ylwrap ../../Ferry_Tagscherer/gdb/p-exp.y y.tab.c p-exp.c -- bison -y && mv p-exp.c p-exp.c.tmp \ || (rm -f p-exp.c; false) @@ -3451,206 +3447,206 @@ sed -e '/extern.*malloc/d' \ -e "s/^\(#line.*\)`basename ../../Ferry_Tagscherer/gdb/p-exp.y`/\1`echo ../../Ferry_Tagscherer/gdb/p-exp.y|sed 's/\//\\\\\//g'`/" \ < p-exp.c.tmp > p-exp.c rm -f p-exp.c.tmp -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-exp.o -MT p-exp.o -MMD -MP -MF .deps/p-exp.Tpo p-exp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-exp.o -MT p-exp.o -MMD -MP -MF .deps/p-exp.Tpo p-exp.c rm -f version.c-tmp version.c echo '#include "version.h"' >> version.c-tmp echo 'const char version[] = "'"`sed q ../../Ferry_Tagscherer/gdb/version.in`"'";' >> version.c-tmp echo 'const char host_name[] = "i686-pc-linux-gnu";' >> version.c-tmp echo 'const char target_name[] = "i686-pc-linux-gnu";' >> version.c-tmp mv version.c-tmp version.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o annotate.o -MT annotate.o -MMD -MP -MF .deps/annotate.Tpo ../../Ferry_Tagscherer/gdb/annotate.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o addrmap.o -MT addrmap.o -MMD -MP -MF .deps/addrmap.Tpo ../../Ferry_Tagscherer/gdb/addrmap.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auto-load.o -MT auto-load.o -MMD -MP -MF .deps/auto-load.Tpo ../../Ferry_Tagscherer/gdb/auto-load.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auxv.o -MT auxv.o -MMD -MP -MF .deps/auxv.Tpo ../../Ferry_Tagscherer/gdb/auxv.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../Ferry_Tagscherer/gdb/agent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bfd-target.o -MT bfd-target.o -MMD -MP -MF .deps/bfd-target.Tpo ../../Ferry_Tagscherer/gdb/bfd-target.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o blockframe.o -MT blockframe.o -MMD -MP -MF .deps/blockframe.Tpo ../../Ferry_Tagscherer/gdb/blockframe.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o breakpoint.o -MT breakpoint.o -MMD -MP -MF .deps/breakpoint.Tpo ../../Ferry_Tagscherer/gdb/breakpoint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-sig.o -MT break-catch-sig.o -MMD -MP -MF .deps/break-catch-sig.Tpo ../../Ferry_Tagscherer/gdb/break-catch-sig.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-throw.o -MT break-catch-throw.o -MMD -MP -MF .deps/break-catch-throw.Tpo ../../Ferry_Tagscherer/gdb/break-catch-throw.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../Ferry_Tagscherer/gdb/findvar.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../Ferry_Tagscherer/gdb/regcache.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cleanups.o -MT cleanups.o -MMD -MP -MF .deps/cleanups.Tpo ../../Ferry_Tagscherer/gdb/cleanups.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../Ferry_Tagscherer/gdb/charset.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o continuations.o -MT continuations.o -MMD -MP -MF .deps/continuations.Tpo ../../Ferry_Tagscherer/gdb/continuations.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corelow.o -MT corelow.o -MMD -MP -MF .deps/corelow.Tpo ../../Ferry_Tagscherer/gdb/corelow.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o disasm.o -MT disasm.o -MMD -MP -MF .deps/disasm.Tpo ../../Ferry_Tagscherer/gdb/disasm.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dummy-frame.o -MT dummy-frame.o -MMD -MP -MF .deps/dummy-frame.Tpo ../../Ferry_Tagscherer/gdb/dummy-frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dfp.o -MT dfp.o -MMD -MP -MF .deps/dfp.Tpo ../../Ferry_Tagscherer/gdb/dfp.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o source.o -MT source.o -MMD -MP -MF .deps/source.Tpo ../../Ferry_Tagscherer/gdb/source.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o value.o -MT value.o -MMD -MP -MF .deps/value.Tpo ../../Ferry_Tagscherer/gdb/value.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../Ferry_Tagscherer/gdb/eval.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valops.o -MT valops.o -MMD -MP -MF .deps/valops.Tpo ../../Ferry_Tagscherer/gdb/valops.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valarith.o -MT valarith.o -MMD -MP -MF .deps/valarith.Tpo ../../Ferry_Tagscherer/gdb/valarith.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valprint.o -MT valprint.o -MMD -MP -MF .deps/valprint.Tpo ../../Ferry_Tagscherer/gdb/valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` \ +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o annotate.o -MT annotate.o -MMD -MP -MF .deps/annotate.Tpo ../../Ferry_Tagscherer/gdb/annotate.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o addrmap.o -MT addrmap.o -MMD -MP -MF .deps/addrmap.Tpo ../../Ferry_Tagscherer/gdb/addrmap.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auto-load.o -MT auto-load.o -MMD -MP -MF .deps/auto-load.Tpo ../../Ferry_Tagscherer/gdb/auto-load.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o auxv.o -MT auxv.o -MMD -MP -MF .deps/auxv.Tpo ../../Ferry_Tagscherer/gdb/auxv.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../Ferry_Tagscherer/gdb/agent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bfd-target.o -MT bfd-target.o -MMD -MP -MF .deps/bfd-target.Tpo ../../Ferry_Tagscherer/gdb/bfd-target.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o blockframe.o -MT blockframe.o -MMD -MP -MF .deps/blockframe.Tpo ../../Ferry_Tagscherer/gdb/blockframe.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o breakpoint.o -MT breakpoint.o -MMD -MP -MF .deps/breakpoint.Tpo ../../Ferry_Tagscherer/gdb/breakpoint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-sig.o -MT break-catch-sig.o -MMD -MP -MF .deps/break-catch-sig.Tpo ../../Ferry_Tagscherer/gdb/break-catch-sig.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o break-catch-throw.o -MT break-catch-throw.o -MMD -MP -MF .deps/break-catch-throw.Tpo ../../Ferry_Tagscherer/gdb/break-catch-throw.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findvar.o -MT findvar.o -MMD -MP -MF .deps/findvar.Tpo ../../Ferry_Tagscherer/gdb/findvar.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../Ferry_Tagscherer/gdb/regcache.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cleanups.o -MT cleanups.o -MMD -MP -MF .deps/cleanups.Tpo ../../Ferry_Tagscherer/gdb/cleanups.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../Ferry_Tagscherer/gdb/charset.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o continuations.o -MT continuations.o -MMD -MP -MF .deps/continuations.Tpo ../../Ferry_Tagscherer/gdb/continuations.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corelow.o -MT corelow.o -MMD -MP -MF .deps/corelow.Tpo ../../Ferry_Tagscherer/gdb/corelow.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o disasm.o -MT disasm.o -MMD -MP -MF .deps/disasm.Tpo ../../Ferry_Tagscherer/gdb/disasm.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dummy-frame.o -MT dummy-frame.o -MMD -MP -MF .deps/dummy-frame.Tpo ../../Ferry_Tagscherer/gdb/dummy-frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dfp.o -MT dfp.o -MMD -MP -MF .deps/dfp.Tpo ../../Ferry_Tagscherer/gdb/dfp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o source.o -MT source.o -MMD -MP -MF .deps/source.Tpo ../../Ferry_Tagscherer/gdb/source.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o value.o -MT value.o -MMD -MP -MF .deps/value.Tpo ../../Ferry_Tagscherer/gdb/value.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o eval.o -MT eval.o -MMD -MP -MF .deps/eval.Tpo ../../Ferry_Tagscherer/gdb/eval.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valops.o -MT valops.o -MMD -MP -MF .deps/valops.Tpo ../../Ferry_Tagscherer/gdb/valops.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valarith.o -MT valarith.o -MMD -MP -MF .deps/valarith.Tpo ../../Ferry_Tagscherer/gdb/valarith.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o valprint.o -MT valprint.o -MMD -MP -MF .deps/valprint.Tpo ../../Ferry_Tagscherer/gdb/valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` \ -c -o printcmd.o -MT printcmd.o -MMD -MP -MF .deps/printcmd.Tpo ../../Ferry_Tagscherer/gdb/printcmd.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o block.o -MT block.o -MMD -MP -MF .deps/block.Tpo ../../Ferry_Tagscherer/gdb/block.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../Ferry_Tagscherer/gdb/symtab.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o psymtab.o -MT psymtab.o -MMD -MP -MF .deps/psymtab.Tpo ../../Ferry_Tagscherer/gdb/psymtab.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile.o -MT symfile.o -MMD -MP -MF .deps/symfile.Tpo ../../Ferry_Tagscherer/gdb/symfile.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symmisc.o -MT symmisc.o -MMD -MP -MF .deps/symmisc.Tpo ../../Ferry_Tagscherer/gdb/symmisc.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../Ferry_Tagscherer/gdb/linespec.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dictionary.o -MT dictionary.o -MMD -MP -MF .deps/dictionary.Tpo ../../Ferry_Tagscherer/gdb/dictionary.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../Ferry_Tagscherer/gdb/infcall.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../Ferry_Tagscherer/gdb/infcmd.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../Ferry_Tagscherer/gdb/infrun.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../Ferry_Tagscherer/gdb/expprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../Ferry_Tagscherer/gdb/environ.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stack.o -MT stack.o -MMD -MP -MF .deps/stack.Tpo ../../Ferry_Tagscherer/gdb/stack.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o thread.o -MT thread.o -MMD -MP -MF .deps/thread.Tpo ../../Ferry_Tagscherer/gdb/thread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../Ferry_Tagscherer/gdb/exceptions.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../Ferry_Tagscherer/gdb/filesystem.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../Ferry_Tagscherer/gdb/common/filestuff.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../Ferry_Tagscherer/gdb/inf-child.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../Ferry_Tagscherer/gdb/interps.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minidebug.o -MT minidebug.o -MMD -MP -MF .deps/minidebug.Tpo ../../Ferry_Tagscherer/gdb/minidebug.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../Ferry_Tagscherer/gdb/main.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../Ferry_Tagscherer/gdb/macrotab.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../Ferry_Tagscherer/gdb/macrocmd.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../Ferry_Tagscherer/gdb/macroexp.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../Ferry_Tagscherer/gdb/macroscope.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-common.o -MT mi-common.o -MMD -MP -MF .deps/mi-common.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-common.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../Ferry_Tagscherer/gdb/event-loop.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../Ferry_Tagscherer/gdb/event-top.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../Ferry_Tagscherer/gdb/inf-loop.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o completer.o -MT completer.o -MMD -MP -MF .deps/completer.Tpo ../../Ferry_Tagscherer/gdb/completer.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../Ferry_Tagscherer/gdb/gdbarch.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o arch-utils.o -MT arch-utils.o -MMD -MP -MF .deps/arch-utils.Tpo ../../Ferry_Tagscherer/gdb/arch-utils.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../Ferry_Tagscherer/gdb/gdbtypes.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../Ferry_Tagscherer/gdb/gdb_bfd.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../Ferry_Tagscherer/gdb/gdb_obstack.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osabi.o -MT osabi.o -MMD -MP -MF .deps/osabi.Tpo ../../Ferry_Tagscherer/gdb/osabi.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o copying.o -MT copying.o -MMD -MP -MF .deps/copying.Tpo ../../Ferry_Tagscherer/gdb/copying.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../Ferry_Tagscherer/gdb/memattr.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../Ferry_Tagscherer/gdb/mem-break.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../Ferry_Tagscherer/gdb/target.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o parse.o -MT parse.o -MMD -MP -MF .deps/parse.Tpo ../../Ferry_Tagscherer/gdb/parse.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../Ferry_Tagscherer/gdb/language.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buildsym.o -MT buildsym.o -MMD -MP -MF .deps/buildsym.Tpo ../../Ferry_Tagscherer/gdb/buildsym.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../Ferry_Tagscherer/gdb/findcmd.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o std-regs.o -MT std-regs.o -MMD -MP -MF .deps/std-regs.Tpo ../../Ferry_Tagscherer/gdb/std-regs.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../Ferry_Tagscherer/gdb/common/signals.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../Ferry_Tagscherer/gdb/exec.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reverse.o -MT reverse.o -MMD -MP -MF .deps/reverse.Tpo ../../Ferry_Tagscherer/gdb/reverse.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bcache.o -MT bcache.o -MMD -MP -MF .deps/bcache.Tpo ../../Ferry_Tagscherer/gdb/bcache.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objfiles.o -MT objfiles.o -MMD -MP -MF .deps/objfiles.Tpo ../../Ferry_Tagscherer/gdb/objfiles.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o observer.o -MT observer.o -MMD -MP -MF .deps/observer.Tpo ../../Ferry_Tagscherer/gdb/observer.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minsyms.o -MT minsyms.o -MMD -MP -MF .deps/minsyms.Tpo ../../Ferry_Tagscherer/gdb/minsyms.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../Ferry_Tagscherer/gdb/maint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o demangle.o -MT demangle.o -MMD -MP -MF .deps/demangle.Tpo ../../Ferry_Tagscherer/gdb/demangle.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dbxread.o -MT dbxread.o -MMD -MP -MF .deps/dbxread.Tpo ../../Ferry_Tagscherer/gdb/dbxread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coffread.o -MT coffread.o -MMD -MP -MF .deps/coffread.Tpo ../../Ferry_Tagscherer/gdb/coffread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coff-pe-read.o -MT coff-pe-read.o -MMD -MP -MF .deps/coff-pe-read.Tpo ../../Ferry_Tagscherer/gdb/coff-pe-read.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../Ferry_Tagscherer/gdb/dwarf2read.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mipsread.o -MT mipsread.o -MMD -MP -MF .deps/mipsread.Tpo ../../Ferry_Tagscherer/gdb/mipsread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stabsread.o -MT stabsread.o -MMD -MP -MF .deps/stabsread.Tpo ../../Ferry_Tagscherer/gdb/stabsread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corefile.o -MT corefile.o -MMD -MP -MF .deps/corefile.Tpo ../../Ferry_Tagscherer/gdb/corefile.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../Ferry_Tagscherer/gdb/dwarf2expr.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../Ferry_Tagscherer/gdb/dwarf2loc.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame.o -MT dwarf2-frame.o -MMD -MP -MF .deps/dwarf2-frame.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame-tailcall.o -MT dwarf2-frame-tailcall.o -MMD -MP -MF .deps/dwarf2-frame-tailcall.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame-tailcall.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-lang.o -MT ada-lang.o -MMD -MP -MF .deps/ada-lang.Tpo ../../Ferry_Tagscherer/gdb/ada-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-lang.o -MT c-lang.o -MMD -MP -MF .deps/c-lang.Tpo ../../Ferry_Tagscherer/gdb/c-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-lang.o -MT d-lang.o -MMD -MP -MF .deps/d-lang.Tpo ../../Ferry_Tagscherer/gdb/d-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../Ferry_Tagscherer/gdb/f-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objc-lang.o -MT objc-lang.o -MMD -MP -MF .deps/objc-lang.Tpo ../../Ferry_Tagscherer/gdb/objc-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-tasks.o -MT ada-tasks.o -MMD -MP -MF .deps/ada-tasks.Tpo ../../Ferry_Tagscherer/gdb/ada-tasks.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-varobj.o -MT ada-varobj.o -MMD -MP -MF .deps/ada-varobj.Tpo ../../Ferry_Tagscherer/gdb/ada-varobj.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-out.o -MT ui-out.o -MMD -MP -MF .deps/ui-out.Tpo ../../Ferry_Tagscherer/gdb/ui-out.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-out.o -MT cli-out.o -MMD -MP -MF .deps/cli-out.Tpo ../../Ferry_Tagscherer/gdb/cli-out.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o varobj.o -MT varobj.o -MMD -MP -MF .deps/varobj.Tpo ../../Ferry_Tagscherer/gdb/varobj.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../Ferry_Tagscherer/gdb/common/vec.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../Ferry_Tagscherer/gdb/go-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../Ferry_Tagscherer/gdb/go-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../Ferry_Tagscherer/gdb/go-typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-lang.o -MT jv-lang.o -MMD -MP -MF .deps/jv-lang.Tpo ../../Ferry_Tagscherer/gdb/jv-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-valprint.o -MT jv-valprint.o -MMD -MP -MF .deps/jv-valprint.Tpo ../../Ferry_Tagscherer/gdb/jv-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-typeprint.o -MT jv-typeprint.o -MMD -MP -MF .deps/jv-typeprint.Tpo ../../Ferry_Tagscherer/gdb/jv-typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../Ferry_Tagscherer/gdb/m2-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o opencl-lang.o -MT opencl-lang.o -MMD -MP -MF .deps/opencl-lang.Tpo ../../Ferry_Tagscherer/gdb/opencl-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-lang.o -MT p-lang.o -MMD -MP -MF .deps/p-lang.Tpo ../../Ferry_Tagscherer/gdb/p-lang.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-typeprint.o -MT p-typeprint.o -MMD -MP -MF .deps/p-typeprint.Tpo ../../Ferry_Tagscherer/gdb/p-typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-valprint.o -MT p-valprint.o -MMD -MP -MF .deps/p-valprint.Tpo ../../Ferry_Tagscherer/gdb/p-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o sentinel-frame.o -MT sentinel-frame.o -MMD -MP -MF .deps/sentinel-frame.Tpo ../../Ferry_Tagscherer/gdb/sentinel-frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o complaints.o -MT complaints.o -MMD -MP -MF .deps/complaints.Tpo ../../Ferry_Tagscherer/gdb/complaints.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o typeprint.o -MT typeprint.o -MMD -MP -MF .deps/typeprint.Tpo ../../Ferry_Tagscherer/gdb/typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-typeprint.o -MT ada-typeprint.o -MMD -MP -MF .deps/ada-typeprint.Tpo ../../Ferry_Tagscherer/gdb/ada-typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-typeprint.o -MT c-typeprint.o -MMD -MP -MF .deps/c-typeprint.Tpo ../../Ferry_Tagscherer/gdb/c-typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../Ferry_Tagscherer/gdb/f-typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../Ferry_Tagscherer/gdb/m2-typeprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-valprint.o -MT ada-valprint.o -MMD -MP -MF .deps/ada-valprint.Tpo ../../Ferry_Tagscherer/gdb/ada-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-valprint.o -MT c-valprint.o -MMD -MP -MF .deps/c-valprint.Tpo ../../Ferry_Tagscherer/gdb/c-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-valprint.o -MT cp-valprint.o -MMD -MP -MF .deps/cp-valprint.Tpo ../../Ferry_Tagscherer/gdb/cp-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-valprint.o -MT d-valprint.o -MMD -MP -MF .deps/d-valprint.Tpo ../../Ferry_Tagscherer/gdb/d-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../Ferry_Tagscherer/gdb/f-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../Ferry_Tagscherer/gdb/m2-valprint.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o serial.o -MT serial.o -MMD -MP -MF .deps/serial.Tpo ../../Ferry_Tagscherer/gdb/serial.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../Ferry_Tagscherer/gdb/mdebugread.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o top.o -MT top.o -MMD -MP -MF .deps/top.Tpo ../../Ferry_Tagscherer/gdb/top.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../Ferry_Tagscherer/gdb/utils.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-file.o -MT ui-file.o -MMD -MP -MF .deps/ui-file.Tpo ../../Ferry_Tagscherer/gdb/ui-file.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o user-regs.o -MT user-regs.o -MMD -MP -MF .deps/user-regs.Tpo ../../Ferry_Tagscherer/gdb/user-regs.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../Ferry_Tagscherer/gdb/frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../Ferry_Tagscherer/gdb/frame-unwind.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o doublest.o -MT doublest.o -MMD -MP -MF .deps/doublest.Tpo ../../Ferry_Tagscherer/gdb/doublest.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../Ferry_Tagscherer/gdb/frame-base.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../Ferry_Tagscherer/gdb/inline-frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v2-abi.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v3-abi.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-abi.o -MT cp-abi.o -MMD -MP -MF .deps/cp-abi.Tpo ../../Ferry_Tagscherer/gdb/cp-abi.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-support.o -MT cp-support.o -MMD -MP -MF .deps/cp-support.Tpo ../../Ferry_Tagscherer/gdb/cp-support.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-namespace.o -MT cp-namespace.o -MMD -MP -MF .deps/cp-namespace.Tpo ../../Ferry_Tagscherer/gdb/cp-namespace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reggroups.o -MT reggroups.o -MMD -MP -MF .deps/reggroups.Tpo ../../Ferry_Tagscherer/gdb/reggroups.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regset.o -MT regset.o -MMD -MP -MF .deps/regset.Tpo ../../Ferry_Tagscherer/gdb/regset.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o trad-frame.o -MT trad-frame.o -MMD -MP -MF .deps/trad-frame.Tpo ../../Ferry_Tagscherer/gdb/trad-frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tramp-frame.o -MT tramp-frame.o -MMD -MP -MF .deps/tramp-frame.Tpo ../../Ferry_Tagscherer/gdb/tramp-frame.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib.o -MT solib.o -MMD -MP -MF .deps/solib.Tpo ../../Ferry_Tagscherer/gdb/solib.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-target.o -MT solib-target.o -MMD -MP -MF .deps/solib-target.Tpo ../../Ferry_Tagscherer/gdb/solib-target.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o prologue-value.o -MT prologue-value.o -MMD -MP -MF .deps/prologue-value.Tpo ../../Ferry_Tagscherer/gdb/prologue-value.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../Ferry_Tagscherer/gdb/memory-map.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../Ferry_Tagscherer/gdb/memrange.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-support.o -MT xml-support.o -MMD -MP -MF .deps/xml-support.Tpo ../../Ferry_Tagscherer/gdb/xml-support.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-syscall.o -MT xml-syscall.o -MMD -MP -MF .deps/xml-syscall.Tpo ../../Ferry_Tagscherer/gdb/xml-syscall.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../Ferry_Tagscherer/gdb/common/xml-utils.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-descriptions.o -MT target-descriptions.o -MMD -MP -MF .deps/target-descriptions.Tpo ../../Ferry_Tagscherer/gdb/target-descriptions.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-memory.o -MT target-memory.o -MMD -MP -MF .deps/target-memory.Tpo ../../Ferry_Tagscherer/gdb/target-memory.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-tdesc.o -MT xml-tdesc.o -MMD -MP -MF .deps/xml-tdesc.Tpo ../../Ferry_Tagscherer/gdb/xml-tdesc.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o block.o -MT block.o -MMD -MP -MF .deps/block.Tpo ../../Ferry_Tagscherer/gdb/block.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../Ferry_Tagscherer/gdb/symtab.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o psymtab.o -MT psymtab.o -MMD -MP -MF .deps/psymtab.Tpo ../../Ferry_Tagscherer/gdb/psymtab.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile.o -MT symfile.o -MMD -MP -MF .deps/symfile.Tpo ../../Ferry_Tagscherer/gdb/symfile.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symmisc.o -MT symmisc.o -MMD -MP -MF .deps/symmisc.Tpo ../../Ferry_Tagscherer/gdb/symmisc.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../Ferry_Tagscherer/gdb/linespec.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dictionary.o -MT dictionary.o -MMD -MP -MF .deps/dictionary.Tpo ../../Ferry_Tagscherer/gdb/dictionary.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../Ferry_Tagscherer/gdb/infcall.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../Ferry_Tagscherer/gdb/infcmd.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../Ferry_Tagscherer/gdb/infrun.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o expprint.o -MT expprint.o -MMD -MP -MF .deps/expprint.Tpo ../../Ferry_Tagscherer/gdb/expprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o environ.o -MT environ.o -MMD -MP -MF .deps/environ.Tpo ../../Ferry_Tagscherer/gdb/environ.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stack.o -MT stack.o -MMD -MP -MF .deps/stack.Tpo ../../Ferry_Tagscherer/gdb/stack.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o thread.o -MT thread.o -MMD -MP -MF .deps/thread.Tpo ../../Ferry_Tagscherer/gdb/thread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exceptions.o -MT exceptions.o -MMD -MP -MF .deps/exceptions.Tpo ../../Ferry_Tagscherer/gdb/exceptions.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filesystem.o -MT filesystem.o -MMD -MP -MF .deps/filesystem.Tpo ../../Ferry_Tagscherer/gdb/filesystem.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../Ferry_Tagscherer/gdb/common/filestuff.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-child.o -MT inf-child.o -MMD -MP -MF .deps/inf-child.Tpo ../../Ferry_Tagscherer/gdb/inf-child.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o interps.o -MT interps.o -MMD -MP -MF .deps/interps.Tpo ../../Ferry_Tagscherer/gdb/interps.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minidebug.o -MT minidebug.o -MMD -MP -MF .deps/minidebug.Tpo ../../Ferry_Tagscherer/gdb/minidebug.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o main.o -MT main.o -MMD -MP -MF .deps/main.Tpo ../../Ferry_Tagscherer/gdb/main.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrotab.o -MT macrotab.o -MMD -MP -MF .deps/macrotab.Tpo ../../Ferry_Tagscherer/gdb/macrotab.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macrocmd.o -MT macrocmd.o -MMD -MP -MF .deps/macrocmd.Tpo ../../Ferry_Tagscherer/gdb/macrocmd.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroexp.o -MT macroexp.o -MMD -MP -MF .deps/macroexp.Tpo ../../Ferry_Tagscherer/gdb/macroexp.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o macroscope.o -MT macroscope.o -MMD -MP -MF .deps/macroscope.Tpo ../../Ferry_Tagscherer/gdb/macroscope.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mi-common.o -MT mi-common.o -MMD -MP -MF .deps/mi-common.Tpo ../../Ferry_Tagscherer/gdb/mi/mi-common.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../Ferry_Tagscherer/gdb/event-loop.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o event-top.o -MT event-top.o -MMD -MP -MF .deps/event-top.Tpo ../../Ferry_Tagscherer/gdb/event-top.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-loop.o -MT inf-loop.o -MMD -MP -MF .deps/inf-loop.Tpo ../../Ferry_Tagscherer/gdb/inf-loop.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o completer.o -MT completer.o -MMD -MP -MF .deps/completer.Tpo ../../Ferry_Tagscherer/gdb/completer.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbarch.o -MT gdbarch.o -MMD -MP -MF .deps/gdbarch.Tpo ../../Ferry_Tagscherer/gdb/gdbarch.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o arch-utils.o -MT arch-utils.o -MMD -MP -MF .deps/arch-utils.Tpo ../../Ferry_Tagscherer/gdb/arch-utils.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdbtypes.o -MT gdbtypes.o -MMD -MP -MF .deps/gdbtypes.Tpo ../../Ferry_Tagscherer/gdb/gdbtypes.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_bfd.o -MT gdb_bfd.o -MMD -MP -MF .deps/gdb_bfd.Tpo ../../Ferry_Tagscherer/gdb/gdb_bfd.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_obstack.o -MT gdb_obstack.o -MMD -MP -MF .deps/gdb_obstack.Tpo ../../Ferry_Tagscherer/gdb/gdb_obstack.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osabi.o -MT osabi.o -MMD -MP -MF .deps/osabi.Tpo ../../Ferry_Tagscherer/gdb/osabi.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o copying.o -MT copying.o -MMD -MP -MF .deps/copying.Tpo ../../Ferry_Tagscherer/gdb/copying.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memattr.o -MT memattr.o -MMD -MP -MF .deps/memattr.Tpo ../../Ferry_Tagscherer/gdb/memattr.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../Ferry_Tagscherer/gdb/mem-break.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../Ferry_Tagscherer/gdb/target.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o parse.o -MT parse.o -MMD -MP -MF .deps/parse.Tpo ../../Ferry_Tagscherer/gdb/parse.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o language.o -MT language.o -MMD -MP -MF .deps/language.Tpo ../../Ferry_Tagscherer/gdb/language.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buildsym.o -MT buildsym.o -MMD -MP -MF .deps/buildsym.Tpo ../../Ferry_Tagscherer/gdb/buildsym.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o findcmd.o -MT findcmd.o -MMD -MP -MF .deps/findcmd.Tpo ../../Ferry_Tagscherer/gdb/findcmd.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o std-regs.o -MT std-regs.o -MMD -MP -MF .deps/std-regs.Tpo ../../Ferry_Tagscherer/gdb/std-regs.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../Ferry_Tagscherer/gdb/common/signals.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exec.o -MT exec.o -MMD -MP -MF .deps/exec.Tpo ../../Ferry_Tagscherer/gdb/exec.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reverse.o -MT reverse.o -MMD -MP -MF .deps/reverse.Tpo ../../Ferry_Tagscherer/gdb/reverse.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o bcache.o -MT bcache.o -MMD -MP -MF .deps/bcache.Tpo ../../Ferry_Tagscherer/gdb/bcache.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objfiles.o -MT objfiles.o -MMD -MP -MF .deps/objfiles.Tpo ../../Ferry_Tagscherer/gdb/objfiles.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o observer.o -MT observer.o -MMD -MP -MF .deps/observer.Tpo ../../Ferry_Tagscherer/gdb/observer.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o minsyms.o -MT minsyms.o -MMD -MP -MF .deps/minsyms.Tpo ../../Ferry_Tagscherer/gdb/minsyms.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o maint.o -MT maint.o -MMD -MP -MF .deps/maint.Tpo ../../Ferry_Tagscherer/gdb/maint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o demangle.o -MT demangle.o -MMD -MP -MF .deps/demangle.Tpo ../../Ferry_Tagscherer/gdb/demangle.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dbxread.o -MT dbxread.o -MMD -MP -MF .deps/dbxread.Tpo ../../Ferry_Tagscherer/gdb/dbxread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coffread.o -MT coffread.o -MMD -MP -MF .deps/coffread.Tpo ../../Ferry_Tagscherer/gdb/coffread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o coff-pe-read.o -MT coff-pe-read.o -MMD -MP -MF .deps/coff-pe-read.Tpo ../../Ferry_Tagscherer/gdb/coff-pe-read.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2read.o -MT dwarf2read.o -MMD -MP -MF .deps/dwarf2read.Tpo ../../Ferry_Tagscherer/gdb/dwarf2read.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mipsread.o -MT mipsread.o -MMD -MP -MF .deps/mipsread.Tpo ../../Ferry_Tagscherer/gdb/mipsread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o stabsread.o -MT stabsread.o -MMD -MP -MF .deps/stabsread.Tpo ../../Ferry_Tagscherer/gdb/stabsread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o corefile.o -MT corefile.o -MMD -MP -MF .deps/corefile.Tpo ../../Ferry_Tagscherer/gdb/corefile.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2expr.o -MT dwarf2expr.o -MMD -MP -MF .deps/dwarf2expr.Tpo ../../Ferry_Tagscherer/gdb/dwarf2expr.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2loc.o -MT dwarf2loc.o -MMD -MP -MF .deps/dwarf2loc.Tpo ../../Ferry_Tagscherer/gdb/dwarf2loc.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame.o -MT dwarf2-frame.o -MMD -MP -MF .deps/dwarf2-frame.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dwarf2-frame-tailcall.o -MT dwarf2-frame-tailcall.o -MMD -MP -MF .deps/dwarf2-frame-tailcall.Tpo ../../Ferry_Tagscherer/gdb/dwarf2-frame-tailcall.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-lang.o -MT ada-lang.o -MMD -MP -MF .deps/ada-lang.Tpo ../../Ferry_Tagscherer/gdb/ada-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-lang.o -MT c-lang.o -MMD -MP -MF .deps/c-lang.Tpo ../../Ferry_Tagscherer/gdb/c-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-lang.o -MT d-lang.o -MMD -MP -MF .deps/d-lang.Tpo ../../Ferry_Tagscherer/gdb/d-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-lang.o -MT f-lang.o -MMD -MP -MF .deps/f-lang.Tpo ../../Ferry_Tagscherer/gdb/f-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o objc-lang.o -MT objc-lang.o -MMD -MP -MF .deps/objc-lang.Tpo ../../Ferry_Tagscherer/gdb/objc-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-tasks.o -MT ada-tasks.o -MMD -MP -MF .deps/ada-tasks.Tpo ../../Ferry_Tagscherer/gdb/ada-tasks.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-varobj.o -MT ada-varobj.o -MMD -MP -MF .deps/ada-varobj.Tpo ../../Ferry_Tagscherer/gdb/ada-varobj.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-out.o -MT ui-out.o -MMD -MP -MF .deps/ui-out.Tpo ../../Ferry_Tagscherer/gdb/ui-out.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cli-out.o -MT cli-out.o -MMD -MP -MF .deps/cli-out.Tpo ../../Ferry_Tagscherer/gdb/cli-out.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o varobj.o -MT varobj.o -MMD -MP -MF .deps/varobj.Tpo ../../Ferry_Tagscherer/gdb/varobj.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../Ferry_Tagscherer/gdb/common/vec.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-lang.o -MT go-lang.o -MMD -MP -MF .deps/go-lang.Tpo ../../Ferry_Tagscherer/gdb/go-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-valprint.o -MT go-valprint.o -MMD -MP -MF .deps/go-valprint.Tpo ../../Ferry_Tagscherer/gdb/go-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o go-typeprint.o -MT go-typeprint.o -MMD -MP -MF .deps/go-typeprint.Tpo ../../Ferry_Tagscherer/gdb/go-typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-lang.o -MT jv-lang.o -MMD -MP -MF .deps/jv-lang.Tpo ../../Ferry_Tagscherer/gdb/jv-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-valprint.o -MT jv-valprint.o -MMD -MP -MF .deps/jv-valprint.Tpo ../../Ferry_Tagscherer/gdb/jv-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jv-typeprint.o -MT jv-typeprint.o -MMD -MP -MF .deps/jv-typeprint.Tpo ../../Ferry_Tagscherer/gdb/jv-typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-lang.o -MT m2-lang.o -MMD -MP -MF .deps/m2-lang.Tpo ../../Ferry_Tagscherer/gdb/m2-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o opencl-lang.o -MT opencl-lang.o -MMD -MP -MF .deps/opencl-lang.Tpo ../../Ferry_Tagscherer/gdb/opencl-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-lang.o -MT p-lang.o -MMD -MP -MF .deps/p-lang.Tpo ../../Ferry_Tagscherer/gdb/p-lang.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-typeprint.o -MT p-typeprint.o -MMD -MP -MF .deps/p-typeprint.Tpo ../../Ferry_Tagscherer/gdb/p-typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o p-valprint.o -MT p-valprint.o -MMD -MP -MF .deps/p-valprint.Tpo ../../Ferry_Tagscherer/gdb/p-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o sentinel-frame.o -MT sentinel-frame.o -MMD -MP -MF .deps/sentinel-frame.Tpo ../../Ferry_Tagscherer/gdb/sentinel-frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o complaints.o -MT complaints.o -MMD -MP -MF .deps/complaints.Tpo ../../Ferry_Tagscherer/gdb/complaints.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o typeprint.o -MT typeprint.o -MMD -MP -MF .deps/typeprint.Tpo ../../Ferry_Tagscherer/gdb/typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-typeprint.o -MT ada-typeprint.o -MMD -MP -MF .deps/ada-typeprint.Tpo ../../Ferry_Tagscherer/gdb/ada-typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-typeprint.o -MT c-typeprint.o -MMD -MP -MF .deps/c-typeprint.Tpo ../../Ferry_Tagscherer/gdb/c-typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-typeprint.o -MT f-typeprint.o -MMD -MP -MF .deps/f-typeprint.Tpo ../../Ferry_Tagscherer/gdb/f-typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-typeprint.o -MT m2-typeprint.o -MMD -MP -MF .deps/m2-typeprint.Tpo ../../Ferry_Tagscherer/gdb/m2-typeprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ada-valprint.o -MT ada-valprint.o -MMD -MP -MF .deps/ada-valprint.Tpo ../../Ferry_Tagscherer/gdb/ada-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o c-valprint.o -MT c-valprint.o -MMD -MP -MF .deps/c-valprint.Tpo ../../Ferry_Tagscherer/gdb/c-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-valprint.o -MT cp-valprint.o -MMD -MP -MF .deps/cp-valprint.Tpo ../../Ferry_Tagscherer/gdb/cp-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o d-valprint.o -MT d-valprint.o -MMD -MP -MF .deps/d-valprint.Tpo ../../Ferry_Tagscherer/gdb/d-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o f-valprint.o -MT f-valprint.o -MMD -MP -MF .deps/f-valprint.Tpo ../../Ferry_Tagscherer/gdb/f-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o m2-valprint.o -MT m2-valprint.o -MMD -MP -MF .deps/m2-valprint.Tpo ../../Ferry_Tagscherer/gdb/m2-valprint.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o serial.o -MT serial.o -MMD -MP -MF .deps/serial.Tpo ../../Ferry_Tagscherer/gdb/serial.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o mdebugread.o -MT mdebugread.o -MMD -MP -MF .deps/mdebugread.Tpo ../../Ferry_Tagscherer/gdb/mdebugread.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o top.o -MT top.o -MMD -MP -MF .deps/top.Tpo ../../Ferry_Tagscherer/gdb/top.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../Ferry_Tagscherer/gdb/utils.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ui-file.o -MT ui-file.o -MMD -MP -MF .deps/ui-file.Tpo ../../Ferry_Tagscherer/gdb/ui-file.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o user-regs.o -MT user-regs.o -MMD -MP -MF .deps/user-regs.Tpo ../../Ferry_Tagscherer/gdb/user-regs.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame.o -MT frame.o -MMD -MP -MF .deps/frame.Tpo ../../Ferry_Tagscherer/gdb/frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-unwind.o -MT frame-unwind.o -MMD -MP -MF .deps/frame-unwind.Tpo ../../Ferry_Tagscherer/gdb/frame-unwind.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o doublest.o -MT doublest.o -MMD -MP -MF .deps/doublest.Tpo ../../Ferry_Tagscherer/gdb/doublest.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o frame-base.o -MT frame-base.o -MMD -MP -MF .deps/frame-base.Tpo ../../Ferry_Tagscherer/gdb/frame-base.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inline-frame.o -MT inline-frame.o -MMD -MP -MF .deps/inline-frame.Tpo ../../Ferry_Tagscherer/gdb/inline-frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v2-abi.o -MT gnu-v2-abi.o -MMD -MP -MF .deps/gnu-v2-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v2-abi.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-v3-abi.o -MT gnu-v3-abi.o -MMD -MP -MF .deps/gnu-v3-abi.Tpo ../../Ferry_Tagscherer/gdb/gnu-v3-abi.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-abi.o -MT cp-abi.o -MMD -MP -MF .deps/cp-abi.Tpo ../../Ferry_Tagscherer/gdb/cp-abi.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-support.o -MT cp-support.o -MMD -MP -MF .deps/cp-support.Tpo ../../Ferry_Tagscherer/gdb/cp-support.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o cp-namespace.o -MT cp-namespace.o -MMD -MP -MF .deps/cp-namespace.Tpo ../../Ferry_Tagscherer/gdb/cp-namespace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o reggroups.o -MT reggroups.o -MMD -MP -MF .deps/reggroups.Tpo ../../Ferry_Tagscherer/gdb/reggroups.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o regset.o -MT regset.o -MMD -MP -MF .deps/regset.Tpo ../../Ferry_Tagscherer/gdb/regset.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o trad-frame.o -MT trad-frame.o -MMD -MP -MF .deps/trad-frame.Tpo ../../Ferry_Tagscherer/gdb/trad-frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tramp-frame.o -MT tramp-frame.o -MMD -MP -MF .deps/tramp-frame.Tpo ../../Ferry_Tagscherer/gdb/tramp-frame.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib.o -MT solib.o -MMD -MP -MF .deps/solib.Tpo ../../Ferry_Tagscherer/gdb/solib.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-target.o -MT solib-target.o -MMD -MP -MF .deps/solib-target.Tpo ../../Ferry_Tagscherer/gdb/solib-target.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o prologue-value.o -MT prologue-value.o -MMD -MP -MF .deps/prologue-value.Tpo ../../Ferry_Tagscherer/gdb/prologue-value.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memory-map.o -MT memory-map.o -MMD -MP -MF .deps/memory-map.Tpo ../../Ferry_Tagscherer/gdb/memory-map.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o memrange.o -MT memrange.o -MMD -MP -MF .deps/memrange.Tpo ../../Ferry_Tagscherer/gdb/memrange.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-support.o -MT xml-support.o -MMD -MP -MF .deps/xml-support.Tpo ../../Ferry_Tagscherer/gdb/xml-support.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-syscall.o -MT xml-syscall.o -MMD -MP -MF .deps/xml-syscall.Tpo ../../Ferry_Tagscherer/gdb/xml-syscall.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../Ferry_Tagscherer/gdb/common/xml-utils.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-descriptions.o -MT target-descriptions.o -MMD -MP -MF .deps/target-descriptions.Tpo ../../Ferry_Tagscherer/gdb/target-descriptions.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o target-memory.o -MT target-memory.o -MMD -MP -MF .deps/target-memory.Tpo ../../Ferry_Tagscherer/gdb/target-memory.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-tdesc.o -MT xml-tdesc.o -MMD -MP -MF .deps/xml-tdesc.Tpo ../../Ferry_Tagscherer/gdb/xml-tdesc.c rm -f xml-builtin.tmp AWK="gawk" \ /bin/dash ../../Ferry_Tagscherer/gdb/features/feature_to_c.sh \ xml-builtin.tmp ../../Ferry_Tagscherer/gdb/features/gdb-target.dtd ../../Ferry_Tagscherer/gdb/features/xinclude.dtd ../../Ferry_Tagscherer/gdb/features/library-list.dtd ../../Ferry_Tagscherer/gdb/features/library-list-aix.dtd ../../Ferry_Tagscherer/gdb/features/library-list-svr4.dtd ../../Ferry_Tagscherer/gdb/features/osdata.dtd ../../Ferry_Tagscherer/gdb/features/threads.dtd ../../Ferry_Tagscherer/gdb/features/traceframe-info.dtd ../../Ferry_Tagscherer/gdb/features/btrace.dtd /bin/dash ../../Ferry_Tagscherer/gdb/../move-if-change xml-builtin.tmp xml-builtin.c echo stamp > stamp-xml -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../Ferry_Tagscherer/gdb/inferior.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osdata.o -MT osdata.o -MMD -MP -MF .deps/osdata.Tpo ../../Ferry_Tagscherer/gdb/osdata.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../Ferry_Tagscherer/gdb/gdb_usleep.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record.o -MT record.o -MMD -MP -MF .deps/record.Tpo ../../Ferry_Tagscherer/gdb/record.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-full.o -MT record-full.o -MMD -MP -MF .deps/record-full.Tpo ../../Ferry_Tagscherer/gdb/record-full.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../Ferry_Tagscherer/gdb/gcore.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../Ferry_Tagscherer/gdb/common/gdb_vecs.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../Ferry_Tagscherer/gdb/jit.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o progspace.o -MT progspace.o -MMD -MP -MF .deps/progspace.Tpo ../../Ferry_Tagscherer/gdb/progspace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o skip.o -MT skip.o -MMD -MP -MF .deps/skip.Tpo ../../Ferry_Tagscherer/gdb/skip.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o probe.o -MT probe.o -MMD -MP -MF .deps/probe.Tpo ../../Ferry_Tagscherer/gdb/probe.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../Ferry_Tagscherer/gdb/common/common-utils.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../Ferry_Tagscherer/gdb/common/buffer.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../Ferry_Tagscherer/gdb/common/ptid.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../Ferry_Tagscherer/gdb/gdb-dlfcn.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-agent.o -MT common-agent.o -MMD -MP -MF .deps/common-agent.Tpo ../../Ferry_Tagscherer/gdb/common/agent.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../Ferry_Tagscherer/gdb/common/format.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o registry.o -MT registry.o -MMD -MP -MF .deps/registry.Tpo ../../Ferry_Tagscherer/gdb/registry.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o btrace.o -MT btrace.o -MMD -MP -MF .deps/btrace.Tpo ../../Ferry_Tagscherer/gdb/btrace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-btrace.o -MT record-btrace.o -MMD -MP -MF .deps/record-btrace.Tpo ../../Ferry_Tagscherer/gdb/record-btrace.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inflow.o -MT inflow.o -MMD -MP -MF .deps/inflow.Tpo ../../Ferry_Tagscherer/gdb/inflow.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inferior.o -MT inferior.o -MMD -MP -MF .deps/inferior.Tpo ../../Ferry_Tagscherer/gdb/inferior.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o osdata.o -MT osdata.o -MMD -MP -MF .deps/osdata.Tpo ../../Ferry_Tagscherer/gdb/osdata.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_usleep.o -MT gdb_usleep.o -MMD -MP -MF .deps/gdb_usleep.Tpo ../../Ferry_Tagscherer/gdb/gdb_usleep.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record.o -MT record.o -MMD -MP -MF .deps/record.Tpo ../../Ferry_Tagscherer/gdb/record.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-full.o -MT record-full.o -MMD -MP -MF .deps/record-full.Tpo ../../Ferry_Tagscherer/gdb/record-full.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gcore.o -MT gcore.o -MMD -MP -MF .deps/gcore.Tpo ../../Ferry_Tagscherer/gdb/gcore.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../Ferry_Tagscherer/gdb/common/gdb_vecs.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o jit.o -MT jit.o -MMD -MP -MF .deps/jit.Tpo ../../Ferry_Tagscherer/gdb/jit.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o progspace.o -MT progspace.o -MMD -MP -MF .deps/progspace.Tpo ../../Ferry_Tagscherer/gdb/progspace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o skip.o -MT skip.o -MMD -MP -MF .deps/skip.Tpo ../../Ferry_Tagscherer/gdb/skip.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o probe.o -MT probe.o -MMD -MP -MF .deps/probe.Tpo ../../Ferry_Tagscherer/gdb/probe.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../Ferry_Tagscherer/gdb/common/common-utils.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../Ferry_Tagscherer/gdb/common/buffer.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../Ferry_Tagscherer/gdb/common/ptid.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb-dlfcn.o -MT gdb-dlfcn.o -MMD -MP -MF .deps/gdb-dlfcn.Tpo ../../Ferry_Tagscherer/gdb/gdb-dlfcn.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o common-agent.o -MT common-agent.o -MMD -MP -MF .deps/common-agent.Tpo ../../Ferry_Tagscherer/gdb/common/agent.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../Ferry_Tagscherer/gdb/common/format.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o registry.o -MT registry.o -MMD -MP -MF .deps/registry.Tpo ../../Ferry_Tagscherer/gdb/registry.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o btrace.o -MT btrace.o -MMD -MP -MF .deps/btrace.Tpo ../../Ferry_Tagscherer/gdb/btrace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o record-btrace.o -MT record-btrace.o -MMD -MP -MF .deps/record-btrace.Tpo ../../Ferry_Tagscherer/gdb/record-btrace.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inflow.o -MT inflow.o -MMD -MP -MF .deps/inflow.Tpo ../../Ferry_Tagscherer/gdb/inflow.c Making init.c -gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c +gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c rm -f gdb -gcc-4.7 -g -O2 -static-libstdc++ -static-libgcc \ +gcc-4.8 -g -O2 -static-libstdc++ -static-libgcc \ -o gdb gdb.o i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o solib-svr4.o symfile-mem.o linux-tdep.o linux-record.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o inf-ptrace.o fork-child.o i386-nat.o i386-linux-nat.o proc-service.o linux-thread-db.o linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o linux-btrace.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-catch.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-cmd-info.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-arch.o py-auto-load.o py-block.o py-bpevent.o py-breakpoint.o py-cmd.o py-continueevent.o py-event.o py-evtregistry.o py-evts.o py-exitedevent.o py-finishbreakpoint.o py-frame.o py-framefilter.o py-function.o py-gdb-readline.o py-inferior.o py-infthread.o py-lazy-string.o py-newobjfileevent.o py-objfile.o py-param.o py-prettyprint.o py-progspace.o py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o py-threadevent.o py-type.o py-utils.o py-value.o elfread.o stap-probe.o posix-hdep.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auto-load.o auxv.o agent.o bfd-target.o blockframe.o breakpoint.o break-catch-sig.o break-catch-throw.o findvar.o regcache.o cleanups.o charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o filestuff.o inf-child.o interps.o minidebug.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o gdb_bfd.o gdb_obstack.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ada-varobj.o ui-out.o cli-out.o varobj.o vec.o go-lang.o go-valprint.o go-typeprint.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o xml-utils.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o record-full.o gcore.o gdb_vecs.o jit.o progspace.o skip.o probe.o common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o format.o registry.o btrace.o record-btrace.o inflow.o init.o \ - ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses -lz -lm -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a -ldl -Wl,--dynamic-list=../../Ferry_Tagscherer/gdb/proc-service.list + ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -ldl -lncurses -lz -lm -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a -ldl -Wl,--dynamic-list=../../Ferry_Tagscherer/gdb/proc-service.list make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/doc' make[4]: Nothing to be done for `all'. @@ -3973,11 +3969,11 @@ rm -f wctype.h-t wctype.h && \ make all-recursive make[9]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver/import' make[10]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver/import' -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/localcharset.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/localcharset.c mv -f .deps/localcharset.Tpo .deps/localcharset.Po -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/strnlen1.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/strnlen1.c mv -f .deps/strnlen1.Tpo .deps/strnlen1.Po -gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/wctype-h.c +gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/wctype-h.c mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po rm -f libgnu.a ar cru libgnu.a localcharset.o strnlen1.o wctype-h.o @@ -3997,80 +3993,80 @@ make[8]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver make[7]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver' make[6]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver' make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver' -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/agent.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ax.o -MT ax.o -MMD -MP -MF .deps/ax.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o inferiors.o -MT inferiors.o -MMD -MP -MF .deps/inferiors.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/inferiors.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o remote-utils.o -MT remote-utils.o -MMD -MP -MF .deps/remote-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o server.o -MT server.o -MMD -MP -MF .deps/server.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/server.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/signals.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/target.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/agent.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ax.o -MT ax.o -MMD -MP -MF .deps/ax.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o inferiors.o -MT inferiors.o -MMD -MP -MF .deps/inferiors.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/inferiors.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o remote-utils.o -MT remote-utils.o -MMD -MP -MF .deps/remote-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o server.o -MT server.o -MMD -MP -MF .deps/server.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/server.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/signals.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/target.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c rm -f version.c-tmp version.c echo '#include "server.h"' >> version.c-tmp echo 'const char version[] = "'"`sed q ../../../Ferry_Tagscherer/gdb/gdbserver/../version.in`"'";' >> version.c-tmp echo 'const char host_name[] = "i686-pc-linux-gnu";' >> version.c-tmp mv version.c-tmp version.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/vec.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/gdb_vecs.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/mem-break.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio.o -MT hostio.o -MMD -MP -MF .deps/hostio.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/event-loop.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/xml-utils.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/ptid.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/buffer.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/filestuff.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o dll.o -MT dll.o -MMD -MP -MF .deps/dll.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/dll.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o notif.o -MT notif.o -MMD -MP -MF .deps/notif.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/notif.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tdesc.o -MT tdesc.o -MMD -MP -MF .deps/tdesc.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/vec.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/gdb_vecs.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/mem-break.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio.o -MT hostio.o -MMD -MP -MF .deps/hostio.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/event-loop.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/xml-utils.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/ptid.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/buffer.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/filestuff.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o dll.o -MT dll.o -MMD -MP -MF .deps/dll.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/dll.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o notif.o -MT notif.o -MMD -MP -MF .deps/notif.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/notif.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tdesc.o -MT tdesc.o -MMD -MP -MF .deps/tdesc.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c rm -f xml-builtin.tmp /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../features/feature_to_c.sh xml-builtin.tmp ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/i386-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/i386-avx-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/i386-mmx-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-core.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-sse.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-avx.xml /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../../move-if-change xml-builtin.tmp xml-builtin.c echo stamp > stamp-xml -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/regdat.sh ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/i386/i386-linux.dat i386-linux.c i386-linux.c updated. -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-linux.o -MT i386-linux.o -MMD -MP -MF .deps/i386-linux.Tpo i386-linux.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-linux.o -MT i386-linux.o -MMD -MP -MF .deps/i386-linux.Tpo i386-linux.c /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/regdat.sh ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/i386/i386-avx-linux.dat i386-avx-linux.c i386-avx-linux.c updated. -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-avx-linux.o -MT i386-avx-linux.o -MMD -MP -MF .deps/i386-avx-linux.Tpo i386-avx-linux.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-avx-linux.o -MT i386-avx-linux.o -MMD -MP -MF .deps/i386-avx-linux.Tpo i386-avx-linux.c /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/regdat.sh ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/i386/i386-mmx-linux.dat i386-mmx-linux.c i386-mmx-linux.c updated. -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-mmx-linux.o -MT i386-mmx-linux.o -MMD -MP -MF .deps/i386-mmx-linux.Tpo i386-mmx-linux.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-low.o -MT linux-low.o -MMD -MP -MF .deps/linux-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-low.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-osdata.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-x86-low.o -MT linux-x86-low.o -MMD -MP -MF .deps/linux-x86-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-x86-low.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-low.o -MT i386-low.o -MMD -MP -MF .deps/i386-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i386-low.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i387-fp.o -MT i387-fp.o -MMD -MP -MF .deps/i387-fp.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i387-fp.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-procfs.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-ptrace.c -gcc-4.7 -c -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-btrace.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio-errno.o -MT hostio-errno.o -MMD -MP -MF .deps/hostio-errno.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio-errno.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o thread-db.o -MT thread-db.o -MMD -MP -MF .deps/thread-db.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/thread-db.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-mmx-linux.o -MT i386-mmx-linux.o -MMD -MP -MF .deps/i386-mmx-linux.Tpo i386-mmx-linux.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-low.o -MT linux-low.o -MMD -MP -MF .deps/linux-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-low.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-osdata.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-x86-low.o -MT linux-x86-low.o -MMD -MP -MF .deps/linux-x86-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-x86-low.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-low.o -MT i386-low.o -MMD -MP -MF .deps/i386-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i386-low.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i387-fp.o -MT i387-fp.o -MMD -MP -MF .deps/i387-fp.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i387-fp.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-procfs.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-ptrace.c +gcc-4.8 -c -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-btrace.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio-errno.o -MT hostio-errno.o -MMD -MP -MF .deps/hostio-errno.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio-errno.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o thread-db.o -MT thread-db.o -MMD -MP -MF .deps/thread-db.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/thread-db.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.c rm -f gdbserver -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbserver agent.o ax.o inferiors.o regcache.o remote-utils.o server.o signals.o target.o utils.o version.o vec.o gdb_vecs.o mem-break.o hostio.o event-loop.o tracepoint.o xml-utils.o common-utils.o ptid.o buffer.o format.o filestuff.o dll.o notif.o tdesc.o xml-builtin.o i386-linux.o i386-avx-linux.o i386-mmx-linux.o linux-low.o linux-osdata.o linux-x86-low.o i386-low.o i387-fp.o linux-procfs.o linux-ptrace.o linux-btrace.o hostio-errno.o thread-db.o proc-service.o \ +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbserver agent.o ax.o inferiors.o regcache.o remote-utils.o server.o signals.o target.o utils.o version.o vec.o gdb_vecs.o mem-break.o hostio.o event-loop.o tracepoint.o xml-utils.o common-utils.o ptid.o buffer.o format.o filestuff.o dll.o notif.o tdesc.o xml-builtin.o i386-linux.o i386-avx-linux.o i386-mmx-linux.o linux-low.o linux-osdata.o linux-x86-low.o i386-low.o i387-fp.o linux-procfs.o linux-ptrace.o linux-btrace.o hostio-errno.o thread-db.o proc-service.o \ build-gnulib-gdbserver/import/libgnu.a -ldl -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdbreplay.o -MT gdbreplay.o -MMD -MP -MF .deps/gdbreplay.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/gdbreplay.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdbreplay.o -MT gdbreplay.o -MMD -MP -MF .deps/gdbreplay.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/gdbreplay.c rm -f gdbreplay -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbreplay gdbreplay.o version.o \ +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbreplay gdbreplay.o version.o \ -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o ax-ipa.o -MT ax-ipa.o -MMD -MP -MF .deps/ax-ipa.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tracepoint-ipa.o -MT tracepoint-ipa.o -MMD -MP -MF .deps/tracepoint-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o format-ipa.o -MT format-ipa.o -MMD -MP -MF .deps/format-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o utils-ipa.o -MT utils-ipa.o -MMD -MP -MF .deps/utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o regcache-ipa.o -MT regcache-ipa.o -MMD -MP -MF .deps/regcache-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o remote-utils-ipa.o -MT remote-utils-ipa.o -MMD -MP -MF .deps/remote-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o common-utils-ipa.o -MT common-utils-ipa.o -MMD -MP -MF .deps/common-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tdesc-ipa.o -MT tdesc-ipa.o -MMD -MP -MF .deps/tdesc-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o i386-linux-ipa.o -MT i386-linux-ipa.o -MMD -MP -MF .deps/i386-linux-ipa.Tpo i386-linux.c -gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o linux-i386-ipa.o -MT linux-i386-ipa.o -MMD -MP -MF .deps/linux-i386-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-i386-ipa.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o ax-ipa.o -MT ax-ipa.o -MMD -MP -MF .deps/ax-ipa.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tracepoint-ipa.o -MT tracepoint-ipa.o -MMD -MP -MF .deps/tracepoint-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o format-ipa.o -MT format-ipa.o -MMD -MP -MF .deps/format-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o utils-ipa.o -MT utils-ipa.o -MMD -MP -MF .deps/utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o regcache-ipa.o -MT regcache-ipa.o -MMD -MP -MF .deps/regcache-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o remote-utils-ipa.o -MT remote-utils-ipa.o -MMD -MP -MF .deps/remote-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o common-utils-ipa.o -MT common-utils-ipa.o -MMD -MP -MF .deps/common-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tdesc-ipa.o -MT tdesc-ipa.o -MMD -MP -MF .deps/tdesc-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o i386-linux-ipa.o -MT i386-linux-ipa.o -MMD -MP -MF .deps/i386-linux-ipa.Tpo i386-linux.c +gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o linux-i386-ipa.o -MT linux-i386-ipa.o -MMD -MP -MF .deps/linux-i386-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-i386-ipa.c rm -f libinproctrace.so -gcc-4.7 -shared -fPIC -Wl,--no-undefined -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER \ +gcc-4.8 -shared -fPIC -Wl,--no-undefined -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER \ -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o libinproctrace.so ax-ipa.o tracepoint-ipa.o format-ipa.o utils-ipa.o regcache-ipa.o remote-utils-ipa.o common-utils-ipa.o tdesc-ipa.o i386-linux-ipa.o linux-i386-ipa.o -ldl -pthread make[5]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver' make[6]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver' diff --git a/gdb/kepler.SCHWINGE/log_install b/gdb/kepler.SCHWINGE/log_install index 40f554a3..8dffe6c8 100644 --- a/gdb/kepler.SCHWINGE/log_install +++ b/gdb/kepler.SCHWINGE/log_install @@ -211,10 +211,10 @@ make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/te make[3]: Nothing to be done for `all'. make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/testsuite' if test -n ""; then \ - /bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`; \ - /usr/bin/install -c -m 644 ./libiberty.a [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an; \ - ( cd [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ - mv -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.a; \ + /bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`; \ + /usr/bin/install -c -m 644 ./libiberty.a [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`/./libiberty.an; \ + ( cd [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ + mv -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`/./libiberty.an [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.8 -g -O2 -print-multi-os-directory`/./libiberty.a; \ case "" in \ /*) thd=;; \ *) thd=[...]/tschwinge/Ferry_Tagscherer.build.install/include/;; \ diff --git a/gdb/kepler.SCHWINGE/log_test b/gdb/kepler.SCHWINGE/log_test index 5dddcbc7..b4e6f12d 100644 --- a/gdb/kepler.SCHWINGE/log_test +++ b/gdb/kepler.SCHWINGE/log_test @@ -36,14 +36,14 @@ make[2]: Nothing to be done for `check'. make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/libdecnumber' make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty' make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/testsuite' -gcc-4.7 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -o test-demangle \ +gcc-4.8 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -o test-demangle \ ../../../Ferry_Tagscherer/libiberty/testsuite/test-demangle.c ../libiberty.a ./test-demangle < ../../../Ferry_Tagscherer/libiberty/testsuite/demangle-expected ./test-demangle: 882 tests, 0 failures -gcc-4.7 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ +gcc-4.8 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ ../../../Ferry_Tagscherer/libiberty/testsuite/test-pexecute.c ../libiberty.a ./test-pexecute -gcc-4.7 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ +gcc-4.8 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../Ferry_Tagscherer/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ ../../../Ferry_Tagscherer/libiberty/testsuite/test-expandargv.c ../libiberty.a ./test-expandargv PASS: test-expandargv-0. @@ -71,7 +71,7 @@ make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuit Nothing to be done for all... Making a new config file... rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/a2-run.exp gdb.base/advance.exp gdb.base/alias.exp gdb.base/all-bin.exp gdb.base/annota1.exp gdb.base/annota3.exp gdb.base/anon.exp gdb.base/args.exp gdb.base/arithmet.exp gdb.base/arrayidx.exp gdb.base/assign.exp gdb.base/async-shell.exp gdb.base/async.exp gdb.base/attach-pie-misread.exp gdb.base/attach-pie-noexec.exp gdb.base/attach-twice.exp gdb.base/attach.exp gdb.base/auxv.exp gdb.base/bang.exp gdb.base/bfp-test.exp gdb.base/bigcore.exp gdb.base/bitfields.exp gdb.base/bitfields2.exp gdb.base/bitops.exp gdb.base/break-always.exp gdb.base/break-caller-line.exp gdb.base/break-entry.exp gdb.base/break-inline.exp gdb.base/break-interp.exp gdb.base/break-on-linker-gcd-function.exp gdb.base/break-probes.exp gdb.base/break.exp gdb.base/breakpoint-shadow.exp gdb.base/call-ar-st.exp gdb.base/call-rt-st.exp gdb.base/call-sc.exp gdb.base/call-signal-resume.exp gdb.base/call-strs.exp gdb.base/callexit.exp gdb.base/callfuncs.exp gdb.base/catch-load.exp gdb.base/catch-signal-fork.exp gdb.base/catch-signal.exp gdb.base/catch-syscall.exp gdb.base/charset.exp gdb.base/checkpoint.exp gdb.base/chng-syms.exp gdb.base/code-expr.exp gdb.base/code_elim.exp gdb.base/commands.exp gdb.base/completion.exp gdb.base/complex.exp gdb.base/comprdebug.exp gdb.base/cond-eval-mode.exp gdb.base/cond-expr.exp gdb.base/condbreak.exp gdb.base/consecutive.exp gdb.base/constvars.exp gdb.base/corefile.exp gdb.base/ctxobj.exp gdb.base/cursal.exp gdb.base/cvexpr.exp gdb.base/dbx.exp gdb.base/debug-expr.exp gdb.base/default.exp gdb.base/define.exp gdb.base/del.exp gdb.base/detach.exp gdb.base/dfp-exprs.exp gdb.base/dfp-test.exp gdb.base/disabled-location.exp gdb.base/disasm-end-cu.exp gdb.base/disp-step-syscall.exp gdb.base/display.exp gdb.base/dmsym.exp gdb.base/dprintf-pending.exp gdb.base/dprintf.exp gdb.base/dump.exp gdb.base/dup-sect.exp gdb.base/duplicate-bp.exp gdb.base/echo.exp gdb.base/empty_exe.exp gdb.base/ena-dis-br.exp gdb.base/ending-run.exp gdb.base/enum_cond.exp gdb.base/enumval.exp gdb.base/environ.exp gdb.base/eu-strip-infcall.exp gdb.base/eval-skip.exp gdb.base/eval.exp gdb.base/exe-lock.exp gdb.base/expand-psymtabs.exp gdb.base/exprs.exp gdb.base/fileio.exp gdb.base/filesym.exp gdb.base/find-unmapped.exp gdb.base/find.exp gdb.base/finish.exp gdb.base/fixsection.exp gdb.base/float.exp gdb.base/foll-exec.exp gdb.base/foll-fork.exp gdb.base/foll-vfork.exp gdb.base/fortran-sym-case.exp gdb.base/frame-args.exp gdb.base/freebpcmd.exp gdb.base/fullname.exp gdb.base/fullpath-expand.exp gdb.base/funcargs.exp gdb.base/gcore-buffer-overflow.exp gdb.base/gcore-relro.exp gdb.base/gcore.exp gdb.base/gdb1056.exp gdb.base/gdb1090.exp gdb.base/gdb11530.exp gdb.base/gdb11531.exp gdb.base/gdb1250.exp gdb.base/gdb1555.exp gdb.base/gdb1821.exp gdb.base/gdbindex-stabs.exp gdb.base/gdbvars.exp gdb.base/gnu-debugdata.exp gdb.base/gnu-ifunc.exp gdb.base/gnu_vector.exp gdb.base/hashline1.exp gdb.base/hashline2.exp gdb.base/hashline3.exp gdb.base/hbreak.exp gdb.base/hbreak2.exp gdb.base/help.exp gdb.base/hook-stop-continue.exp gdb.base/hook-stop-frame.exp gdb.base/huge.exp gdb.base/ifelse.exp gdb.base/included.exp gdb.base/inferior-died.exp gdb.base/infnan.exp gdb.base/info-fun.exp gdb.base/info-macros.exp gdb.base/info-os.exp gdb.base/info-proc.exp gdb.base/info-shared.exp gdb.base/info-target.exp gdb.base/infoline.exp gdb.base/interact.exp gdb.base/interp.exp gdb.base/interrupt.exp gdb.base/jit-simple.exp gdb.base/jit-so.exp gdb.base/jit.exp gdb.base/jump.exp gdb.base/kill-after-signal.exp gdb.base/label.exp gdb.base/langs.exp gdb.base/ldbl_e308.exp gdb.base/lineinc.exp gdb.base/linespecs.exp gdb.base/list.exp gdb.base/logical.exp gdb.base/long_long.exp gdb.base/longest-types.exp gdb.base/longjmp.exp gdb.base/macscp.exp gdb.base/maint.exp gdb.base/memattr.exp gdb.base/mips_pro.exp gdb.base/miscexprs.exp gdb.base/morestack.exp gdb.base/moribund-step.exp gdb.base/multi-forks.exp --outdir gdb.base1 -Test Run By thomas on Thu Jun 13 20:50:00 2013 +Test Run By thomas on Fri Jun 14 13:25:03 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -232,6 +232,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/float.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/longjmp.exp ... FAIL: gdb.base/longjmp.exp: next over longjmp(1) FAIL: gdb.base/longjmp.exp: next over call_longjmp (2) +FAIL: gdb.base/longjmp.exp: next over patt3 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/code-expr.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/included.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gnu-debugdata.exp ... @@ -262,8 +263,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1090.exp ... === gdb Summary === -# of expected passes 6075 -# of unexpected failures 6 +# of expected passes 6074 +# of unexpected failures 7 # of expected failures 25 # of known failures 21 # of untested testcases 2 @@ -272,7 +273,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1090.exp ... make[4]: *** [check-gdb.base1] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/nextoverexit.exp gdb.base/nodebug.exp gdb.base/nofield.exp gdb.base/nostdlib.exp gdb.base/opaque.exp gdb.base/overlays.exp gdb.base/page.exp gdb.base/pc-fp.exp gdb.base/pending.exp gdb.base/permissions.exp gdb.base/pie-execl.exp gdb.base/pointers.exp gdb.base/pr10179.exp gdb.base/pr11022.exp gdb.base/prelink.exp gdb.base/print-file-var.exp gdb.base/printcmds.exp gdb.base/prologue-include.exp gdb.base/prologue.exp gdb.base/psymtab.exp gdb.base/ptr-typedef.exp gdb.base/ptype.exp gdb.base/radix.exp gdb.base/randomize.exp gdb.base/range-stepping.exp gdb.base/readline-ask.exp gdb.base/readline.exp gdb.base/realname-expand.exp gdb.base/recpar.exp gdb.base/recurse.exp gdb.base/relational.exp gdb.base/relativedebug.exp gdb.base/relocate.exp gdb.base/remote.exp gdb.base/remotetimeout.exp gdb.base/reread.exp gdb.base/restore.exp gdb.base/return-nodebug.exp gdb.base/return.exp gdb.base/return2.exp gdb.base/save-bp.exp gdb.base/savedregs.exp gdb.base/scope.exp gdb.base/sect-cmd.exp gdb.base/sep.exp gdb.base/sepdebug.exp gdb.base/sepsymtab.exp gdb.base/set-lang-auto.exp gdb.base/set-noassign.exp gdb.base/setshow.exp gdb.base/setvar.exp gdb.base/shell.exp gdb.base/shlib-call.exp gdb.base/shreloc.exp gdb.base/sigall.exp gdb.base/sigaltstack.exp gdb.base/sigbpt.exp gdb.base/sigchld.exp gdb.base/siginfo-addr.exp gdb.base/siginfo-infcall.exp gdb.base/siginfo-obj.exp gdb.base/siginfo-thread.exp gdb.base/siginfo.exp gdb.base/signals.exp gdb.base/signest.exp gdb.base/signull.exp gdb.base/sigrepeat.exp gdb.base/sigstep.exp gdb.base/sizeof.exp gdb.base/skip-solib.exp gdb.base/skip.exp gdb.base/so-impl-ld.exp gdb.base/so-indr-cl.exp gdb.base/solib-corrupted.exp gdb.base/solib-disc.exp gdb.base/solib-display.exp gdb.base/solib-nodir.exp gdb.base/solib-overlap.exp gdb.base/solib-search.exp gdb.base/solib-symbol.exp gdb.base/solib-weak.exp gdb.base/solib.exp gdb.base/source.exp gdb.base/stack-checking.exp gdb.base/stale-infcall.exp gdb.base/stap-probe.exp gdb.base/start.exp gdb.base/step-break.exp gdb.base/step-bt.exp gdb.base/step-line.exp gdb.base/step-resume-infcall.exp gdb.base/step-symless.exp gdb.base/step-test.exp gdb.base/store.exp gdb.base/structs.exp gdb.base/structs2.exp gdb.base/structs3.exp gdb.base/subst.exp gdb.base/symbol-without-target_section.exp gdb.base/term.exp gdb.base/testenv.exp gdb.base/trace-commands.exp gdb.base/tui-layout.exp gdb.base/twice.exp gdb.base/type-opaque.exp gdb.base/ui-redirect.exp gdb.base/unload.exp gdb.base/until.exp gdb.base/unwindonsignal.exp gdb.base/valgrind-db-attach.exp gdb.base/valgrind-infcall.exp gdb.base/value-double-free.exp gdb.base/varargs.exp gdb.base/volatile.exp gdb.base/watch-cond-infcall.exp gdb.base/watch-cond.exp gdb.base/watch-non-mem.exp gdb.base/watch-read.exp gdb.base/watch-vfork.exp gdb.base/watch_thread_num.exp gdb.base/watchpoint-cond-gone.exp gdb.base/watchpoint-delete.exp gdb.base/watchpoint-hw-hit-once.exp gdb.base/watchpoint-hw.exp gdb.base/watchpoint-solib.exp gdb.base/watchpoint.exp gdb.base/watchpoints.exp gdb.base/wchar.exp gdb.base/whatis-exp.exp gdb.base/whatis.exp --outdir gdb.base2 -Test Run By thomas on Thu Jun 13 20:54:28 2013 +Test Run By thomas on Fri Jun 14 13:29:26 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -298,6 +299,36 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/opaque.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watchpoints.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/printcmds.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/restore.exp ... +FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/savedregs.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/ui-redirect.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/tui-layout.exp ... @@ -326,6 +357,33 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-nodir.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/valgrind-db-attach.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/store.exp ... +FAIL: gdb.base/store.exp: var longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var float l; setting l to 4 +FAIL: gdb.base/store.exp: var float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var double l; setting l to 4 +FAIL: gdb.base/store.exp: var double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var doublest l; setting l to 4 +FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: upvar longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar float l; set l to 4 +FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar double l; set l to 4 +FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar doublest l; set l to 4 +FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/skip-solib.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/start.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-weak.exp ... @@ -396,6 +454,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/pr10179.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remote.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.c:39:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sigchld.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/skip.exp ... @@ -421,8 +481,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/nostdlib.exp ... === gdb Summary === -# of expected passes 4568 -# of unexpected failures 1 +# of expected passes 4511 +# of unexpected failures 58 # of expected failures 3 # of known failures 7 # of untested testcases 5 @@ -431,7 +491,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/nostdlib.exp ... make[4]: *** [check-gdb.base2] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.ada --outdir=gdb.ada -Test Run By thomas on Thu Jun 13 20:56:21 2013 +Test Run By thomas on Fri Jun 14 13:31:18 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -555,7 +615,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/win_fu_syms.exp ... make[4]: *** [check-gdb.ada] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.arch --outdir=gdb.arch -Test Run By thomas on Thu Jun 13 20:57:09 2013 +Test Run By thomas on Fri Jun 14 13:32:05 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -633,7 +693,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/vsx-regs.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.asm --outdir=gdb.asm -Test Run By thomas on Thu Jun 13 20:57:14 2013 +Test Run By thomas on Fri Jun 14 13:32:10 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -653,7 +713,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.asm/asm-source.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.btrace --outdir=gdb.btrace -Test Run By thomas on Thu Jun 13 20:57:15 2013 +Test Run By thomas on Fri Jun 14 13:32:11 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -674,7 +734,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.btrace/instruction_history.e [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cell --outdir=gdb.cell -Test Run By thomas on Thu Jun 13 20:57:15 2013 +Test Run By thomas on Fri Jun 14 13:32:11 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -710,7 +770,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cell/solib.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cp --outdir=gdb.cp -Test Run By thomas on Thu Jun 13 20:57:15 2013 +Test Run By thomas on Fri Jun 14 13:32:11 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -846,7 +906,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/virtfunc2.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.disasm --outdir=gdb.disasm -Test Run By thomas on Thu Jun 13 20:58:13 2013 +Test Run By thomas on Fri Jun 14 13:33:10 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -882,7 +942,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.disasm/t13_otr.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.dwarf2 --outdir=gdb.dwarf2 -Test Run By thomas on Thu Jun 13 20:58:13 2013 +Test Run By thomas on Fri Jun 14 13:33:10 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -983,7 +1043,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/watch-notconst.exp .. [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.fortran --outdir=gdb.fortran -Test Run By thomas on Thu Jun 13 20:58:31 2013 +Test Run By thomas on Fri Jun 14 13:33:28 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1018,7 +1078,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.fortran/types.exp ... make[4]: *** [check-gdb.fortran] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.gdb --outdir=gdb.gdb -Test Run By thomas on Thu Jun 13 20:58:36 2013 +Test Run By thomas on Fri Jun 14 13:33:33 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1045,7 +1105,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/xfullpath.exp ... make[4]: *** [check-gdb.gdb] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.go --outdir=gdb.go -Test Run By thomas on Thu Jun 13 20:58:42 2013 +Test Run By thomas on Fri Jun 14 13:33:39 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1086,7 +1146,7 @@ gdb compile failed, default_target_compile: Can't find gccgo. [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.java --outdir=gdb.java -Test Run By thomas on Thu Jun 13 20:58:42 2013 +Test Run By thomas on Fri Jun 14 13:33:39 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1119,7 +1179,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.java/jv-print.exp ... make[4]: *** [check-gdb.java] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.linespec --outdir=gdb.linespec -Test Run By thomas on Thu Jun 13 20:58:52 2013 +Test Run By thomas on Fri Jun 14 13:33:50 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1145,7 +1205,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.linespec/thread.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.mi --outdir=gdb.mi -Test Run By thomas on Thu Jun 13 20:58:55 2013 +Test Run By thomas on Fri Jun 14 13:33:53 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1231,7 +1291,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/pr11022.exp ... make[4]: *** [check-gdb.mi] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.modula2 --outdir=gdb.modula2 -Test Run By thomas on Thu Jun 13 20:59:43 2013 +Test Run By thomas on Fri Jun 14 13:34:41 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1251,7 +1311,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.modula2/unbounded-array.exp [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.multi --outdir=gdb.multi -Test Run By thomas on Thu Jun 13 20:59:44 2013 +Test Run By thomas on Fri Jun 14 13:34:42 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1275,7 +1335,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/watchpoint-multi.exp . [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.objc --outdir=gdb.objc -Test Run By thomas on Thu Jun 13 20:59:46 2013 +Test Run By thomas on Fri Jun 14 13:34:44 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1299,7 +1359,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.objc/print.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opencl --outdir=gdb.opencl -Test Run By thomas on Thu Jun 13 20:59:49 2013 +Test Run By thomas on Fri Jun 14 13:34:46 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1322,7 +1382,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opencl/vec_comps.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opt --outdir=gdb.opt -Test Run By thomas on Thu Jun 13 20:59:49 2013 +Test Run By thomas on Fri Jun 14 13:34:46 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1348,7 +1408,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opt/inline-locals.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.pascal --outdir=gdb.pascal -Test Run By thomas on Thu Jun 13 20:59:51 2013 +Test Run By thomas on Fri Jun 14 13:34:49 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1376,7 +1436,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.pascal/types.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.python --outdir=gdb.python -Test Run By thomas on Thu Jun 13 20:59:51 2013 +Test Run By thomas on Fri Jun 14 13:34:49 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1434,7 +1494,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/python.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.reverse --outdir=gdb.reverse -Test Run By thomas on Thu Jun 13 21:00:15 2013 +Test Run By thomas on Fri Jun 14 13:35:12 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1481,7 +1541,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.reverse/watch-reverse.exp .. [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.server --outdir=gdb.server -Test Run By thomas on Thu Jun 13 21:00:39 2013 +Test Run By thomas on Fri Jun 14 13:35:36 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1509,7 +1569,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/solib-list.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.stabs --outdir=gdb.stabs -Test Run By thomas on Thu Jun 13 21:00:45 2013 +Test Run By thomas on Fri Jun 14 13:35:41 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1532,7 +1592,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.stabs/weird.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.threads --outdir=gdb.threads -Test Run By thomas on Thu Jun 13 21:00:46 2013 +Test Run By thomas on Fri Jun 14 13:35:43 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1606,7 +1666,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/wp-replication.exp . [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.trace --outdir=gdb.trace -Test Run By thomas on Thu Jun 13 21:02:17 2013 +Test Run By thomas on Fri Jun 14 13:37:14 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1643,6 +1703,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/report.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/save-trace.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.c:34:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/status-stop.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/strace.exp ... @@ -1667,7 +1729,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/while-stepping.exp ... [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.xml --outdir=gdb.xml -Test Run By thomas on Thu Jun 13 21:02:29 2013 +Test Run By thomas on Fri Jun 14 13:37:25 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum index bac88b57..41e2bd6b 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:56:21 2013 +Test Run By thomas on Fri Jun 14 13:31:18 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum index 5a7323b7..554f6bed 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:57:09 2013 +Test Run By thomas on Fri Jun 14 13:32:05 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum index d15d7197..18462466 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:57:14 2013 +Test Run By thomas on Fri Jun 14 13:32:10 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum index 2d6e2cdd..85a6af2a 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:50:00 2013 +Test Run By thomas on Fri Jun 14 13:25:03 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -4791,7 +4791,7 @@ PASS: gdb.base/longjmp.exp: next over setjmp (2) FAIL: gdb.base/longjmp.exp: next over call_longjmp (2) PASS: gdb.base/longjmp.exp: breakpoint at pattern 3 start PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 3 start -PASS: gdb.base/longjmp.exp: next over patt3 +FAIL: gdb.base/longjmp.exp: next over patt3 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/code-expr.exp ... PASS: gdb.base/code-expr.exp: set print sevenbit-strings PASS: gdb.base/code-expr.exp: set print address off @@ -6311,8 +6311,8 @@ PASS: gdb.base/gdb1090.exp: print s24 === gdb Summary === -# of expected passes 6075 -# of unexpected failures 6 +# of expected passes 6074 +# of unexpected failures 7 # of expected failures 25 # of known failures 21 # of untested testcases 2 diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum index 0244b9bf..dd541949 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:54:28 2013 +Test Run By thomas on Fri Jun 14 13:29:26 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -1395,31 +1395,31 @@ PASS: gdb.base/restore.exp: run to caller3 PASS: gdb.base/restore.exp: caller3 calls callee1; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee1; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee1; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee2; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee2; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee2; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee3; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee3; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee4; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee4; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee4; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller3 calls callee5; tbreak callee PASS: gdb.base/restore.exp: caller3 calls callee5; continue to callee PASS: gdb.base/restore.exp: caller3 calls callee5; return callee now -PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l3 to 32494 PASS: gdb.base/restore.exp: tbreak caller4 @@ -1427,36 +1427,36 @@ PASS: gdb.base/restore.exp: run to caller4 PASS: gdb.base/restore.exp: caller4 calls callee1; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee1; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee1; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee2; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee2; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee2; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee3; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee3; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee3; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee4; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee4; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee4; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller4 calls callee5; tbreak callee PASS: gdb.base/restore.exp: caller4 calls callee5; continue to callee PASS: gdb.base/restore.exp: caller4 calls callee5; return callee now -PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l4 to 32495 PASS: gdb.base/restore.exp: tbreak caller5 @@ -1464,41 +1464,41 @@ PASS: gdb.base/restore.exp: run to caller5 PASS: gdb.base/restore.exp: caller5 calls callee1; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee1; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee1; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee2; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee2; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee2; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee3; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee3; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee3; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee4; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee4; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee4; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l5 to 32496 PASS: gdb.base/restore.exp: caller5 calls callee5; tbreak callee PASS: gdb.base/restore.exp: caller5 calls callee5; continue to callee PASS: gdb.base/restore.exp: caller5 calls callee5; return callee now -PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492 -PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 -PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 +FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l4 to 32495 PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l5 to 32496 PASS: gdb.base/restore.exp: run to completion @@ -2170,35 +2170,35 @@ PASS: gdb.base/store.exp: var long l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_longest PASS: gdb.base/store.exp: continue to wack_longest PASS: gdb.base/store.exp: var longest l; print old l, expecting -1 -PASS: gdb.base/store.exp: var longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var longest l; print old r, expecting -2 PASS: gdb.base/store.exp: var longest l; setting l to 4 PASS: gdb.base/store.exp: var longest l; print new l, expecting 4 PASS: gdb.base/store.exp: var longest l; next over add call PASS: gdb.base/store.exp: var longest l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_float PASS: gdb.base/store.exp: continue to wack_float -PASS: gdb.base/store.exp: var float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var float l; print old l, expecting -1 PASS: gdb.base/store.exp: var float l; print old r, expecting -2 -PASS: gdb.base/store.exp: var float l; setting l to 4 -PASS: gdb.base/store.exp: var float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var float l; setting l to 4 +FAIL: gdb.base/store.exp: var float l; print new l, expecting 4 PASS: gdb.base/store.exp: var float l; next over add call -PASS: gdb.base/store.exp: var float l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_double PASS: gdb.base/store.exp: continue to wack_double -PASS: gdb.base/store.exp: var double l; print old l, expecting -1 -PASS: gdb.base/store.exp: var double l; print old r, expecting -2 -PASS: gdb.base/store.exp: var double l; setting l to 4 -PASS: gdb.base/store.exp: var double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var double l; setting l to 4 +FAIL: gdb.base/store.exp: var double l; print new l, expecting 4 PASS: gdb.base/store.exp: var double l; next over add call -PASS: gdb.base/store.exp: var double l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak wack_doublest PASS: gdb.base/store.exp: continue to wack_doublest -PASS: gdb.base/store.exp: var doublest l; print old l, expecting -1 -PASS: gdb.base/store.exp: var doublest l; print old r, expecting -2 -PASS: gdb.base/store.exp: var doublest l; setting l to 4 -PASS: gdb.base/store.exp: var doublest l; print new l, expecting 4 +FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: var doublest l; setting l to 4 +FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4 PASS: gdb.base/store.exp: var doublest l; next over add call -PASS: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 +FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 PASS: gdb.base/store.exp: tbreak add_charest PASS: gdb.base/store.exp: continue to add_charest PASS: gdb.base/store.exp: upvar charest l; up @@ -2231,30 +2231,30 @@ PASS: gdb.base/store.exp: tbreak add_longest PASS: gdb.base/store.exp: continue to add_longest PASS: gdb.base/store.exp: upvar longest l; up PASS: gdb.base/store.exp: upvar longest l; print old l, expecting -1 -PASS: gdb.base/store.exp: upvar longest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar longest l; print old r, expecting -2 PASS: gdb.base/store.exp: upvar longest l; set l to 4 PASS: gdb.base/store.exp: upvar longest l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak add_float PASS: gdb.base/store.exp: continue to add_float PASS: gdb.base/store.exp: upvar float l; up -PASS: gdb.base/store.exp: upvar float l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1 PASS: gdb.base/store.exp: upvar float l; print old r, expecting -2 -PASS: gdb.base/store.exp: upvar float l; set l to 4 -PASS: gdb.base/store.exp: upvar float l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar float l; set l to 4 +FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak add_double PASS: gdb.base/store.exp: continue to add_double PASS: gdb.base/store.exp: upvar double l; up -PASS: gdb.base/store.exp: upvar double l; print old l, expecting -1 -PASS: gdb.base/store.exp: upvar double l; print old r, expecting -2 -PASS: gdb.base/store.exp: upvar double l; set l to 4 -PASS: gdb.base/store.exp: upvar double l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar double l; set l to 4 +FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak add_doublest PASS: gdb.base/store.exp: continue to add_doublest PASS: gdb.base/store.exp: upvar doublest l; up -PASS: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 -PASS: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 -PASS: gdb.base/store.exp: upvar doublest l; set l to 4 -PASS: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 +FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 +FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 +FAIL: gdb.base/store.exp: upvar doublest l; set l to 4 +FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 PASS: gdb.base/store.exp: tbreak wack_struct_1 PASS: gdb.base/store.exp: continue to wack_struct_1 PASS: gdb.base/store.exp: var struct 1 u; next to add_struct_1 call @@ -4163,6 +4163,8 @@ PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c : .* Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remote.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.c:39:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp @@ -4727,8 +4729,8 @@ PASS: gdb.base/nostdlib.exp: continue to marker === gdb Summary === -# of expected passes 4568 -# of unexpected failures 1 +# of expected passes 4511 +# of unexpected failures 58 # of expected failures 3 # of known failures 7 # of untested testcases 5 diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum index dd0231ec..524d5569 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:57:15 2013 +Test Run By thomas on Fri Jun 14 13:32:11 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum index e84a2e21..87d8ce03 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:57:15 2013 +Test Run By thomas on Fri Jun 14 13:32:11 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum index 35be9e02..a0aa6cf4 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:57:15 2013 +Test Run By thomas on Fri Jun 14 13:32:11 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum index d0317d51..e9c40f1e 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:13 2013 +Test Run By thomas on Fri Jun 14 13:33:10 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum index 163acdb1..75082c1d 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:13 2013 +Test Run By thomas on Fri Jun 14 13:33:10 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum index 690de92d..78742373 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:31 2013 +Test Run By thomas on Fri Jun 14 13:33:28 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum index b40ec466..2a3f79fc 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:36 2013 +Test Run By thomas on Fri Jun 14 13:33:33 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum index c60062f9..915b9040 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:42 2013 +Test Run By thomas on Fri Jun 14 13:33:39 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum index 0bcbe961..813a6a32 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:42 2013 +Test Run By thomas on Fri Jun 14 13:33:39 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum index 85fd6e36..7f4c1741 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:52 2013 +Test Run By thomas on Fri Jun 14 13:33:50 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum index 9389f6cb..cfb18c45 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:58:55 2013 +Test Run By thomas on Fri Jun 14 13:33:53 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum index e722d10e..8c29e946 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:59:43 2013 +Test Run By thomas on Fri Jun 14 13:34:41 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum index 60791362..945f60a8 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:59:44 2013 +Test Run By thomas on Fri Jun 14 13:34:42 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum index 8b73952e..066e61df 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:59:46 2013 +Test Run By thomas on Fri Jun 14 13:34:44 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum index 512cf1c9..93e932d9 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:59:49 2013 +Test Run By thomas on Fri Jun 14 13:34:46 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum index cbfe6bbf..e9d3ac03 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:59:49 2013 +Test Run By thomas on Fri Jun 14 13:34:46 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum index ecbb53eb..e28b72f7 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:59:51 2013 +Test Run By thomas on Fri Jun 14 13:34:49 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum index 747eedc6..d2c96666 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 20:59:51 2013 +Test Run By thomas on Fri Jun 14 13:34:49 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum index 8df4e816..e28c845c 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:00:15 2013 +Test Run By thomas on Fri Jun 14 13:35:12 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum index d5c8d380..c1a76503 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:00:39 2013 +Test Run By thomas on Fri Jun 14 13:35:36 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum index 7d20f348..ac1cf9ab 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:00:45 2013 +Test Run By thomas on Fri Jun 14 13:35:41 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum index 58c93cfa..40d7c598 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:00:46 2013 +Test Run By thomas on Fri Jun 14 13:35:43 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum index de7a6ba9..93cb9e93 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:02:17 2013 +Test Run By thomas on Fri Jun 14 13:37:14 2013 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -215,6 +215,8 @@ PASS: gdb.trace/save-trace.exp: 10: show default-collect PASS: gdb.trace/save-trace.exp: 10.7: help save-tracepoints Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.exp ... gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.c:34:21: fatal error: sys/sdt.h: No such file or directory + #include + ^ compilation terminated. UNTESTED: gdb.trace/stap-trace.exp: Could not compile stap-trace.c Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/status-stop.exp ... diff --git a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum index 52d4fdb6..404c6364 100644 --- a/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum +++ b/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Jun 13 21:02:29 2013 +Test Run By thomas on Fri Jun 14 13:37:25 2013 Native configuration is i686-pc-linux-gnu === gdb tests === diff --git a/gdb/log_build.diff b/gdb/log_build.diff index de593e3a..06d30552 100644 --- a/gdb/log_build.diff +++ b/gdb/log_build.diff @@ -1,5 +1,5 @@ ---- toolchain/logs/gdb/kepler.SCHWINGE/log_build_ 2013-06-13 22:14:36.554019050 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/log_build_ 2013-06-13 22:14:36.594019053 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/log_build_ 2013-06-14 15:11:02.693794566 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/log_build_ 2013-06-14 15:11:02.713794567 +0200 @@ -281,12 +281,12 @@ checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no @@ -45,9 +45,9 @@ checking whether the shell understands "+="... no checking for ld option to reload object files... -r @@ -485,7 +485,7 @@ - checking if gcc-4.7 supports -c -o file.o... yes - checking if gcc-4.7 supports -c -o file.o... (cached) yes - checking whether the gcc-4.7 linker (ld) supports shared libraries... yes + checking if gcc-4.8 supports -c -o file.o... yes + checking if gcc-4.8 supports -c -o file.o... (cached) yes + checking whether the gcc-4.8 linker (ld) supports shared libraries... yes -checking dynamic linker characteristics... GNU/Linux ld.so +checking dynamic linker characteristics... gnu0.3 ld.so checking how to hardcode library paths into programs... immediate @@ -89,36 +89,36 @@ checking for win32_pstatus_t in sys/procfs.h... no checking linker --as-needed support... yes checking for cos in -lm... yes -@@ -1260,36 +1260,15 @@ - /bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../Ferry_Tagscherer/bfd/dwarf1.c - libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../Ferry_Tagscherer/bfd/dwarf1.c -o dwarf1.o +@@ -1256,36 +1256,15 @@ + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../Ferry_Tagscherer/bfd/dwarf1.c + libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../Ferry_Tagscherer/bfd/dwarf1.c -o dwarf1.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo --/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../Ferry_Tagscherer/bfd/i386linux.c --libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../Ferry_Tagscherer/bfd/i386linux.c -o i386linux.o +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../Ferry_Tagscherer/bfd/i386linux.c +-libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../Ferry_Tagscherer/bfd/i386linux.c -o i386linux.o -mv -f .deps/i386linux.Tpo .deps/i386linux.Plo --/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../Ferry_Tagscherer/bfd/aout32.c --libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../Ferry_Tagscherer/bfd/aout32.c -o aout32.o +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../Ferry_Tagscherer/bfd/aout32.c +-libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../Ferry_Tagscherer/bfd/aout32.c -o aout32.o -mv -f .deps/aout32.Tpo .deps/aout32.Plo --/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../Ferry_Tagscherer/bfd/pei-i386.c --libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../Ferry_Tagscherer/bfd/pei-i386.c -o pei-i386.o +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../Ferry_Tagscherer/bfd/pei-i386.c +-libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../Ferry_Tagscherer/bfd/pei-i386.c -o pei-i386.o -mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo -rm -f peigen.c -sed -e s/XX/pe/g < ../../Ferry_Tagscherer/bfd/peXXigen.c > peigen.new -mv -f peigen.new peigen.c --/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c --libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c +-libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o -mv -f .deps/peigen.Tpo .deps/peigen.Plo --/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../Ferry_Tagscherer/bfd/cofflink.c --libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../Ferry_Tagscherer/bfd/cofflink.c -o cofflink.o +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../Ferry_Tagscherer/bfd/cofflink.c +-libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../Ferry_Tagscherer/bfd/cofflink.c -o cofflink.o -mv -f .deps/cofflink.Tpo .deps/cofflink.Plo - /bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../Ferry_Tagscherer/bfd/elf32-gen.c - libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-gen.c -o elf32-gen.o + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../Ferry_Tagscherer/bfd/elf32-gen.c + libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../Ferry_Tagscherer/bfd/elf32-gen.c -o elf32-gen.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo - /bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../Ferry_Tagscherer/bfd/cpu-i386.c - libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../Ferry_Tagscherer/bfd/cpu-i386.c -o cpu-i386.o + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../Ferry_Tagscherer/bfd/cpu-i386.c + libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../Ferry_Tagscherer/bfd/cpu-i386.c -o cpu-i386.o mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo --/bin/dash ./libtool --tag=CC --mode=compile gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../Ferry_Tagscherer/bfd/trad-core.c --libtool: compile: gcc-4.7 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../Ferry_Tagscherer/bfd/trad-core.c -o trad-core.o +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/tschwinge/Ferry_Tagscherer.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../Ferry_Tagscherer/bfd/trad-core.c +-libtool: compile: gcc-4.8 -DHAVE_CONFIG_H -I. -I../../Ferry_Tagscherer/bfd -I. -I../../Ferry_Tagscherer/bfd -I../../Ferry_Tagscherer/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/tschwinge/Ferry_Tagscherer.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../Ferry_Tagscherer/bfd/trad-core.c -o trad-core.o -mv -f .deps/trad-core.Tpo .deps/trad-core.Plo rm -f tofiles f=""; \ @@ -127,16 +127,16 @@ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ -@@ -1299,7 +1278,7 @@ +@@ -1295,7 +1274,7 @@ /bin/dash ../../Ferry_Tagscherer/bfd/../move-if-change tofiles ofiles touch stamp-ofiles - /bin/dash ./libtool --tag=CC --mode=link gcc-4.7 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -o libbfd.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz + /bin/dash ./libtool --tag=CC --mode=link gcc-4.8 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -o libbfd.la -rpath [...]/tschwinge/Ferry_Tagscherer.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz -libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o elf32-gen.o cpu-i386.o trad-core.o +libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-i386.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/dash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ -@@ -1366,7 +1345,7 @@ +@@ -1362,7 +1341,7 @@ checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes @@ -145,16 +145,16 @@ checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for ld option to reload object files... -r -@@ -1386,7 +1365,7 @@ - checking if gcc-4.7 supports -c -o file.o... yes - checking if gcc-4.7 supports -c -o file.o... (cached) yes - checking whether the gcc-4.7 linker (ld) supports shared libraries... yes +@@ -1382,7 +1361,7 @@ + checking if gcc-4.8 supports -c -o file.o... yes + checking if gcc-4.8 supports -c -o file.o... (cached) yes + checking whether the gcc-4.8 linker (ld) supports shared libraries... yes -checking dynamic linker characteristics... GNU/Linux ld.so +checking dynamic linker characteristics... gnu0.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes -@@ -1703,9 +1682,9 @@ +@@ -1699,9 +1678,9 @@ checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes @@ -167,7 +167,7 @@ checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no -@@ -1999,7 +1978,7 @@ +@@ -1995,7 +1974,7 @@ checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for nl_langinfo and CODESET... yes @@ -176,7 +176,7 @@ checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for a traditional japanese locale... ja_JP -@@ -2143,6 +2122,8 @@ +@@ -2139,6 +2118,8 @@ checking for [ARCH]-ar... ar checking for [ARCH]-dlltool... dlltool checking for [ARCH]-windres... windres @@ -185,16 +185,7 @@ checking for main in -lm... yes checking for wctype... yes checking for library containing gethostbyname... none required -@@ -2159,7 +2140,7 @@ - checking size of unsigned long long... 8 - checking size of unsigned long... 4 - checking size of unsigned __int128... 0 --checking for library containing dlopen... none required -+checking for library containing dlopen... -ldl - checking whether to use expat... auto - checking for ld used by GCC... ld - checking if the linker (ld) is GNU ld... yes -@@ -2193,9 +2174,9 @@ +@@ -2189,9 +2170,9 @@ checking proc_service.h usability... no checking proc_service.h presence... no checking for proc_service.h... no @@ -207,7 +198,7 @@ checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes -@@ -2233,12 +2214,12 @@ +@@ -2229,12 +2210,12 @@ checking ptrace.h usability... no checking ptrace.h presence... no checking for ptrace.h... no @@ -226,7 +217,7 @@ checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes -@@ -2255,9 +2236,9 @@ +@@ -2251,9 +2232,9 @@ checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes @@ -239,7 +230,7 @@ checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes -@@ -2274,12 +2255,12 @@ +@@ -2270,12 +2251,12 @@ checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes @@ -256,7 +247,7 @@ checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes -@@ -2360,7 +2341,7 @@ +@@ -2356,7 +2337,7 @@ checking for waitpid... yes checking for lstat... yes checking for fdwalk... no @@ -265,7 +256,7 @@ checking for nl_langinfo and CODESET... yes checking whether ptrace is declared... yes checking return type of ptrace... long -@@ -2376,19 +2357,19 @@ +@@ -2372,19 +2353,19 @@ checking for struct user_regs_struct.fs_base... no checking for struct user_regs_struct.gs_base... no checking for PTRACE_GETREGS... yes @@ -291,7 +282,7 @@ checking for prsysent_t in sys/procfs.h... no checking for pr_sigset_t in sys/procfs.h... no checking for pr_sigaction64_t in sys/procfs.h... no -@@ -2406,11 +2387,8 @@ +@@ -2402,11 +2383,8 @@ checking for long double support in printf... yes checking for long double support in scanf... yes checking for the dynamic export flag... -Wl,--dynamic-list @@ -305,7 +296,7 @@ checking compiler warning flags... -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral checking for cygwin... no checking for ELF support in BFD... yes -@@ -2420,7 +2398,7 @@ +@@ -2416,7 +2394,7 @@ checking for liblzma... yes checking how to link with liblzma... -llzma checking for X... libraries , headers @@ -314,7 +305,7 @@ checking whether to use babeltrace... auto checking for libbabeltrace... no configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data. -@@ -2433,7 +2411,7 @@ +@@ -2429,7 +2407,7 @@ config.status: creating doc/Makefile config.status: creating data-directory/Makefile config.status: creating config.h @@ -323,24 +314,24 @@ config.status: executing depdir commands mkdir -p -- .deps config.status: executing default commands -@@ -2506,335 +2484,6 @@ +@@ -2502,335 +2480,6 @@ config.status: creating gdb.threads/Makefile config.status: creating gdb.trace/Makefile config.status: creating gdb.xml/Makefile -=== configuring in gdbserver ([...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver) --configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=[ARCH]' '--host=[ARCH]' '--target=[ARCH]' 'build_alias=[ARCH]' 'host_alias=[ARCH]' 'target_alias=[ARCH]' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gdbserver +-configure: running /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=[ARCH]' '--host=[ARCH]' '--target=[ARCH]' 'build_alias=[ARCH]' 'host_alias=[ARCH]' 'target_alias=[ARCH]' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../Ferry_Tagscherer/gdb/gdbserver -configure: loading cache .././config.cache -checking whether to enable maintainer-specific portions of Makefiles... no --checking for [ARCH]-gcc... (cached) gcc-4.7 +-checking for [ARCH]-gcc... (cached) gcc-4.8 -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... (cached) o -checking whether we are using the GNU C compiler... (cached) yes --checking whether gcc-4.7 accepts -g... (cached) yes --checking for gcc-4.7 option to accept ISO C89... (cached) none needed --checking how to run the C preprocessor... (cached) gcc-4.7 -E +-checking whether gcc-4.8 accepts -g... (cached) yes +-checking for gcc-4.8 option to accept ISO C89... (cached) none needed +-checking how to run the C preprocessor... (cached) gcc-4.8 -E -checking for grep that handles long lines and -e... (cached) /bin/grep -checking for egrep... (cached) /bin/grep -E -checking for ANSI C header files... (cached) yes @@ -367,25 +358,25 @@ -checking for library containing opendir... (cached) none required -checking for working alloca.h... (cached) yes -checking for alloca... (cached) yes --checking dependency style of gcc-4.7... (cached) gcc3 +-checking dependency style of gcc-4.8... (cached) gcc3 -checking for make... (cached) make -checking whether make sets $(MAKE)... (cached) yes -=== configuring in build-gnulib-gdbserver ([...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver) --configure: running /bin/dash ../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=[ARCH]' '--host=[ARCH]' '--target=[ARCH]' 'build_alias=[ARCH]' 'host_alias=[ARCH]' 'target_alias=[ARCH]' 'CC=gcc-4.7' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib +-configure: running /bin/dash ../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/configure --disable-option-checking '--prefix=[...]/tschwinge/Ferry_Tagscherer.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=[ARCH]' '--host=[ARCH]' '--target=[ARCH]' 'build_alias=[ARCH]' 'host_alias=[ARCH]' 'target_alias=[ARCH]' 'CC=gcc-4.8' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib -configure: creating cache .././config.cache -checking whether to enable maintainer-specific portions of Makefiles... no --checking for [ARCH]-gcc... gcc-4.7 +-checking for [ARCH]-gcc... gcc-4.8 -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.7 accepts -g... yes --checking for gcc-4.7 option to accept ISO C89... none needed +-checking whether gcc-4.8 accepts -g... yes +-checking for gcc-4.8 option to accept ISO C89... none needed -checking build system type... [ARCH] -checking host system type... [ARCH] --checking how to run the C preprocessor... gcc-4.7 -E +-checking how to run the C preprocessor... gcc-4.8 -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 @@ -403,10 +394,10 @@ -checking for minix/config.h... no -checking whether it is safe to define __EXTENSIONS__... yes -checking for Minix Amsterdam compiler... no --checking for [ARCH]-gcc... (cached) gcc-4.7 +-checking for [ARCH]-gcc... (cached) gcc-4.8 -checking whether we are using the GNU C compiler... (cached) yes --checking whether gcc-4.7 accepts -g... (cached) yes --checking for gcc-4.7 option to accept ISO C89... (cached) none needed +-checking whether gcc-4.8 accepts -g... (cached) yes +-checking for gcc-4.8 option to accept ISO C89... (cached) none needed -checking target system type... [ARCH] -checking for working alloca.h... yes -checking for alloca... yes @@ -564,7 +555,7 @@ -checking for gawk... gawk -checking whether make sets $(MAKE)... yes -checking for style of include used by make... GNU --checking dependency style of gcc-4.7... gcc3 +-checking dependency style of gcc-4.8... gcc3 -checking whether ln -s works... yes -checking for [ARCH]-ranlib... ranlib -checking for [ARCH]-ar... ar @@ -659,166 +650,320 @@ make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/sim' make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/sim' make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' -@@ -3210,31 +2859,137 @@ +@@ -3206,31 +2855,291 @@ make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib' make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib' make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' -+gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/notify.defs \ ++gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/notify.defs \ + | mig -cc cat - /dev/null -sheader notify_S.h -server notify_S.c -user /dev/null -header /dev/null -+gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/process_reply.defs \ ++gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/process_reply.defs \ + | mig -cc cat - /dev/null -sheader process_reply_S.h -server process_reply_S.raw -user /dev/null -header /dev/null \ + && gawk -f ../../Ferry_Tagscherer/gdb/reply_mig_hack.awk < process_reply_S.raw > process_reply_S.c -+gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/msg_reply.defs \ ++gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/msg_reply.defs \ + | mig -cc cat - /dev/null -sheader msg_reply_S.h -server msg_reply_S.raw -user /dev/null -header /dev/null \ + && gawk -f ../../Ferry_Tagscherer/gdb/reply_mig_hack.awk < msg_reply_S.raw > msg_reply_S.c -+gcc-4.7 -E -D'MSG_IMPORTS=waittime 1000;' -x c ../../Ferry_Tagscherer/gdb/msg.defs \ ++gcc-4.8 -E -D'MSG_IMPORTS=waittime 1000;' -x c ../../Ferry_Tagscherer/gdb/msg.defs \ + | mig -cc cat - /dev/null -sheader /dev/null -server /dev/null -user msg_U.c -header msg_U.h -+gcc-4.7 -E -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ ++gcc-4.8 -E -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ + | mig -cc cat - /dev/null -sheader /dev/null -server /dev/null -user exc_request_U.c -header exc_request_U.h -+gcc-4.7 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ ++gcc-4.8 -E -DSERVERPREFIX=S_ -x c ../../Ferry_Tagscherer/gdb/exc_request.defs \ + | mig -cc cat - /dev/null -sheader exc_request_S.h -server exc_request_S.c -user /dev/null -header /dev/null - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../Ferry_Tagscherer/gdb/gdb.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-tdep.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-tdep.o -MT i386-linux-tdep.o -MMD -MP -MF .deps/i386-linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-tdep.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../Ferry_Tagscherer/gdb/glibc-tdep.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../Ferry_Tagscherer/gdb/i387-tdep.c -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-tdep.o -MT i386gnu-tdep.o -MMD -MP -MF .deps/i386gnu-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-tdep.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../Ferry_Tagscherer/gdb/solib-svr4.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../Ferry_Tagscherer/gdb/symfile-mem.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-tdep.o -MT linux-tdep.o -MMD -MP -MF .deps/linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/linux-tdep.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../Ferry_Tagscherer/gdb/linux-record.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../Ferry_Tagscherer/gdb/ser-base.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../Ferry_Tagscherer/gdb/ser-unix.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../Ferry_Tagscherer/gdb/ser-pipe.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../Ferry_Tagscherer/gdb/ser-tcp.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../Ferry_Tagscherer/gdb/inf-ptrace.c -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-nat.o -MT i386gnu-nat.o -MMD -MP -MF .deps/i386gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-nat.c -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-nat.o -MT gnu-nat.o -MMD -MP -MF .deps/gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/gnu-nat.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../Ferry_Tagscherer/gdb/gdb.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-tdep.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-tdep.o -MT i386-linux-tdep.o -MMD -MP -MF .deps/i386-linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-tdep.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../Ferry_Tagscherer/gdb/glibc-tdep.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../Ferry_Tagscherer/gdb/i387-tdep.c ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-tdep.o -MT i386gnu-tdep.o -MMD -MP -MF .deps/i386gnu-tdep.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-tdep.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../Ferry_Tagscherer/gdb/solib-svr4.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../Ferry_Tagscherer/gdb/symfile-mem.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-tdep.o -MT linux-tdep.o -MMD -MP -MF .deps/linux-tdep.Tpo ../../Ferry_Tagscherer/gdb/linux-tdep.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../Ferry_Tagscherer/gdb/linux-record.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../Ferry_Tagscherer/gdb/ser-base.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../Ferry_Tagscherer/gdb/ser-unix.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../Ferry_Tagscherer/gdb/ser-pipe.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../Ferry_Tagscherer/gdb/ser-tcp.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../Ferry_Tagscherer/gdb/inf-ptrace.c ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-nat.o -MT i386gnu-nat.o -MMD -MP -MF .deps/i386gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-nat.c ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-nat.o -MT gnu-nat.o -MMD -MP -MF .deps/gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/gnu-nat.c ++In file included from ../../Ferry_Tagscherer/gdb/gnu-nat.c:67:0: +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'proc_set_exception_port': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:408:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] ++ do { struct proc *__proc = (_proc); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:408:3: note: in expansion of macro 'proc_debug' ++ proc_debug (proc, "setting exception port: %d", port); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'proc_steal_exc_port': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:448:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] -+../../Ferry_Tagscherer/gdb/gnu-nat.c:469:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] ++ do { struct proc *__proc = (_proc); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:448:7: note: in expansion of macro 'proc_debug' ++ proc_debug (proc, "inserting exception port: %d", exc_port); ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] ++ do { struct proc *__proc = (_proc); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:469:7: note: in expansion of macro 'proc_debug' ++ proc_debug (proc, "saved exception port: %d", proc->saved_exc_port); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'make_proc': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:582:7: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] -+../../Ferry_Tagscherer/gdb/gnu-nat.c:585:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.c:582:7: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat=] ++ port, safe_strerror (err)); ++ ^ ++In file included from ../../Ferry_Tagscherer/gdb/gnu-nat.c:67:0: ++../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat=] ++ do { struct proc *__proc = (_proc); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:585:7: note: in expansion of macro 'proc_debug' ++ proc_debug (proc, "notifications to: %d", inf->event_port); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: +../../Ferry_Tagscherer/gdb/gnu-nat.c:642:1: warning: no previous prototype for 'make_inf' [-Wmissing-prototypes] ++ make_inf (void) ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_set_pid': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:760:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'task_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'task_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:760:3: note: in expansion of macro 'inf_debug' ++ inf_debug (inf, "setting task: %d", task_port); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: +../../Ferry_Tagscherer/gdb/gnu-nat.c:878:1: warning: no previous prototype for 'inf_set_traced' [-Wmissing-prototypes] ++ inf_set_traced (struct inf *inf, int on) ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:979:1: warning: no previous prototype for 'inf_port_to_thread' [-Wmissing-prototypes] ++ inf_port_to_thread (struct inf *inf, mach_port_t port) ++ ^ ++In file included from ../../Ferry_Tagscherer/gdb/gnu-nat.c:67:0: +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_validate_procs': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1084:6: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.h:89:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat=] ++ do { struct proc *__proc = (_proc); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1084:6: note: in expansion of macro 'proc_debug' ++ proc_debug (thread, "new thread: %d", threads[i]); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_signal': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: note: in expansion of macro 'inf_debug' ++ inf_debug (inf, "passing through exception:" ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: note: in expansion of macro 'inf_debug' ++ inf_debug (inf, "passing through exception:" ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'S_exception_raise_request': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'task_t' [-Wformat] -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1704:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1710:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: note: in expansion of macro 'inf_debug' ++ inf_debug (waiting_inf, ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 8 has type 'task_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: note: in expansion of macro 'inf_debug' ++ inf_debug (waiting_inf, ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1704:8: note: in expansion of macro 'inf_debug' ++ inf_debug (waiting_inf, "Handler is thread exception port <%d>", ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1710:8: note: in expansion of macro 'inf_debug' ++ inf_debug (waiting_inf, "Handler is task exception port <%d>", ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: +../../Ferry_Tagscherer/gdb/gnu-nat.c:1747:1: warning: no previous prototype for 'inf_task_died_status' [-Wmissing-prototypes] ++ inf_task_died_status (struct inf *inf) ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'do_mach_notify_dead_name': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:1761:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.c:113:15: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat=] ++ do { struct inf *__inf = (_inf); \ ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:1761:3: note: in expansion of macro 'inf_debug' ++ inf_debug (waiting_inf, "port = %d", dead_port); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: +../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: warning: no previous prototype for 'gnu_read_inferior' [-Wmissing-prototypes] ++ gnu_read_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_read_inferior': +../../Ferry_Tagscherer/gdb/gnu-nat.c:2282:3: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] ++ err = vm_read (task, low_address, aligned_length, &copied, ©_count); ++ ^ +In file included from /usr/include/mach.h:37:0, + from ./nm.h:23, + from ../../Ferry_Tagscherer/gdb/defs.h:505, + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:23: +/usr/include/mach/mach_interface.h:843:15: note: expected 'mach_msg_type_number_t *' but argument is of type 'int *' ++ kern_return_t vm_read ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: +../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: warning: no previous prototype for 'gnu_write_inferior' [-Wmissing-prototypes] ++ gnu_write_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_write_inferior': +../../Ferry_Tagscherer/gdb/gnu-nat.c:2338:4: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] ++ ©_count); ++ ^ +In file included from /usr/include/mach.h:37:0, + from ./nm.h:23, + from ../../Ferry_Tagscherer/gdb/defs.h:505, + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:23: +/usr/include/mach/mach_interface.h:843:15: note: expected 'mach_msg_type_number_t *' but argument is of type 'int *' -+../../Ferry_Tagscherer/gdb/gnu-nat.c:2383:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] -+../../Ferry_Tagscherer/gdb/gnu-nat.c:2393:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] ++ kern_return_t vm_read ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:2383:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=] ++ old_address); ++ ^ ++../../Ferry_Tagscherer/gdb/gnu-nat.c:2393:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=] ++ old_address); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_xfer_memory': +../../Ferry_Tagscherer/gdb/gnu-nat.c:2495:2: warning: pointer targets in passing argument 3 of 'gnu_write_inferior' differ in signedness [-Wpointer-sign] ++ return gnu_write_inferior (task, memaddr, myaddr, len); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: note: expected 'char *' but argument is of type 'gdb_byte *' ++ gnu_write_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:2497:2: warning: pointer targets in passing argument 3 of 'gnu_read_inferior' differ in signedness [-Wpointer-sign] ++ return gnu_read_inferior (task, memaddr, myaddr, len); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: note: expected 'char *' but argument is of type 'gdb_byte *' ++ gnu_read_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length) ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'steal_exc_port': -+../../Ferry_Tagscherer/gdb/gnu-nat.c:2866:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] ++../../Ferry_Tagscherer/gdb/gnu-nat.c:2866:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat=] ++ name, safe_strerror (err)); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'set_exceptions_cmd': +../../Ferry_Tagscherer/gdb/gnu-nat.c:2981:15: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] ++ /* XXX */ ; ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'info_port_rights': +../../Ferry_Tagscherer/gdb/gnu-nat.c:3057:11: warning: passing argument 1 of 'parse_to_comma_and_eval' from incompatible pointer type [enabled by default] ++ struct value *val = parse_to_comma_and_eval (&args); ++ ^ +In file included from ../../Ferry_Tagscherer/gdb/breakpoint.h:23:0, + from ../../Ferry_Tagscherer/gdb/inferior.h:37, + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:55: +../../Ferry_Tagscherer/gdb/value.h:729:22: note: expected 'const char **' but argument is of type 'char **' ++ extern struct value *parse_to_comma_and_eval (const char **expp); ++ ^ +../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: +../../Ferry_Tagscherer/gdb/gnu-nat.c:3416:1: warning: no previous prototype for '_initialize_gnu_nat' [-Wmissing-prototypes] -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o core-regset.o -MT core-regset.o -MMD -MP -MF .deps/core-regset.Tpo ../../Ferry_Tagscherer/gdb/core-regset.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../Ferry_Tagscherer/gdb/fork-child.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-nat.o -MT i386-nat.o -MMD -MP -MF .deps/i386-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-nat.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-nat.o -MT i386-linux-nat.o -MMD -MP -MF .deps/i386-linux-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-nat.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../Ferry_Tagscherer/gdb/proc-service.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../Ferry_Tagscherer/gdb/linux-thread-db.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../Ferry_Tagscherer/gdb/linux-nat.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../Ferry_Tagscherer/gdb/common/linux-osdata.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-fork.o -MT linux-fork.o -MMD -MP -MF .deps/linux-fork.Tpo ../../Ferry_Tagscherer/gdb/linux-fork.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../Ferry_Tagscherer/gdb/common/linux-procfs.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-ptrace.c --gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-btrace.o -MT linux-btrace.o -MMD -MP -MF .deps/linux-btrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-btrace.c -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o notify_S.o -MT notify_S.o -MMD -MP -MF .deps/notify_S.Tpo notify_S.c ++ _initialize_gnu_nat (void) ++ ^ ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o core-regset.o -MT core-regset.o -MMD -MP -MF .deps/core-regset.Tpo ../../Ferry_Tagscherer/gdb/core-regset.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../Ferry_Tagscherer/gdb/fork-child.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-nat.o -MT i386-nat.o -MMD -MP -MF .deps/i386-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-nat.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386-linux-nat.o -MT i386-linux-nat.o -MMD -MP -MF .deps/i386-linux-nat.Tpo ../../Ferry_Tagscherer/gdb/i386-linux-nat.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../Ferry_Tagscherer/gdb/proc-service.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../Ferry_Tagscherer/gdb/linux-thread-db.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../Ferry_Tagscherer/gdb/linux-nat.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../Ferry_Tagscherer/gdb/common/linux-osdata.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-fork.o -MT linux-fork.o -MMD -MP -MF .deps/linux-fork.Tpo ../../Ferry_Tagscherer/gdb/linux-fork.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../Ferry_Tagscherer/gdb/common/linux-procfs.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-ptrace.c +-gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o linux-btrace.o -MT linux-btrace.o -MMD -MP -MF .deps/linux-btrace.Tpo ../../Ferry_Tagscherer/gdb/common/linux-btrace.c ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o notify_S.o -MT notify_S.o -MMD -MP -MF .deps/notify_S.Tpo notify_S.c +notify_S.c:305:24: warning: no previous prototype for 'notify_server' [-Wmissing-prototypes] ++ mig_external boolean_t notify_server ++ ^ +notify_S.c:341:28: warning: no previous prototype for 'notify_server_routine' [-Wmissing-prototypes] -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o process_reply_S.o -MT process_reply_S.o -MMD -MP -MF .deps/process_reply_S.Tpo process_reply_S.c ++ mig_external mig_routine_t notify_server_routine ++ ^ ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o process_reply_S.o -MT process_reply_S.o -MMD -MP -MF .deps/process_reply_S.Tpo process_reply_S.c +process_reply_S.c:343:24: warning: no previous prototype for 'process_reply_server' [-Wmissing-prototypes] ++ mig_external boolean_t process_reply_server ++ ^ +process_reply_S.c:379:28: warning: no previous prototype for 'process_reply_server_routine' [-Wmissing-prototypes] -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_reply_S.o -MT msg_reply_S.o -MMD -MP -MF .deps/msg_reply_S.Tpo msg_reply_S.c ++ mig_external mig_routine_t process_reply_server_routine ++ ^ ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_reply_S.o -MT msg_reply_S.o -MMD -MP -MF .deps/msg_reply_S.Tpo msg_reply_S.c +msg_reply_S.c:165:24: warning: no previous prototype for 'msg_reply_server' [-Wmissing-prototypes] ++ mig_external boolean_t msg_reply_server ++ ^ +msg_reply_S.c:201:28: warning: no previous prototype for 'msg_reply_server_routine' [-Wmissing-prototypes] -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_U.o -MT msg_U.o -MMD -MP -MF .deps/msg_U.Tpo msg_U.c ++ mig_external mig_routine_t msg_reply_server_routine ++ ^ ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o msg_U.o -MT msg_U.o -MMD -MP -MF .deps/msg_U.Tpo msg_U.c +msg_U.c: In function 'msg_del_auth': +msg_U.c:504:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *((int **)InP->uids) = uids; ++ ^ +msg_U.c:519:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *((int **)InP->gids) = gids; ++ ^ +msg_U.c: In function 'msg_get_init_ports': +msg_U.c:956:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *ports = *((mach_port_t **)OutP->ports); ++ ^ +msg_U.c: In function 'msg_set_init_ports': +msg_U.c:1049:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *((mach_port_t **)InP->ports) = ports; ++ ^ +msg_U.c: In function 'msg_get_init_ints': +msg_U.c:1480:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *values = *((int **)OutP->values); ++ ^ +msg_U.c: In function 'msg_set_init_ints': +msg_U.c:1572:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *((int **)InP->values) = values; ++ ^ +msg_U.c: In function 'msg_get_dtable': +msg_U.c:1738:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *dtable = *((mach_port_t **)OutP->dtable); ++ ^ +msg_U.c: In function 'msg_set_dtable': +msg_U.c:1831:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *((mach_port_t **)InP->dtable) = dtable; ++ ^ +msg_U.c: In function 'msg_get_environment': +msg_U.c:2252:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *value = *((char **)OutP->value); ++ ^ +msg_U.c: In function 'msg_set_environment': +msg_U.c:2344:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *((char **)InP->value) = value; ++ ^ +msg_U.c: In function 'msg_get_env_variable': +msg_U.c:2510:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *value = *((char **)OutP->value); ++ ^ +msg_U.c: In function 'msg_describe_ports': +msg_U.c:3017:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++ *((mach_port_t **)InP->names) = names; ++ ^ +msg_U.c:3082:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_U.o -MT exc_request_U.o -MMD -MP -MF .deps/exc_request_U.Tpo exc_request_U.c -+gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_S.o -MT exc_request_S.o -MMD -MP -MF .deps/exc_request_S.Tpo exc_request_S.c ++ *descriptions = *((char **)OutP->descriptions); ++ ^ ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_U.o -MT exc_request_U.o -MMD -MP -MF .deps/exc_request_U.Tpo exc_request_U.c ++gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o exc_request_S.o -MT exc_request_S.o -MMD -MP -MF .deps/exc_request_S.Tpo exc_request_S.c +exc_request_S.c:157:24: warning: no previous prototype for 'exc_server' [-Wmissing-prototypes] ++ mig_external boolean_t exc_server ++ ^ +exc_request_S.c:193:28: warning: no previous prototype for 'exc_server_routine' [-Wmissing-prototypes] - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../Ferry_Tagscherer/gdb/remote.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../Ferry_Tagscherer/gdb/dcache.c - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../Ferry_Tagscherer/gdb/tracepoint.c -@@ -3649,444 +3404,12 @@ - gcc-4.7 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c ++ mig_external mig_routine_t exc_server_routine ++ ^ + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../Ferry_Tagscherer/gdb/remote.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../Ferry_Tagscherer/gdb/dcache.c + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../Ferry_Tagscherer/gdb/tracepoint.c +@@ -3645,444 +3554,12 @@ + gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c rm -f gdb - gcc-4.7 -g -O2 -static-libstdc++ -static-libgcc \ + gcc-4.8 -g -O2 -static-libstdc++ -static-libgcc \ - -o gdb gdb.o i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o solib-svr4.o symfile-mem.o linux-tdep.o linux-record.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o inf-ptrace.o fork-child.o i386-nat.o i386-linux-nat.o proc-service.o linux-thread-db.o linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o linux-btrace.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-catch.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-cmd-info.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-arch.o py-auto-load.o py-block.o py-bpevent.o py-breakpoint.o py-cmd.o py-continueevent.o py-event.o py-evtregistry.o py-evts.o py-exitedevent.o py-finishbreakpoint.o py-frame.o py-framefilter.o py-function.o py-gdb-readline.o py-inferior.o py-infthread.o py-lazy-string.o py-newobjfileevent.o py-objfile.o py-param.o py-prettyprint.o py-progspace.o py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o py-threadevent.o py-type.o py-utils.o py-value.o elfread.o stap-probe.o posix-hdep.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auto-load.o auxv.o agent.o bfd-target.o blockframe.o breakpoint.o break-catch-sig.o break-catch-throw.o findvar.o regcache.o cleanups.o charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o filestuff.o inf-child.o interps.o minidebug.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o gdb_bfd.o gdb_obstack.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ada-varobj.o ui-out.o cli-out.o varobj.o vec.o go-lang.o go-valprint.o go-typeprint.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o xml-utils.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o record-full.o gcore.o gdb_vecs.o jit.o progspace.o skip.o probe.o common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o format.o registry.o btrace.o record-btrace.o inflow.o init.o \ -- ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses -lz -lm -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a -ldl -Wl,--dynamic-list=../../Ferry_Tagscherer/gdb/proc-service.list +- ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -ldl -lncurses -lz -lm -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a -ldl -Wl,--dynamic-list=../../Ferry_Tagscherer/gdb/proc-service.list + -o gdb gdb.o i386-tdep.o i387-tdep.o i386gnu-tdep.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o i386gnu-nat.o gnu-nat.o core-regset.o fork-child.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-catch.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-cmd-info.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-arch.o py-auto-load.o py-block.o py-bpevent.o py-breakpoint.o py-cmd.o py-continueevent.o py-event.o py-evtregistry.o py-evts.o py-exitedevent.o py-finishbreakpoint.o py-frame.o py-framefilter.o py-function.o py-gdb-readline.o py-inferior.o py-infthread.o py-lazy-string.o py-newobjfileevent.o py-objfile.o py-param.o py-prettyprint.o py-progspace.o py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o py-threadevent.o py-type.o py-utils.o py-value.o elfread.o stap-probe.o posix-hdep.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auto-load.o auxv.o agent.o bfd-target.o blockframe.o breakpoint.o break-catch-sig.o break-catch-throw.o findvar.o regcache.o cleanups.o charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o filestuff.o inf-child.o interps.o minidebug.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o gdb_bfd.o gdb_obstack.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ada-varobj.o ui-out.o cli-out.o varobj.o vec.o go-lang.o go-valprint.o go-typeprint.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o xml-utils.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o record-full.o gcore.o gdb_vecs.o jit.o progspace.o skip.o probe.o common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o format.o registry.o btrace.o record-btrace.o inflow.o init.o \ + ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -ldl -lncurses -lz -lm -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' @@ -1143,11 +1288,11 @@ -make all-recursive -make[9]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver/import' -make[10]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver/import' --gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/localcharset.c +-gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/localcharset.c -mv -f .deps/localcharset.Tpo .deps/localcharset.Po --gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/strnlen1.c +-gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/strnlen1.c -mv -f .deps/strnlen1.Tpo .deps/strnlen1.Po --gcc-4.7 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/wctype-h.c +-gcc-4.8 -DHAVE_CONFIG_H -I. -I../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -I.. -g -O2 -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o ../../../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import/wctype-h.c -mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po -rm -f libgnu.a -ar cru libgnu.a localcharset.o strnlen1.o wctype-h.o @@ -1167,80 +1312,80 @@ -make[7]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver' -make[6]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver' -make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver' --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/agent.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ax.o -MT ax.o -MMD -MP -MF .deps/ax.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o inferiors.o -MT inferiors.o -MMD -MP -MF .deps/inferiors.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/inferiors.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o remote-utils.o -MT remote-utils.o -MMD -MP -MF .deps/remote-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o server.o -MT server.o -MMD -MP -MF .deps/server.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/server.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/signals.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/target.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o agent.o -MT agent.o -MMD -MP -MF .deps/agent.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/agent.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ax.o -MT ax.o -MMD -MP -MF .deps/ax.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o inferiors.o -MT inferiors.o -MMD -MP -MF .deps/inferiors.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/inferiors.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o regcache.o -MT regcache.o -MMD -MP -MF .deps/regcache.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o remote-utils.o -MT remote-utils.o -MMD -MP -MF .deps/remote-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o server.o -MT server.o -MMD -MP -MF .deps/server.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/server.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o signals.o -MT signals.o -MMD -MP -MF .deps/signals.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/signals.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o target.o -MT target.o -MMD -MP -MF .deps/target.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/target.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c -rm -f version.c-tmp version.c -echo '#include "server.h"' >> version.c-tmp -echo 'const char version[] = "'"`sed q ../../../Ferry_Tagscherer/gdb/gdbserver/../version.in`"'";' >> version.c-tmp -echo 'const char host_name[] = "[ARCH]";' >> version.c-tmp -mv version.c-tmp version.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/vec.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/gdb_vecs.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/mem-break.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio.o -MT hostio.o -MMD -MP -MF .deps/hostio.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/event-loop.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/xml-utils.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/ptid.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/buffer.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/filestuff.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o dll.o -MT dll.o -MMD -MP -MF .deps/dll.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/dll.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o notif.o -MT notif.o -MMD -MP -MF .deps/notif.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/notif.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tdesc.o -MT tdesc.o -MMD -MP -MF .deps/tdesc.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o vec.o -MT vec.o -MMD -MP -MF .deps/vec.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/vec.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdb_vecs.o -MT gdb_vecs.o -MMD -MP -MF .deps/gdb_vecs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/gdb_vecs.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o mem-break.o -MT mem-break.o -MMD -MP -MF .deps/mem-break.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/mem-break.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio.o -MT hostio.o -MMD -MP -MF .deps/hostio.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o event-loop.o -MT event-loop.o -MMD -MP -MF .deps/event-loop.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/event-loop.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-utils.o -MT xml-utils.o -MMD -MP -MF .deps/xml-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/xml-utils.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o common-utils.o -MT common-utils.o -MMD -MP -MF .deps/common-utils.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o ptid.o -MT ptid.o -MMD -MP -MF .deps/ptid.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/ptid.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o buffer.o -MT buffer.o -MMD -MP -MF .deps/buffer.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/buffer.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o format.o -MT format.o -MMD -MP -MF .deps/format.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o filestuff.o -MT filestuff.o -MMD -MP -MF .deps/filestuff.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/filestuff.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o dll.o -MT dll.o -MMD -MP -MF .deps/dll.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/dll.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o notif.o -MT notif.o -MMD -MP -MF .deps/notif.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/notif.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o tdesc.o -MT tdesc.o -MMD -MP -MF .deps/tdesc.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c -rm -f xml-builtin.tmp -/bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../features/feature_to_c.sh xml-builtin.tmp ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/i386-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/i386-avx-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/i386-mmx-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-linux.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-core.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-sse.xml ../../../Ferry_Tagscherer/gdb/gdbserver/../features/i386/32bit-avx.xml -/bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../../move-if-change xml-builtin.tmp xml-builtin.c -echo stamp > stamp-xml --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o xml-builtin.o -MT xml-builtin.o -MMD -MP -MF .deps/xml-builtin.Tpo xml-builtin.c -/bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/regdat.sh ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/i386/i386-linux.dat i386-linux.c -i386-linux.c updated. --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-linux.o -MT i386-linux.o -MMD -MP -MF .deps/i386-linux.Tpo i386-linux.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-linux.o -MT i386-linux.o -MMD -MP -MF .deps/i386-linux.Tpo i386-linux.c -/bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/regdat.sh ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/i386/i386-avx-linux.dat i386-avx-linux.c -i386-avx-linux.c updated. --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-avx-linux.o -MT i386-avx-linux.o -MMD -MP -MF .deps/i386-avx-linux.Tpo i386-avx-linux.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-avx-linux.o -MT i386-avx-linux.o -MMD -MP -MF .deps/i386-avx-linux.Tpo i386-avx-linux.c -/bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/regdat.sh ../../../Ferry_Tagscherer/gdb/gdbserver/../regformats/i386/i386-mmx-linux.dat i386-mmx-linux.c -i386-mmx-linux.c updated. --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-mmx-linux.o -MT i386-mmx-linux.o -MMD -MP -MF .deps/i386-mmx-linux.Tpo i386-mmx-linux.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-low.o -MT linux-low.o -MMD -MP -MF .deps/linux-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-low.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-osdata.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-x86-low.o -MT linux-x86-low.o -MMD -MP -MF .deps/linux-x86-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-x86-low.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-low.o -MT i386-low.o -MMD -MP -MF .deps/i386-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i386-low.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i387-fp.o -MT i387-fp.o -MMD -MP -MF .deps/i387-fp.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i387-fp.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-procfs.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-ptrace.c --gcc-4.7 -c -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-btrace.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio-errno.o -MT hostio-errno.o -MMD -MP -MF .deps/hostio-errno.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio-errno.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o thread-db.o -MT thread-db.o -MMD -MP -MF .deps/thread-db.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/thread-db.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-mmx-linux.o -MT i386-mmx-linux.o -MMD -MP -MF .deps/i386-mmx-linux.Tpo i386-mmx-linux.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-low.o -MT linux-low.o -MMD -MP -MF .deps/linux-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-low.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-osdata.o -MT linux-osdata.o -MMD -MP -MF .deps/linux-osdata.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-osdata.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-x86-low.o -MT linux-x86-low.o -MMD -MP -MF .deps/linux-x86-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-x86-low.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i386-low.o -MT i386-low.o -MMD -MP -MF .deps/i386-low.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i386-low.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o i387-fp.o -MT i387-fp.o -MMD -MP -MF .deps/i387-fp.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/i387-fp.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-procfs.o -MT linux-procfs.o -MMD -MP -MF .deps/linux-procfs.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-procfs.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o linux-ptrace.o -MT linux-ptrace.o -MMD -MP -MF .deps/linux-ptrace.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-ptrace.c +-gcc-4.8 -c -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER ../../../Ferry_Tagscherer/gdb/gdbserver/../common/linux-btrace.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o hostio-errno.o -MT hostio-errno.o -MMD -MP -MF .deps/hostio-errno.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/hostio-errno.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o thread-db.o -MT thread-db.o -MMD -MP -MF .deps/thread-db.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/thread-db.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.c -rm -f gdbserver --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbserver agent.o ax.o inferiors.o regcache.o remote-utils.o server.o signals.o target.o utils.o version.o vec.o gdb_vecs.o mem-break.o hostio.o event-loop.o tracepoint.o xml-utils.o common-utils.o ptid.o buffer.o format.o filestuff.o dll.o notif.o tdesc.o xml-builtin.o i386-linux.o i386-avx-linux.o i386-mmx-linux.o linux-low.o linux-osdata.o linux-x86-low.o i386-low.o i387-fp.o linux-procfs.o linux-ptrace.o linux-btrace.o hostio-errno.o thread-db.o proc-service.o \ +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbserver agent.o ax.o inferiors.o regcache.o remote-utils.o server.o signals.o target.o utils.o version.o vec.o gdb_vecs.o mem-break.o hostio.o event-loop.o tracepoint.o xml-utils.o common-utils.o ptid.o buffer.o format.o filestuff.o dll.o notif.o tdesc.o xml-builtin.o i386-linux.o i386-avx-linux.o i386-mmx-linux.o linux-low.o linux-osdata.o linux-x86-low.o i386-low.o i387-fp.o linux-procfs.o linux-ptrace.o linux-btrace.o hostio-errno.o thread-db.o proc-service.o \ - build-gnulib-gdbserver/import/libgnu.a -ldl --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdbreplay.o -MT gdbreplay.o -MMD -MP -MF .deps/gdbreplay.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/gdbreplay.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -c -o gdbreplay.o -MT gdbreplay.o -MMD -MP -MF .deps/gdbreplay.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/gdbreplay.c -rm -f gdbreplay --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbreplay gdbreplay.o version.o \ +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o gdbreplay gdbreplay.o version.o \ - --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o ax-ipa.o -MT ax-ipa.o -MMD -MP -MF .deps/ax-ipa.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tracepoint-ipa.o -MT tracepoint-ipa.o -MMD -MP -MF .deps/tracepoint-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o format-ipa.o -MT format-ipa.o -MMD -MP -MF .deps/format-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o utils-ipa.o -MT utils-ipa.o -MMD -MP -MF .deps/utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o regcache-ipa.o -MT regcache-ipa.o -MMD -MP -MF .deps/regcache-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o remote-utils-ipa.o -MT remote-utils-ipa.o -MMD -MP -MF .deps/remote-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o common-utils-ipa.o -MT common-utils-ipa.o -MMD -MP -MF .deps/common-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tdesc-ipa.o -MT tdesc-ipa.o -MMD -MP -MF .deps/tdesc-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o i386-linux-ipa.o -MT i386-linux-ipa.o -MMD -MP -MF .deps/i386-linux-ipa.Tpo i386-linux.c --gcc-4.7 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o linux-i386-ipa.o -MT linux-i386-ipa.o -MMD -MP -MF .deps/linux-i386-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-i386-ipa.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o ax-ipa.o -MT ax-ipa.o -MMD -MP -MF .deps/ax-ipa.Tpo `echo " -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body " | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"` ../../../Ferry_Tagscherer/gdb/gdbserver/ax.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tracepoint-ipa.o -MT tracepoint-ipa.o -MMD -MP -MF .deps/tracepoint-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tracepoint.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o format-ipa.o -MT format-ipa.o -MMD -MP -MF .deps/format-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/format.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o utils-ipa.o -MT utils-ipa.o -MMD -MP -MF .deps/utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/utils.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o regcache-ipa.o -MT regcache-ipa.o -MMD -MP -MF .deps/regcache-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/regcache.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o remote-utils-ipa.o -MT remote-utils-ipa.o -MMD -MP -MF .deps/remote-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/remote-utils.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o common-utils-ipa.o -MT common-utils-ipa.o -MMD -MP -MF .deps/common-utils-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/../common/common-utils.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o tdesc-ipa.o -MT tdesc-ipa.o -MMD -MP -MF .deps/tdesc-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/tdesc.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o i386-linux-ipa.o -MT i386-linux-ipa.o -MMD -MP -MF .deps/i386-linux-ipa.Tpo i386-linux.c +-gcc-4.8 -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER -DCONFIG_UST_GDB_INTEGRATION -fPIC -DIN_PROCESS_AGENT -fvisibility=hidden -c -o linux-i386-ipa.o -MT linux-i386-ipa.o -MMD -MP -MF .deps/linux-i386-ipa.Tpo ../../../Ferry_Tagscherer/gdb/gdbserver/linux-i386-ipa.c -rm -f libinproctrace.so --gcc-4.7 -shared -fPIC -Wl,--no-undefined -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER \ +-gcc-4.8 -shared -fPIC -Wl,--no-undefined -g -O2 -I. -I../../../Ferry_Tagscherer/gdb/gdbserver -I../../../Ferry_Tagscherer/gdb/gdbserver/../common -I../../../Ferry_Tagscherer/gdb/gdbserver/../regformats -I../../../Ferry_Tagscherer/gdb/gdbserver/../../include -I../../../Ferry_Tagscherer/gdb/gdbserver/../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -DGDBSERVER \ - -static-libstdc++ -static-libgcc -Wl,--dynamic-list=../../../Ferry_Tagscherer/gdb/gdbserver/proc-service.list -o libinproctrace.so ax-ipa.o tracepoint-ipa.o format-ipa.o utils-ipa.o regcache-ipa.o remote-utils-ipa.o common-utils-ipa.o tdesc-ipa.o i386-linux-ipa.o linux-i386-ipa.o -ldl -pthread -make[5]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver' -make[6]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver' diff --git a/gdb/log_install.diff b/gdb/log_install.diff index 735b2b28..b679a0ef 100644 --- a/gdb/log_install.diff +++ b/gdb/log_install.diff @@ -1,5 +1,5 @@ ---- toolchain/logs/gdb/kepler.SCHWINGE/log_install_ 2013-06-13 22:14:41.890019380 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/log_install_ 2013-06-13 22:14:41.902019381 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/log_install_ 2013-06-14 15:11:32.501796411 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/log_install_ 2013-06-14 15:11:32.501796411 +0200 @@ -70,7 +70,6 @@ libtool: install: /usr/bin/install -c .libs/libbfd.a [...]/tschwinge/Ferry_Tagscherer.build.install/lib/libbfd.a libtool: install: chmod 644 [...]/tschwinge/Ferry_Tagscherer.build.install/lib/libbfd.a diff --git a/gdb/log_test.diff b/gdb/log_test.diff index 248726df..1b93269c 100644 --- a/gdb/log_test.diff +++ b/gdb/log_test.diff @@ -1,5 +1,5 @@ ---- toolchain/logs/gdb/kepler.SCHWINGE/log_test_ 2013-06-13 22:15:14.242021383 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/log_test_ 2013-06-13 22:15:14.258021384 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/log_test_ 2013-06-14 15:12:38.973800526 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/log_test_ 2013-06-14 15:12:38.977800526 +0200 @@ -11,7 +11,6 @@ make[4]: Nothing to be done for `check'. make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/po' @@ -12,8 +12,8 @@ Nothing to be done for all... Making a new config file... rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/a2-run.exp gdb.base/advance.exp gdb.base/alias.exp gdb.base/all-bin.exp gdb.base/annota1.exp gdb.base/annota3.exp gdb.base/anon.exp gdb.base/args.exp gdb.base/arithmet.exp gdb.base/arrayidx.exp gdb.base/assign.exp gdb.base/async-shell.exp gdb.base/async.exp gdb.base/attach-pie-misread.exp gdb.base/attach-pie-noexec.exp gdb.base/attach-twice.exp gdb.base/attach.exp gdb.base/auxv.exp gdb.base/bang.exp gdb.base/bfp-test.exp gdb.base/bigcore.exp gdb.base/bitfields.exp gdb.base/bitfields2.exp gdb.base/bitops.exp gdb.base/break-always.exp gdb.base/break-caller-line.exp gdb.base/break-entry.exp gdb.base/break-inline.exp gdb.base/break-interp.exp gdb.base/break-on-linker-gcd-function.exp gdb.base/break-probes.exp gdb.base/break.exp gdb.base/breakpoint-shadow.exp gdb.base/call-ar-st.exp gdb.base/call-rt-st.exp gdb.base/call-sc.exp gdb.base/call-signal-resume.exp gdb.base/call-strs.exp gdb.base/callexit.exp gdb.base/callfuncs.exp gdb.base/catch-load.exp gdb.base/catch-signal-fork.exp gdb.base/catch-signal.exp gdb.base/catch-syscall.exp gdb.base/charset.exp gdb.base/checkpoint.exp gdb.base/chng-syms.exp gdb.base/code-expr.exp gdb.base/code_elim.exp gdb.base/commands.exp gdb.base/completion.exp gdb.base/complex.exp gdb.base/comprdebug.exp gdb.base/cond-eval-mode.exp gdb.base/cond-expr.exp gdb.base/condbreak.exp gdb.base/consecutive.exp gdb.base/constvars.exp gdb.base/corefile.exp gdb.base/ctxobj.exp gdb.base/cursal.exp gdb.base/cvexpr.exp gdb.base/dbx.exp gdb.base/debug-expr.exp gdb.base/default.exp gdb.base/define.exp gdb.base/del.exp gdb.base/detach.exp gdb.base/dfp-exprs.exp gdb.base/dfp-test.exp gdb.base/disabled-location.exp gdb.base/disasm-end-cu.exp gdb.base/disp-step-syscall.exp gdb.base/display.exp gdb.base/dmsym.exp gdb.base/dprintf-pending.exp gdb.base/dprintf.exp gdb.base/dump.exp gdb.base/dup-sect.exp gdb.base/duplicate-bp.exp gdb.base/echo.exp gdb.base/empty_exe.exp gdb.base/ena-dis-br.exp gdb.base/ending-run.exp gdb.base/enum_cond.exp gdb.base/enumval.exp gdb.base/environ.exp gdb.base/eu-strip-infcall.exp gdb.base/eval-skip.exp gdb.base/eval.exp gdb.base/exe-lock.exp gdb.base/expand-psymtabs.exp gdb.base/exprs.exp gdb.base/fileio.exp gdb.base/filesym.exp gdb.base/find-unmapped.exp gdb.base/find.exp gdb.base/finish.exp gdb.base/fixsection.exp gdb.base/float.exp gdb.base/foll-exec.exp gdb.base/foll-fork.exp gdb.base/foll-vfork.exp gdb.base/fortran-sym-case.exp gdb.base/frame-args.exp gdb.base/freebpcmd.exp gdb.base/fullname.exp gdb.base/fullpath-expand.exp gdb.base/funcargs.exp gdb.base/gcore-buffer-overflow.exp gdb.base/gcore-relro.exp gdb.base/gcore.exp gdb.base/gdb1056.exp gdb.base/gdb1090.exp gdb.base/gdb11530.exp gdb.base/gdb11531.exp gdb.base/gdb1250.exp gdb.base/gdb1555.exp gdb.base/gdb1821.exp gdb.base/gdbindex-stabs.exp gdb.base/gdbvars.exp gdb.base/gnu-debugdata.exp gdb.base/gnu-ifunc.exp gdb.base/gnu_vector.exp gdb.base/hashline1.exp gdb.base/hashline2.exp gdb.base/hashline3.exp gdb.base/hbreak.exp gdb.base/hbreak2.exp gdb.base/help.exp gdb.base/hook-stop-continue.exp gdb.base/hook-stop-frame.exp gdb.base/huge.exp gdb.base/ifelse.exp gdb.base/included.exp gdb.base/inferior-died.exp gdb.base/infnan.exp gdb.base/info-fun.exp gdb.base/info-macros.exp gdb.base/info-os.exp gdb.base/info-proc.exp gdb.base/info-shared.exp gdb.base/info-target.exp gdb.base/infoline.exp gdb.base/interact.exp gdb.base/interp.exp gdb.base/interrupt.exp gdb.base/jit-simple.exp gdb.base/jit-so.exp gdb.base/jit.exp gdb.base/jump.exp gdb.base/kill-after-signal.exp gdb.base/label.exp gdb.base/langs.exp gdb.base/ldbl_e308.exp gdb.base/lineinc.exp gdb.base/linespecs.exp gdb.base/list.exp gdb.base/logical.exp gdb.base/long_long.exp gdb.base/longest-types.exp gdb.base/longjmp.exp gdb.base/macscp.exp gdb.base/maint.exp gdb.base/memattr.exp gdb.base/mips_pro.exp gdb.base/miscexprs.exp gdb.base/morestack.exp gdb.base/moribund-step.exp gdb.base/multi-forks.exp --outdir gdb.base1 --Test Run By thomas on Thu Jun 13 20:50:00 2013 -+Test Run By thomas on Thu Jun 13 21:09:15 2013 +-Test Run By thomas on Fri Jun 14 13:25:03 2013 ++Test Run By thomas on Fri Jun 14 11:42:00 2013 Native configuration is [ARCH] === gdb tests === @@ -38,7 +38,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/empty_exe.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bitfields2.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/moribund-step.exp ... -@@ -120,13 +121,20 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -120,13 +121,19 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/advance.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/define.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/callfuncs.exp ... @@ -49,7 +49,6 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/interrupt.exp ... +FAIL: gdb.base/interrupt.exp: call function when asleep (wrong output) +FAIL: gdb.base/interrupt.exp: call function a second time -+FAIL: gdb.base/interrupt.exp: continue +FAIL: gdb.base/interrupt.exp: Send Control-C, second time +FAIL: gdb.base/interrupt.exp: send end of file Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fullpath-expand.exp ... @@ -59,7 +58,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/hashline2.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/async.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/callexit.exp ... -@@ -135,6 +143,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -135,6 +142,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/find-unmapped.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/inferior-died.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/corefile.exp ... @@ -67,7 +66,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/duplicate-bp.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/debug-expr.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/hook-stop-frame.exp ... -@@ -161,12 +170,22 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -161,12 +169,22 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/disasm-end-cu.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/annota1.exp ... FAIL: gdb.base/annota1.exp: run until main breakpoint (timeout) @@ -90,7 +89,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break-entry.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break-interp.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/args.exp ... -@@ -177,6 +196,18 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -177,6 +195,18 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/ifelse.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb11531.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/catch-load.exp ... @@ -109,7 +108,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1056.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bitops.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/memattr.exp ... -@@ -205,6 +236,8 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -205,6 +235,8 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/hashline1.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/default.exp ... FAIL: gdb.base/default.exp: cd @@ -118,7 +117,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/assign.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/call-strs.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dump.exp ... -@@ -214,6 +247,29 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -214,6 +246,29 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dfp-test.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gcore-buffer-overflow.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fileio.exp ... @@ -148,7 +147,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/enumval.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/enum_cond.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/huge.exp ... -@@ -226,12 +282,18 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -226,13 +281,18 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1555.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/del.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/attach.exp ... @@ -166,10 +165,11 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/longjmp.exp ... -FAIL: gdb.base/longjmp.exp: next over longjmp(1) -FAIL: gdb.base/longjmp.exp: next over call_longjmp (2) +-FAIL: gdb.base/longjmp.exp: next over patt3 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/code-expr.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/included.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gnu-debugdata.exp ... -@@ -255,6 +317,28 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -256,6 +316,28 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bfp-test.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break-probes.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/jit-so.exp ... @@ -198,18 +198,18 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bitfields.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/macscp.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb11530.exp ... -@@ -262,17 +346,17 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -263,17 +345,17 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === --# of expected passes 6075 --# of unexpected failures 6 +-# of expected passes 6074 +-# of unexpected failures 7 -# of expected failures 25 -# of known failures 21 -# of untested testcases 2 -# of unsupported tests 2 -+# of expected passes 4553 -+# of unexpected failures 90 ++# of expected passes 4701 ++# of unexpected failures 89 +# of expected failures 5 +# of known failures 20 +# of untested testcases 3 @@ -218,12 +218,12 @@ make[4]: *** [check-gdb.base1] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/nextoverexit.exp gdb.base/nodebug.exp gdb.base/nofield.exp gdb.base/nostdlib.exp gdb.base/opaque.exp gdb.base/overlays.exp gdb.base/page.exp gdb.base/pc-fp.exp gdb.base/pending.exp gdb.base/permissions.exp gdb.base/pie-execl.exp gdb.base/pointers.exp gdb.base/pr10179.exp gdb.base/pr11022.exp gdb.base/prelink.exp gdb.base/print-file-var.exp gdb.base/printcmds.exp gdb.base/prologue-include.exp gdb.base/prologue.exp gdb.base/psymtab.exp gdb.base/ptr-typedef.exp gdb.base/ptype.exp gdb.base/radix.exp gdb.base/randomize.exp gdb.base/range-stepping.exp gdb.base/readline-ask.exp gdb.base/readline.exp gdb.base/realname-expand.exp gdb.base/recpar.exp gdb.base/recurse.exp gdb.base/relational.exp gdb.base/relativedebug.exp gdb.base/relocate.exp gdb.base/remote.exp gdb.base/remotetimeout.exp gdb.base/reread.exp gdb.base/restore.exp gdb.base/return-nodebug.exp gdb.base/return.exp gdb.base/return2.exp gdb.base/save-bp.exp gdb.base/savedregs.exp gdb.base/scope.exp gdb.base/sect-cmd.exp gdb.base/sep.exp gdb.base/sepdebug.exp gdb.base/sepsymtab.exp gdb.base/set-lang-auto.exp gdb.base/set-noassign.exp gdb.base/setshow.exp gdb.base/setvar.exp gdb.base/shell.exp gdb.base/shlib-call.exp gdb.base/shreloc.exp gdb.base/sigall.exp gdb.base/sigaltstack.exp gdb.base/sigbpt.exp gdb.base/sigchld.exp gdb.base/siginfo-addr.exp gdb.base/siginfo-infcall.exp gdb.base/siginfo-obj.exp gdb.base/siginfo-thread.exp gdb.base/siginfo.exp gdb.base/signals.exp gdb.base/signest.exp gdb.base/signull.exp gdb.base/sigrepeat.exp gdb.base/sigstep.exp gdb.base/sizeof.exp gdb.base/skip-solib.exp gdb.base/skip.exp gdb.base/so-impl-ld.exp gdb.base/so-indr-cl.exp gdb.base/solib-corrupted.exp gdb.base/solib-disc.exp gdb.base/solib-display.exp gdb.base/solib-nodir.exp gdb.base/solib-overlap.exp gdb.base/solib-search.exp gdb.base/solib-symbol.exp gdb.base/solib-weak.exp gdb.base/solib.exp gdb.base/source.exp gdb.base/stack-checking.exp gdb.base/stale-infcall.exp gdb.base/stap-probe.exp gdb.base/start.exp gdb.base/step-break.exp gdb.base/step-bt.exp gdb.base/step-line.exp gdb.base/step-resume-infcall.exp gdb.base/step-symless.exp gdb.base/step-test.exp gdb.base/store.exp gdb.base/structs.exp gdb.base/structs2.exp gdb.base/structs3.exp gdb.base/subst.exp gdb.base/symbol-without-target_section.exp gdb.base/term.exp gdb.base/testenv.exp gdb.base/trace-commands.exp gdb.base/tui-layout.exp gdb.base/twice.exp gdb.base/type-opaque.exp gdb.base/ui-redirect.exp gdb.base/unload.exp gdb.base/until.exp gdb.base/unwindonsignal.exp gdb.base/valgrind-db-attach.exp gdb.base/valgrind-infcall.exp gdb.base/value-double-free.exp gdb.base/varargs.exp gdb.base/volatile.exp gdb.base/watch-cond-infcall.exp gdb.base/watch-cond.exp gdb.base/watch-non-mem.exp gdb.base/watch-read.exp gdb.base/watch-vfork.exp gdb.base/watch_thread_num.exp gdb.base/watchpoint-cond-gone.exp gdb.base/watchpoint-delete.exp gdb.base/watchpoint-hw-hit-once.exp gdb.base/watchpoint-hw.exp gdb.base/watchpoint-solib.exp gdb.base/watchpoint.exp gdb.base/watchpoints.exp gdb.base/wchar.exp gdb.base/whatis-exp.exp gdb.base/whatis.exp --outdir gdb.base2 --Test Run By thomas on Thu Jun 13 20:54:28 2013 -+Test Run By thomas on Thu Jun 13 21:20:00 2013 +-Test Run By thomas on Fri Jun 14 13:29:26 2013 ++Test Run By thomas on Fri Jun 14 11:53:14 2013 Native configuration is [ARCH] === gdb tests === -@@ -286,10 +370,30 @@ Running target unix +@@ -287,10 +369,30 @@ Running target unix Using ../../../Ferry_Tagscherer/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watch-read.exp ... @@ -254,9 +254,9 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/randomize.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/return-nodebug.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/set-lang-auto.exp ... -@@ -299,6 +403,10 @@ Running ../../../Ferry_Tagscherer/gdb/te - Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/printcmds.exp ... - Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/restore.exp ... +@@ -330,6 +432,10 @@ Running ../../../Ferry_Tagscherer/gdb/te + FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 + FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/savedregs.exp ... +FAIL: gdb.base/savedregs.exp: Get thrower info frame +FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main (GDB internal error) @@ -265,7 +265,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/ui-redirect.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/tui-layout.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/signest.exp ... -@@ -314,14 +422,29 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -345,14 +451,29 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sepdebug.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/shreloc.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/pr11022.exp ... @@ -295,7 +295,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-nodir.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/valgrind-db-attach.exp ... -@@ -329,6 +452,10 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -387,6 +508,10 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/skip-solib.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/start.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-weak.exp ... @@ -306,7 +306,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/save-bp.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/term.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/step-resume-infcall.exp ... -@@ -340,13 +467,15 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -398,13 +523,15 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/return2.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/shlib-call.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watch-vfork.exp ... @@ -323,7 +323,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/setshow.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watch-cond-infcall.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/prologue-include.exp ... -@@ -361,7 +490,11 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -419,7 +546,11 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-overlap.exp ... sh: prelink: command not found Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/siginfo.exp ... @@ -335,7 +335,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watch-cond.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/structs.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/subst.exp ... -@@ -373,6 +506,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -431,6 +562,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/ptype.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/realname-expand.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/relativedebug.exp ... @@ -343,7 +343,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remotetimeout.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/until.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/pointers.exp ... -@@ -380,7 +514,12 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -438,7 +570,12 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/readline.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/wchar.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watchpoint-hw.exp ... @@ -356,7 +356,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/so-indr-cl.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/shell.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/psymtab.exp ... -@@ -389,6 +528,17 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -447,6 +584,17 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watchpoint-delete.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watch-non-mem.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/unload.exp ... @@ -374,7 +374,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/twice.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/permissions.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/nodebug.exp ... -@@ -402,36 +552,113 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -462,36 +610,113 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/whatis.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-disc.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sigbpt.exp ... @@ -474,14 +474,14 @@ === gdb Summary === --# of expected passes 4568 --# of unexpected failures 1 +-# of expected passes 4511 +-# of unexpected failures 58 -# of expected failures 3 -# of known failures 7 -# of untested testcases 5 -# of unsupported tests 1 -+# of expected passes 3924 -+# of unexpected failures 144 ++# of expected passes 3867 ++# of unexpected failures 201 +# of expected failures 2 +# of known failures 2 +# of untested testcases 7 @@ -490,12 +490,12 @@ make[4]: *** [check-gdb.base2] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.ada --outdir=gdb.ada --Test Run By thomas on Thu Jun 13 20:56:21 2013 -+Test Run By thomas on Thu Jun 13 21:32:33 2013 +-Test Run By thomas on Fri Jun 14 13:31:18 2013 ++Test Run By thomas on Fri Jun 14 12:06:11 2013 Native configuration is [ARCH] === gdb tests === -@@ -498,7 +725,12 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -558,7 +783,12 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/lang_switch.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mi_catch_ex.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mi_task_arg.exp ... @@ -508,7 +508,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mod_from_name.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/nested.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/null_array.exp ... -@@ -517,6 +749,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -577,6 +807,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ptype_field.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ptype_tagged_param.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/rdv_wait.exp ... @@ -516,7 +516,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/rec_return.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ref_param.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/ref_tick_size.exp ... -@@ -531,7 +764,19 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -591,7 +822,19 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tagged.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tagged_not_init.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/task_bp.exp ... @@ -536,7 +536,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tick_last_segv.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/type_coercion.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp ... -@@ -539,6 +784,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -599,6 +842,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/variant_record_packed_array.exp ... FAIL: gdb.ada/variant_record_packed_array.exp: print adress content Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/watch_arg.exp ... @@ -544,7 +544,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/whatis_array_val.exp ... FAIL: gdb.ada/whatis_array_val.exp: print full Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/widewide.exp ... -@@ -546,8 +792,8 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -606,8 +850,8 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === @@ -555,16 +555,16 @@ # of expected failures 1 # of known failures 1 # of unsupported tests 2 -@@ -555,7 +801,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -615,7 +859,7 @@ Running ../../../Ferry_Tagscherer/gdb/te make[4]: *** [check-gdb.ada] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.arch --outdir=gdb.arch --Test Run By thomas on Thu Jun 13 20:57:09 2013 -+Test Run By thomas on Thu Jun 13 21:37:19 2013 +-Test Run By thomas on Fri Jun 14 13:32:05 2013 ++Test Run By thomas on Fri Jun 14 12:11:54 2013 Native configuration is [ARCH] === gdb tests === -@@ -595,9 +841,26 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -655,9 +899,26 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-byte.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-cfi-notcurrent.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-disp-step.exp ... @@ -591,7 +591,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-permbkpt.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-prologue.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-signal.exp ... -@@ -605,6 +868,30 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -665,6 +926,30 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-size.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-sse-stack-align.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-sse.exp ... @@ -622,7 +622,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-unwind.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-word.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/ia64-breakpoint-shadow.exp ... -@@ -628,12 +915,14 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -688,12 +973,14 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === @@ -634,12 +634,12 @@ +make[4]: *** [check-gdb.arch] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.asm --outdir=gdb.asm --Test Run By thomas on Thu Jun 13 20:57:14 2013 -+Test Run By thomas on Thu Jun 13 21:37:55 2013 +-Test Run By thomas on Fri Jun 14 13:32:10 2013 ++Test Run By thomas on Fri Jun 14 12:12:33 2013 Native configuration is [ARCH] === gdb tests === -@@ -646,14 +935,41 @@ Running target unix +@@ -706,14 +993,41 @@ Running target unix Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ../../../Ferry_Tagscherer/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.asm/asm-source.exp ... @@ -678,30 +678,30 @@ +make[4]: *** [check-gdb.asm] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.btrace --outdir=gdb.btrace --Test Run By thomas on Thu Jun 13 20:57:15 2013 -+Test Run By thomas on Thu Jun 13 21:42:10 2013 +-Test Run By thomas on Fri Jun 14 13:32:11 2013 ++Test Run By thomas on Fri Jun 14 12:16:47 2013 Native configuration is [ARCH] === gdb tests === -@@ -674,7 +990,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -734,7 +1048,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cell --outdir=gdb.cell --Test Run By thomas on Thu Jun 13 20:57:15 2013 -+Test Run By thomas on Thu Jun 13 21:42:13 2013 +-Test Run By thomas on Fri Jun 14 13:32:11 2013 ++Test Run By thomas on Fri Jun 14 12:16:50 2013 Native configuration is [ARCH] === gdb tests === -@@ -710,7 +1026,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -770,7 +1084,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cp --outdir=gdb.cp --Test Run By thomas on Thu Jun 13 20:57:15 2013 -+Test Run By thomas on Thu Jun 13 21:42:15 2013 +-Test Run By thomas on Fri Jun 14 13:32:11 2013 ++Test Run By thomas on Fri Jun 14 12:16:52 2013 Native configuration is [ARCH] === gdb tests === -@@ -763,6 +1079,16 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -823,6 +1137,16 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/gdb2495.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/hang.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/infcall-dlopen.exp ... @@ -718,7 +718,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/inherit.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/koenig.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/local.exp ... -@@ -838,15 +1164,17 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -898,15 +1222,17 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === @@ -734,39 +734,39 @@ +make[4]: *** [check-gdb.cp] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.disasm --outdir=gdb.disasm --Test Run By thomas on Thu Jun 13 20:58:13 2013 -+Test Run By thomas on Thu Jun 13 21:49:45 2013 +-Test Run By thomas on Fri Jun 14 13:33:10 2013 ++Test Run By thomas on Fri Jun 14 12:24:37 2013 Native configuration is [ARCH] === gdb tests === -@@ -882,7 +1210,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -942,7 +1268,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.dwarf2 --outdir=gdb.dwarf2 --Test Run By thomas on Thu Jun 13 20:58:13 2013 -+Test Run By thomas on Thu Jun 13 21:49:47 2013 +-Test Run By thomas on Fri Jun 14 13:33:10 2013 ++Test Run By thomas on Fri Jun 14 12:24:39 2013 Native configuration is [ARCH] === gdb tests === -@@ -983,7 +1311,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1043,7 +1369,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.fortran --outdir=gdb.fortran --Test Run By thomas on Thu Jun 13 20:58:31 2013 -+Test Run By thomas on Thu Jun 13 21:51:59 2013 +-Test Run By thomas on Fri Jun 14 13:33:28 2013 ++Test Run By thomas on Fri Jun 14 12:27:16 2013 Native configuration is [ARCH] === gdb tests === -@@ -1018,7 +1346,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1078,7 +1404,7 @@ Running ../../../Ferry_Tagscherer/gdb/te make[4]: *** [check-gdb.fortran] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.gdb --outdir=gdb.gdb --Test Run By thomas on Thu Jun 13 20:58:36 2013 -+Test Run By thomas on Thu Jun 13 21:52:31 2013 +-Test Run By thomas on Fri Jun 14 13:33:33 2013 ++Test Run By thomas on Fri Jun 14 12:27:52 2013 Native configuration is [ARCH] === gdb tests === -@@ -1035,17 +1363,18 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1095,17 +1421,18 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/python-selftest.exp ... FAIL: gdb.gdb/python-selftest.exp: call catch_command_errors(execute_command, "python print 5", 0, RETURN_MASK_ALL) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/selftest.exp ... @@ -783,39 +783,39 @@ make[4]: *** [check-gdb.gdb] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.go --outdir=gdb.go --Test Run By thomas on Thu Jun 13 20:58:42 2013 -+Test Run By thomas on Thu Jun 13 21:53:46 2013 +-Test Run By thomas on Fri Jun 14 13:33:39 2013 ++Test Run By thomas on Fri Jun 14 12:29:09 2013 Native configuration is [ARCH] === gdb tests === -@@ -1086,7 +1415,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1146,7 +1473,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.java --outdir=gdb.java --Test Run By thomas on Thu Jun 13 20:58:42 2013 -+Test Run By thomas on Thu Jun 13 21:53:52 2013 +-Test Run By thomas on Fri Jun 14 13:33:39 2013 ++Test Run By thomas on Fri Jun 14 12:29:16 2013 Native configuration is [ARCH] === gdb tests === -@@ -1119,7 +1448,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1179,7 +1506,7 @@ Running ../../../Ferry_Tagscherer/gdb/te make[4]: *** [check-gdb.java] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.linespec --outdir=gdb.linespec --Test Run By thomas on Thu Jun 13 20:58:52 2013 -+Test Run By thomas on Thu Jun 13 21:54:41 2013 +-Test Run By thomas on Fri Jun 14 13:33:50 2013 ++Test Run By thomas on Fri Jun 14 12:30:06 2013 Native configuration is [ARCH] === gdb tests === -@@ -1145,7 +1474,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1205,7 +1532,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.mi --outdir=gdb.mi --Test Run By thomas on Thu Jun 13 20:58:55 2013 -+Test Run By thomas on Thu Jun 13 21:55:04 2013 +-Test Run By thomas on Fri Jun 14 13:33:53 2013 ++Test Run By thomas on Fri Jun 14 12:30:35 2013 Native configuration is [ARCH] === gdb tests === -@@ -1158,6 +1487,8 @@ Running target unix +@@ -1218,6 +1545,8 @@ Running target unix Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ../../../Ferry_Tagscherer/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.exp ... @@ -824,7 +824,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/gdb2549.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/gdb669.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/gdb680.exp ... -@@ -1167,9 +1498,28 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1227,9 +1556,28 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-basics.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-break.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp ... @@ -853,7 +853,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-console.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-disassemble.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-dprintf.exp ... -@@ -1183,6 +1533,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1243,6 +1591,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-logging.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-memory-changed.exp ... @@ -861,7 +861,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-nonstop.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-ns-stale-regcache.exp ... -@@ -1202,6 +1553,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1262,6 +1611,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-stepi.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-stepn.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-syn-frame.exp ... @@ -869,7 +869,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-until.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-var-block.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-var-child-f.exp ... -@@ -1219,19 +1571,22 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1279,19 +1629,22 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi2-prompt.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi2-var-child.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/pr11022.exp ... @@ -890,27 +890,31 @@ make[4]: *** [check-gdb.mi] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.modula2 --outdir=gdb.modula2 --Test Run By thomas on Thu Jun 13 20:59:43 2013 -+Test Run By thomas on Thu Jun 13 21:57:46 2013 +-Test Run By thomas on Fri Jun 14 13:34:41 2013 ++Test Run By thomas on Fri Jun 14 12:33:25 2013 Native configuration is [ARCH] === gdb tests === -@@ -1251,7 +1606,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1311,7 +1664,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.multi --outdir=gdb.multi --Test Run By thomas on Thu Jun 13 20:59:44 2013 -+Test Run By thomas on Thu Jun 13 21:57:49 2013 +-Test Run By thomas on Fri Jun 14 13:34:42 2013 ++Test Run By thomas on Fri Jun 14 12:33:29 2013 Native configuration is [ARCH] === gdb tests === -@@ -1266,16 +1621,31 @@ Running target unix +@@ -1326,16 +1679,35 @@ Running target unix Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/base.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.exp ... +gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.c:1:0: sorry, unimplemented: 64-bit mode not compiled in ++ /* This testcase is part of GDB, the GNU debugger. ++ ^ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch.exp ... +gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/hello.c:1:0: sorry, unimplemented: 64-bit mode not compiled in ++ /* This testcase is part of GDB, the GNU debugger. ++ ^ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/watchpoint-multi.exp ... +FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 2 +FAIL: gdb.multi/watchpoint-multi.exp: awatch c on inferior 2 @@ -933,48 +937,48 @@ +make[4]: *** [check-gdb.multi] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.objc --outdir=gdb.objc --Test Run By thomas on Thu Jun 13 20:59:46 2013 -+Test Run By thomas on Thu Jun 13 21:57:58 2013 +-Test Run By thomas on Fri Jun 14 13:34:44 2013 ++Test Run By thomas on Fri Jun 14 12:33:39 2013 Native configuration is [ARCH] === gdb tests === -@@ -1299,7 +1669,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1359,7 +1731,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opencl --outdir=gdb.opencl --Test Run By thomas on Thu Jun 13 20:59:49 2013 -+Test Run By thomas on Thu Jun 13 21:58:10 2013 +-Test Run By thomas on Fri Jun 14 13:34:46 2013 ++Test Run By thomas on Fri Jun 14 12:33:51 2013 Native configuration is [ARCH] === gdb tests === -@@ -1322,7 +1692,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1382,7 +1754,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opt --outdir=gdb.opt --Test Run By thomas on Thu Jun 13 20:59:49 2013 -+Test Run By thomas on Thu Jun 13 21:58:13 2013 +-Test Run By thomas on Fri Jun 14 13:34:46 2013 ++Test Run By thomas on Fri Jun 14 12:33:55 2013 Native configuration is [ARCH] === gdb tests === -@@ -1348,7 +1718,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1408,7 +1780,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.pascal --outdir=gdb.pascal --Test Run By thomas on Thu Jun 13 20:59:51 2013 -+Test Run By thomas on Thu Jun 13 21:58:29 2013 +-Test Run By thomas on Fri Jun 14 13:34:49 2013 ++Test Run By thomas on Fri Jun 14 12:34:12 2013 Native configuration is [ARCH] === gdb tests === -@@ -1376,7 +1746,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1436,7 +1808,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.python --outdir=gdb.python --Test Run By thomas on Thu Jun 13 20:59:51 2013 -+Test Run By thomas on Thu Jun 13 21:58:32 2013 +-Test Run By thomas on Fri Jun 14 13:34:49 2013 ++Test Run By thomas on Fri Jun 14 12:34:15 2013 Native configuration is [ARCH] === gdb tests === -@@ -1395,6 +1765,8 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1455,6 +1827,8 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-cmd.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-error.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-events.exp ... @@ -983,7 +987,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-evsignal.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-evthreads.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-explore-cc.exp ... -@@ -1407,8 +1779,14 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1467,8 +1841,14 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-framefilter.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-function.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-inferior.exp ... @@ -998,7 +1002,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-objfile-script.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-objfile.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-parameter.exp ... -@@ -1427,14 +1805,49 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1487,14 +1867,49 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-value-cc.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-value.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/python.exp ... @@ -1045,12 +1049,12 @@ +make[4]: *** [check-gdb.python] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.reverse --outdir=gdb.reverse --Test Run By thomas on Thu Jun 13 21:00:15 2013 -+Test Run By thomas on Thu Jun 13 22:01:17 2013 +-Test Run By thomas on Fri Jun 14 13:35:12 2013 ++Test Run By thomas on Fri Jun 14 12:37:22 2013 Native configuration is [ARCH] === gdb tests === -@@ -1476,12 +1889,10 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1536,12 +1951,10 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === @@ -1059,12 +1063,12 @@ [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.server --outdir=gdb.server --Test Run By thomas on Thu Jun 13 21:00:39 2013 -+Test Run By thomas on Thu Jun 13 22:01:20 2013 +-Test Run By thomas on Fri Jun 14 13:35:36 2013 ++Test Run By thomas on Fri Jun 14 12:37:25 2013 Native configuration is [ARCH] === gdb tests === -@@ -1505,11 +1916,10 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1565,11 +1978,10 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === @@ -1072,21 +1076,21 @@ [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.stabs --outdir=gdb.stabs --Test Run By thomas on Thu Jun 13 21:00:45 2013 -+Test Run By thomas on Thu Jun 13 22:01:21 2013 +-Test Run By thomas on Fri Jun 14 13:35:41 2013 ++Test Run By thomas on Fri Jun 14 12:37:27 2013 Native configuration is [ARCH] === gdb tests === -@@ -1532,7 +1942,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1592,7 +2004,7 @@ Running ../../../Ferry_Tagscherer/gdb/te [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.threads --outdir=gdb.threads --Test Run By thomas on Thu Jun 13 21:00:46 2013 -+Test Run By thomas on Thu Jun 13 22:01:35 2013 +-Test Run By thomas on Fri Jun 14 13:35:43 2013 ++Test Run By thomas on Fri Jun 14 12:37:40 2013 Native configuration is [ARCH] === gdb tests === -@@ -1547,66 +1957,263 @@ Running target unix +@@ -1607,66 +2019,263 @@ Running target unix Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/attach-into-signal.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/attach-stopped.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/bp_in_thread.exp ... @@ -1349,12 +1353,12 @@ +make[4]: *** [check-gdb.threads] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.trace --outdir=gdb.trace --Test Run By thomas on Thu Jun 13 21:02:17 2013 -+Test Run By thomas on Thu Jun 13 22:09:05 2013 +-Test Run By thomas on Fri Jun 14 13:37:14 2013 ++Test Run By thomas on Fri Jun 14 12:45:46 2013 Native configuration is [ARCH] === gdb tests === -@@ -1653,6 +2260,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1715,6 +2324,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/trace-mt.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tracecmd.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tspeed.exp ... @@ -1362,7 +1366,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tstatus.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tsv.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/unavailable.exp ... -@@ -1662,12 +2270,12 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -1724,12 +2334,12 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === # of expected passes 241 @@ -1373,8 +1377,8 @@ [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.xml --outdir=gdb.xml --Test Run By thomas on Thu Jun 13 21:02:29 2013 -+Test Run By thomas on Thu Jun 13 22:10:23 2013 +-Test Run By thomas on Fri Jun 14 13:37:25 2013 ++Test Run By thomas on Fri Jun 14 12:47:07 2013 Native configuration is [ARCH] === gdb tests === diff --git a/gdb/test.diff b/gdb/test.diff index fb427645..cda117bc 100644 --- a/gdb/test.diff +++ b/gdb/test.diff @@ -1,10 +1,10 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum 2013-06-13 22:14:45.614019611 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum 2013-06-13 22:15:13.818021357 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum 2013-06-14 15:11:36.069796632 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum 2013-06-14 15:12:38.633800504 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:56:21 2013 +-Test Run By thomas on Fri Jun 14 13:31:18 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:32:33 2013 ++Test Run By thomas on Fri Jun 14 12:06:11 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -104,12 +104,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g # of known failures 1 # of unsupported tests 2 diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum 2013-06-13 22:14:45.626019612 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum 2013-06-13 22:15:13.822021357 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum 2013-06-14 15:11:36.069796632 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum 2013-06-14 15:12:38.633800504 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:57:09 2013 +-Test Run By thomas on Fri Jun 14 13:32:05 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:37:19 2013 ++Test Run By thomas on Fri Jun 14 12:11:54 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -242,12 +242,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum 2013-06-13 22:14:45.626019612 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum 2013-06-13 22:15:13.830021358 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum 2013-06-14 15:11:36.069796632 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum 2013-06-14 15:12:38.645800506 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:57:14 2013 +-Test Run By thomas on Fri Jun 14 13:32:10 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:37:55 2013 ++Test Run By thomas on Fri Jun 14 12:12:33 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -315,12 +315,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum 2013-06-13 22:14:45.646019613 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum 2013-06-13 22:15:13.842021359 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum 2013-06-14 15:11:36.085796633 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum 2013-06-14 15:12:38.657800507 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:50:00 2013 +-Test Run By thomas on Fri Jun 14 13:25:03 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:09:15 2013 ++Test Run By thomas on Fri Jun 14 11:42:00 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -768,10 +768,9 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g PASS: gdb.base/interrupt.exp: send_gdb control C -PASS: gdb.base/interrupt.exp: call function when asleep -PASS: gdb.base/interrupt.exp: call function a second time --PASS: gdb.base/interrupt.exp: continue +FAIL: gdb.base/interrupt.exp: call function when asleep (wrong output) +FAIL: gdb.base/interrupt.exp: call function a second time -+FAIL: gdb.base/interrupt.exp: continue + PASS: gdb.base/interrupt.exp: continue PASS: gdb.base/interrupt.exp: echo data -PASS: gdb.base/interrupt.exp: Send Control-C, second time +FAIL: gdb.base/interrupt.exp: Send Control-C, second time @@ -1911,157 +1910,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/ending-run.exp ... PASS: gdb.base/ending-run.exp: bpt at line before routine PASS: gdb.base/ending-run.exp: b ending-run.c:14, one -@@ -4327,157 +3076,10 @@ Running ../../../Ferry_Tagscherer/gdb/te - PASS: gdb.base/ending-run.exp: don't step after run - PASS: gdb.base/ending-run.exp: ls: core (No core dumped on quit) - Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dfp-test.exp ... --PASS: gdb.base/dfp-test.exp: get integer valueof "sizeof (long)" (4) --PASS: gdb.base/dfp-test.exp: next after initializing d32 --PASS: gdb.base/dfp-test.exp: d32 is initialized to 1.2345 --PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d32 --PASS: gdb.base/dfp-test.exp: d32 is positive Infinity --PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d32 --PASS: gdb.base/dfp-test.exp: d32 is negative Infinity --PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d32 --PASS: gdb.base/dfp-test.exp: d32 is NaN --PASS: gdb.base/dfp-test.exp: p d32=123.45df --PASS: gdb.base/dfp-test.exp: p d32=12345.df --PASS: gdb.base/dfp-test.exp: p d32=12345.67df --PASS: gdb.base/dfp-test.exp: p d32=1234567.df --PASS: gdb.base/dfp-test.exp: p d32=1.234567E0df --PASS: gdb.base/dfp-test.exp: p d32=1.234567E10df --PASS: gdb.base/dfp-test.exp: p d32=1.234567E+96df --PASS: gdb.base/dfp-test.exp: p d32=9.999999E96df --PASS: gdb.base/dfp-test.exp: p d32=1.0E-95df --PASS: gdb.base/dfp-test.exp: p d32=1.E-101df --PASS: gdb.base/dfp-test.exp: p d32=0.000001E-95df --PASS: gdb.base/dfp-test.exp: 1.2345678 is rounded to 1.234568 --PASS: gdb.base/dfp-test.exp: 1.0E-101 is rounded to 1E-101 --PASS: gdb.base/dfp-test.exp: 1.234567E+97 is Infinity --PASS: gdb.base/dfp-test.exp: 12345. is a valid number --PASS: gdb.base/dfp-test.exp: 12345 is an invalid number --PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number --PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number --PASS: gdb.base/dfp-test.exp: next after initializing d64 --PASS: gdb.base/dfp-test.exp: d64 is initialized to 1.2345 --PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d64 --PASS: gdb.base/dfp-test.exp: d64 is positive Infinity --PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d64 --PASS: gdb.base/dfp-test.exp: d64 is negative Infinity --PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d64 --PASS: gdb.base/dfp-test.exp: d64 is NaN --PASS: gdb.base/dfp-test.exp: p d64=123.45dd --PASS: gdb.base/dfp-test.exp: p d64=12345.dd --PASS: gdb.base/dfp-test.exp: p d64=12345.67dd --PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456dd --PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E10dd --PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E100dd --PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E384dd --PASS: gdb.base/dfp-test.exp: p d64=9.999999999999999E384dd --PASS: gdb.base/dfp-test.exp: p d64=1.E-383dd --PASS: gdb.base/dfp-test.exp: p d64=1.E-398dd --PASS: gdb.base/dfp-test.exp: p d64=0.000000000000001E-383dd --PASS: gdb.base/dfp-test.exp: 1.2345678901234567 is rounded to 1.234567890123457 --PASS: gdb.base/dfp-test.exp: d64=9.9999999999999999E384 is Infinity --PASS: gdb.base/dfp-test.exp: d64=1.234567890123456E385 is Infinity --PASS: gdb.base/dfp-test.exp: 12345dd is an invalid number --PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number --PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number --PASS: gdb.base/dfp-test.exp: next after initializing d128 --PASS: gdb.base/dfp-test.exp: d128 is initialized to 1.2345 --PASS: gdb.base/dfp-test.exp: p d128=123.45dl --PASS: gdb.base/dfp-test.exp: p d128=12345.dl --PASS: gdb.base/dfp-test.exp: p d128=12345.67dl --PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456789012345678901234dl --PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E10dl --PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E100dl --PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E1000dl --PASS: gdb.base/dfp-test.exp: p d128=9.999999999999999999999999999999999E6144dl --PASS: gdb.base/dfp-test.exp: p d128=1.E-6143dl --PASS: gdb.base/dfp-test.exp: p d128=1.E-6176dl --PASS: gdb.base/dfp-test.exp: p d128=0.000000000000000000000000000000001E-6143dl --PASS: gdb.base/dfp-test.exp: 1.2345678901234567890123456789012345 is rounded to 1.234567890123456789012345678901234 --PASS: gdb.base/dfp-test.exp: d128=1.234567890123456E6145 is Infinity --PASS: gdb.base/dfp-test.exp: 12345dl is an invalid number --PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number --PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number --PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d128 --PASS: gdb.base/dfp-test.exp: d128 is positive Infinity --PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d128 --PASS: gdb.base/dfp-test.exp: d128 is negative Infinity --PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d128 --PASS: gdb.base/dfp-test.exp: d128 is NaN --PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_32 --PASS: gdb.base/dfp-test.exp: backtrace at arg0_32 --PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_64 --PASS: gdb.base/dfp-test.exp: backtrace at arg0_64 --PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_128 --PASS: gdb.base/dfp-test.exp: backtrace at arg0_128 --PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal32 arguments. --PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments. --PASS: gdb.base/dfp-test.exp: Correct _Decimal32 return value from called function. --PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal64 arguments. --PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments. --PASS: gdb.base/dfp-test.exp: Correct _Decimal64 return value from called function. --PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal128 arguments. --PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments. --PASS: gdb.base/dfp-test.exp: Correct _Decimal128 return value from called function. --PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments TEST. --PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments. --PASS: gdb.base/dfp-test.exp: Call function with many _Decimal32 arguments. --PASS: gdb.base/dfp-test.exp: Call function with many _Decimal64 arguments. --PASS: gdb.base/dfp-test.exp: Call function with many _Decimal128 arguments. --PASS: gdb.base/dfp-test.exp: Call function with many mixed decimal float arguments. --PASS: gdb.base/dfp-test.exp: continue to breakpoint: Setting a decimal struct --PASS: gdb.base/dfp-test.exp: print ds.dec32 --PASS: gdb.base/dfp-test.exp: print ds.dec64 --PASS: gdb.base/dfp-test.exp: print ds.dec128 --PASS: gdb.base/dfp-test.exp: print d32 + ds.dec32 --PASS: gdb.base/dfp-test.exp: print d64 + ds.dec64 --PASS: gdb.base/dfp-test.exp: print d128 + ds.dec128 --PASS: gdb.base/dfp-test.exp: ptype d64 + ds.dec32 --PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec32 --PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec64 --PASS: gdb.base/dfp-test.exp: p d32 + 1 --PASS: gdb.base/dfp-test.exp: p 2 + d64 --PASS: gdb.base/dfp-test.exp: p ds.int4 + d128 --PASS: gdb.base/dfp-test.exp: ptype d32 + 1 --PASS: gdb.base/dfp-test.exp: ptype ds.int4 + d128 --PASS: gdb.base/dfp-test.exp: p !d32 --PASS: gdb.base/dfp-test.exp: p !d64 --PASS: gdb.base/dfp-test.exp: p !d128 --PASS: gdb.base/dfp-test.exp: p +d32 --PASS: gdb.base/dfp-test.exp: p +d64 --PASS: gdb.base/dfp-test.exp: p +d128 --PASS: gdb.base/dfp-test.exp: p d64 == d128 --PASS: gdb.base/dfp-test.exp: p d128 == ds.dec32 --PASS: gdb.base/dfp-test.exp: p d128 == d32 --PASS: gdb.base/dfp-test.exp: p ds.dec32 == ds.dec64 --PASS: gdb.base/dfp-test.exp: p d32 < ds.dec32 --PASS: gdb.base/dfp-test.exp: p d64 < ds.dec64 --PASS: gdb.base/dfp-test.exp: p d128 < ds.dec128 --PASS: gdb.base/dfp-test.exp: p ds.dec32 < d32 --PASS: gdb.base/dfp-test.exp: p d64 > ds.dec64 --PASS: gdb.base/dfp-test.exp: p ds.dec128 > d128 --PASS: gdb.base/dfp-test.exp: p d32 < ds.int4 --PASS: gdb.base/dfp-test.exp: p ds.int4 > d32 --PASS: gdb.base/dfp-test.exp: p ds.dec32 < ds.int4 --PASS: gdb.base/dfp-test.exp: p ds.int4 > ds.dec64 --PASS: gdb.base/dfp-test.exp: p ds.dec128 > ds.int4 --PASS: gdb.base/dfp-test.exp: p d64 + ds.float4 --PASS: gdb.base/dfp-test.exp: p ds.double8 + d128 --PASS: gdb.base/dfp-test.exp: print ds.dec32=d32 --PASS: gdb.base/dfp-test.exp: print ds.dec64=d64 --PASS: gdb.base/dfp-test.exp: print ds.dec128=d128 --PASS: gdb.base/dfp-test.exp: print ds.dec32 = -d32 --PASS: gdb.base/dfp-test.exp: print ds.dec64 = -d64 --PASS: gdb.base/dfp-test.exp: print ds.dec128 = -d128 --PASS: gdb.base/dfp-test.exp: print ds.double8 = ds.dec64 --PASS: gdb.base/dfp-test.exp: print ds.dec64 = ds.float4 --PASS: gdb.base/dfp-test.exp: print ds.dec128 = -ds.double8 --PASS: gdb.base/dfp-test.exp: print ds.dec128 = ds.dec32 --PASS: gdb.base/dfp-test.exp: print ds.dec32 = ds.int4 --PASS: gdb.base/dfp-test.exp: print ds.int4 = 7.3dl +@@ -4477,7 +3226,7 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gcore-buffer-overflow.exp ... PASS: gdb.base/gcore-buffer-overflow.exp: help gcore PASS: gdb.base/gcore-buffer-overflow.exp: Set buffer exceeding arguments @@ -2070,7 +1919,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fileio.exp ... PASS: gdb.base/fileio.exp: set print sevenbit-strings PASS: gdb.base/fileio.exp: set print address off -@@ -4499,30 +3101,30 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4499,30 +3248,30 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/fileio.exp: Closing a file PASS: gdb.base/fileio.exp: Closing an invalid file descriptor returns EBADF PASS: gdb.base/fileio.exp: Stat a file @@ -2124,7 +1973,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/enumval.exp ... PASS: gdb.base/enumval.exp: print e PASS: gdb.base/enumval.exp: print f -@@ -4535,9 +3137,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4535,9 +3284,7 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/huge.exp: print a very large data object Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gcore-relro.exp ... PASS: gdb.base/gcore-relro.exp: help gcore @@ -2135,7 +1984,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/find.exp ... PASS: gdb.base/find.exp: breakpoint function in file PASS: gdb.base/find.exp: run until function breakpoint -@@ -4628,28 +3228,29 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4628,28 +3375,29 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/attach.exp ... PASS: gdb.base/attach.exp: attach to nonsense is prohibited PASS: gdb.base/attach.exp: attach to digits-starting nonsense is prohibited @@ -2173,7 +2022,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break.exp ... PASS: gdb.base/break.exp: Delete all breakpoints when none PASS: gdb.base/break.exp: breakpoint function -@@ -4783,12 +3384,16 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4783,15 +3531,19 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/longjmp.exp: breakpoint at miss_step_1 PASS: gdb.base/longjmp.exp: next over setjmp (1) PASS: gdb.base/longjmp.exp: next to longjmp (1) @@ -2191,8 +2040,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g +PASS: gdb.base/longjmp.exp: next into safety net (2) PASS: gdb.base/longjmp.exp: breakpoint at pattern 3 start PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 3 start - PASS: gdb.base/longjmp.exp: next over patt3 -@@ -5275,64 +3880,6 @@ Running ../../../Ferry_Tagscherer/gdb/te +-FAIL: gdb.base/longjmp.exp: next over patt3 ++PASS: gdb.base/longjmp.exp: next over patt3 + Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/code-expr.exp ... + PASS: gdb.base/code-expr.exp: set print sevenbit-strings + PASS: gdb.base/code-expr.exp: set print address off +@@ -5275,64 +4027,6 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/chng-syms.exp: continue until exit at breakpoint first time through PASS: gdb.base/chng-syms.exp: running with invalidated bpt condition after executable changes Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/foll-vfork.exp ... @@ -2257,7 +2110,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/cursal.exp ... PASS: gdb.base/cursal.exp: set listsize 1 PASS: gdb.base/cursal.exp: list before run -@@ -5910,25 +4457,31 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -5910,25 +4604,31 @@ Running ../../../Ferry_Tagscherer/gdb/te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/jit-so.exp ... PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here before-dlopen PASS: gdb.base/jit-so.exp: one_jit_test-1: set var jit_libname = "jit-main.so" @@ -2305,18 +2158,18 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bitfields.exp ... PASS: gdb.base/bitfields.exp: set print sevenbit-strings -@@ -6311,11 +4864,11 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -6311,11 +5011,11 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === --# of expected passes 6075 --# of unexpected failures 6 +-# of expected passes 6074 +-# of unexpected failures 7 -# of expected failures 25 -# of known failures 21 -# of untested testcases 2 -# of unsupported tests 2 -+# of expected passes 4553 -+# of unexpected failures 90 ++# of expected passes 4701 ++# of unexpected failures 89 +# of expected failures 5 +# of known failures 20 +# of untested testcases 3 @@ -2324,12 +2177,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum 2013-06-13 22:14:45.666019614 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum 2013-06-13 22:15:13.842021359 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum 2013-06-14 15:11:36.089796633 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum 2013-06-14 15:12:38.661800507 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:54:28 2013 +-Test Run By thomas on Fri Jun 14 13:29:26 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:20:00 2013 ++Test Run By thomas on Fri Jun 14 11:53:14 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -3192,7 +3045,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/twice.exp ... PASS: gdb.base/twice.exp: step Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/permissions.exp ... -@@ -4324,20 +3827,20 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4326,20 +3829,20 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/sigbpt.exp: stepi; pass SIGSEGV PASS: gdb.base/sigbpt.exp: stepi; continue to keeper PASS: gdb.base/sigbpt.exp: stepi; nopass SIGSEGV @@ -3216,7 +3069,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g PASS: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1 PASS: gdb.base/sigbpt.exp: rerun to main PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; pass SIGSEGV -@@ -4345,7 +3848,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4347,7 +3850,7 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; nopass SIGSEGV PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2 @@ -3225,7 +3078,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2 PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2 PASS: gdb.base/sigbpt.exp: rerun to main -@@ -4476,15 +3979,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4478,15 +3981,7 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/value-double-free.exp: help help Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-search.exp ... PASS: gdb.base/solib-search.exp: continue to break_here @@ -3242,7 +3095,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-display.exp ... PASS: gdb.base/solib-display.exp: NO: display a_global PASS: gdb.base/solib-display.exp: NO: display b_global -@@ -4526,7 +4021,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4528,7 +4023,7 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/solib-display.exp: SEP: continue Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sigrepeat.exp ... PASS: gdb.base/sigrepeat.exp: advance to infinite loop @@ -3251,7 +3104,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watch_thread_num.exp ... PASS: gdb.base/watch_thread_num.exp: successfully compiled posix threads test case PASS: gdb.base/watch_thread_num.exp: Watchpoint on invalid thread -@@ -4536,39 +4031,42 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4538,39 +4033,42 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/watch_thread_num.exp: Stopped in thread_function PASS: gdb.base/watch_thread_num.exp: Thread command PASS: gdb.base/watch_thread_num.exp: Disable breakpoint 2 @@ -3309,7 +3162,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/step-break.exp ... PASS: gdb.base/step-break.exp: breakpoint line number PASS: gdb.base/step-break.exp: run until breakpoint set at a line number -@@ -4584,12 +4082,12 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4586,12 +4084,12 @@ Running ../../../Ferry_Tagscherer/gdb/te UNTESTED: gdb.base/solib-corrupted.exp: no _r_debug symbol has been found Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watchpoint-solib.exp ... PASS: gdb.base/watchpoint-solib.exp: set pending breakpoint @@ -3327,7 +3180,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/symbol-without-target_section.exp ... PASS: gdb.base/symbol-without-target_section.exp: add-symbol-file PASS: gdb.base/symbol-without-target_section.exp: list main -@@ -4605,121 +4103,121 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4607,121 +4105,121 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.base/sigstep.exp: display/i $pc PASS: gdb.base/sigstep.exp: break handler PASS: gdb.base/sigstep.exp: continue to stepi handler @@ -3505,18 +3358,18 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; clear infinite loop Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/nostdlib.exp ... PASS: gdb.base/nostdlib.exp: stop at run -@@ -4727,11 +4225,11 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -4729,11 +4227,11 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === --# of expected passes 4568 --# of unexpected failures 1 +-# of expected passes 4511 +-# of unexpected failures 58 -# of expected failures 3 -# of known failures 7 -# of untested testcases 5 -# of unsupported tests 1 -+# of expected passes 3924 -+# of unexpected failures 144 ++# of expected passes 3867 ++# of unexpected failures 201 +# of expected failures 2 +# of known failures 2 +# of untested testcases 7 @@ -3524,34 +3377,34 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum 2013-06-13 22:14:45.666019614 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum 2013-06-13 22:15:13.846021359 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum 2013-06-14 15:11:36.089796633 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum 2013-06-14 15:12:38.669800507 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:57:15 2013 +-Test Run By thomas on Fri Jun 14 13:32:11 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:42:10 2013 ++Test Run By thomas on Fri Jun 14 12:16:47 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum 2013-06-13 22:14:45.670019614 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum 2013-06-13 22:15:13.858021359 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum 2013-06-14 15:11:36.089796633 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum 2013-06-14 15:12:38.681800508 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:57:15 2013 +-Test Run By thomas on Fri Jun 14 13:32:11 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:42:13 2013 ++Test Run By thomas on Fri Jun 14 12:16:50 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum 2013-06-13 22:14:45.674019615 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum 2013-06-13 22:15:13.866021360 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum 2013-06-14 15:12:38.769800514 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:57:15 2013 +-Test Run By thomas on Fri Jun 14 13:32:11 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:42:15 2013 ++Test Run By thomas on Fri Jun 14 12:16:52 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -3633,45 +3486,45 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g # of unsupported tests 1 [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum 2013-06-13 22:14:45.678019615 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum 2013-06-13 22:15:13.866021360 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum 2013-06-14 15:12:38.777800513 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:13 2013 +-Test Run By thomas on Fri Jun 14 13:33:10 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:49:45 2013 ++Test Run By thomas on Fri Jun 14 12:24:37 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum 2013-06-13 22:14:45.678019615 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum 2013-06-13 22:15:13.870021360 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum 2013-06-14 15:12:38.793800515 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:13 2013 +-Test Run By thomas on Fri Jun 14 13:33:10 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:49:47 2013 ++Test Run By thomas on Fri Jun 14 12:24:39 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum 2013-06-13 22:14:45.690019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum 2013-06-13 22:15:13.874021360 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum 2013-06-14 15:12:38.801800515 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:31 2013 +-Test Run By thomas on Fri Jun 14 13:33:28 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:51:59 2013 ++Test Run By thomas on Fri Jun 14 12:27:16 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum 2013-06-13 22:14:45.690019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum 2013-06-13 22:15:13.878021361 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum 2013-06-14 15:12:38.801800515 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:36 2013 +-Test Run By thomas on Fri Jun 14 13:33:33 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:52:31 2013 ++Test Run By thomas on Fri Jun 14 12:27:52 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -3696,45 +3549,45 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum 2013-06-13 22:14:45.690019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum 2013-06-13 22:15:13.886021361 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum 2013-06-14 15:12:38.805800516 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:42 2013 +-Test Run By thomas on Fri Jun 14 13:33:39 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:53:46 2013 ++Test Run By thomas on Fri Jun 14 12:29:09 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum 2013-06-13 22:14:45.690019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum 2013-06-13 22:15:13.886021361 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum 2013-06-14 15:12:38.809800516 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:42 2013 +-Test Run By thomas on Fri Jun 14 13:33:39 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:53:52 2013 ++Test Run By thomas on Fri Jun 14 12:29:16 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum 2013-06-13 22:14:45.690019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum 2013-06-13 22:15:13.886021361 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum 2013-06-14 15:12:38.817800515 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:52 2013 +-Test Run By thomas on Fri Jun 14 13:33:50 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:54:41 2013 ++Test Run By thomas on Fri Jun 14 12:30:06 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum 2013-06-13 22:15:13.894021362 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum 2013-06-14 15:11:36.101796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum 2013-06-14 15:12:38.877800520 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:58:55 2013 +-Test Run By thomas on Fri Jun 14 13:33:53 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:55:04 2013 ++Test Run By thomas on Fri Jun 14 12:30:35 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -4099,28 +3952,28 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum 2013-06-13 22:15:13.894021362 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum 2013-06-14 15:11:36.105796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum 2013-06-14 15:12:38.877800520 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:59:43 2013 +-Test Run By thomas on Fri Jun 14 13:34:41 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:57:46 2013 ++Test Run By thomas on Fri Jun 14 12:33:25 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum 2013-06-13 22:15:13.898021362 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum 2013-06-14 15:11:36.105796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum 2013-06-14 15:12:38.877800520 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:59:44 2013 +-Test Run By thomas on Fri Jun 14 13:34:42 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:57:49 2013 ++Test Run By thomas on Fri Jun 14 12:33:29 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === -@@ -34,34 +34,34 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -34,34 +34,38 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.multi/base.exp: remove-inferiors 2-3 PASS: gdb.multi/base.exp: check remove-inferiors Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp ... @@ -4132,9 +3985,13 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g -PASS: gdb.multi/bkpt-multi-exec.exp: run Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.exp ... +gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch-exec.c:1:0: sorry, unimplemented: 64-bit mode not compiled in ++ /* This testcase is part of GDB, the GNU debugger. ++ ^ +UNTESTED: gdb.multi/multi-arch-exec.exp: multi-arch-exec.exp Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/multi-arch.exp ... +gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/hello.c:1:0: sorry, unimplemented: 64-bit mode not compiled in ++ /* This testcase is part of GDB, the GNU debugger. ++ ^ +UNTESTED: gdb.multi/multi-arch.exp: multi-arch.exp Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/watchpoint-multi.exp ... PASS: gdb.multi/watchpoint-multi.exp: successfully compiled posix threads test case @@ -4173,56 +4030,56 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum 2013-06-13 22:15:13.906021362 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum 2013-06-14 15:11:36.105796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum 2013-06-14 15:12:38.877800520 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:59:46 2013 +-Test Run By thomas on Fri Jun 14 13:34:44 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:57:58 2013 ++Test Run By thomas on Fri Jun 14 12:33:39 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum 2013-06-13 22:15:13.906021362 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum 2013-06-14 15:11:36.105796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum 2013-06-14 15:12:38.877800520 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:59:49 2013 +-Test Run By thomas on Fri Jun 14 13:34:46 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:58:10 2013 ++Test Run By thomas on Fri Jun 14 12:33:51 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum 2013-06-13 22:15:13.906021362 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum 2013-06-14 15:11:36.105796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum 2013-06-14 15:12:38.885800521 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:59:49 2013 +-Test Run By thomas on Fri Jun 14 13:34:46 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:58:13 2013 ++Test Run By thomas on Fri Jun 14 12:33:55 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum 2013-06-13 22:15:13.914021363 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum 2013-06-14 15:11:36.105796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum 2013-06-14 15:12:38.885800521 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:59:51 2013 +-Test Run By thomas on Fri Jun 14 13:34:49 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:58:29 2013 ++Test Run By thomas on Fri Jun 14 12:34:12 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum 2013-06-13 22:15:13.922021363 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum 2013-06-14 15:11:36.105796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum 2013-06-14 15:12:38.889800521 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 20:59:51 2013 +-Test Run By thomas on Fri Jun 14 13:34:49 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 21:58:32 2013 ++Test Run By thomas on Fri Jun 14 12:34:15 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -4460,12 +4317,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum 2013-06-13 22:15:13.922021363 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum 2013-06-14 15:11:36.109796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum 2013-06-14 15:12:38.889800521 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 21:00:15 2013 +-Test Run By thomas on Fri Jun 14 13:35:12 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 22:01:17 2013 ++Test Run By thomas on Fri Jun 14 12:37:22 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -7264,12 +7121,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum 2013-06-13 22:15:13.926021364 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum 2013-06-14 15:11:36.109796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum 2013-06-14 15:12:38.893800521 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 21:00:39 2013 +-Test Run By thomas on Fri Jun 14 13:35:36 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 22:01:20 2013 ++Test Run By thomas on Fri Jun 14 12:37:25 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -7362,23 +7219,23 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum 2013-06-13 22:15:13.926021364 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum 2013-06-14 15:11:36.109796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum 2013-06-14 15:12:38.901800522 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 21:00:45 2013 +-Test Run By thomas on Fri Jun 14 13:35:41 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 22:01:21 2013 ++Test Run By thomas on Fri Jun 14 12:37:27 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum 2013-06-13 22:14:45.694019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum 2013-06-13 22:15:13.938021364 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum 2013-06-14 15:11:36.109796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum 2013-06-14 15:12:38.905800522 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 21:00:46 2013 +-Test Run By thomas on Fri Jun 14 13:35:43 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 22:01:35 2013 ++Test Run By thomas on Fri Jun 14 12:37:40 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -8475,17 +8332,17 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum 2013-06-13 22:14:45.698019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum 2013-06-13 22:15:13.938021364 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum 2013-06-14 15:11:36.109796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum 2013-06-14 15:12:38.905800522 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 21:02:17 2013 +-Test Run By thomas on Fri Jun 14 13:37:14 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 22:09:05 2013 ++Test Run By thomas on Fri Jun 14 12:45:46 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === -@@ -284,7 +284,8 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -286,7 +286,8 @@ Running ../../../Ferry_Tagscherer/gdb/te PASS: gdb.trace/tracecmd.exp: 1.14: help trace PASS: gdb.trace/tracecmd.exp: Declined to set a fast tracepoint Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tspeed.exp ... @@ -8495,7 +8352,7 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tstatus.exp ... UNSUPPORTED: gdb.trace/tstatus.exp: target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tsv.exp ... -@@ -324,7 +325,7 @@ Running ../../../Ferry_Tagscherer/gdb/te +@@ -326,7 +327,7 @@ Running ../../../Ferry_Tagscherer/gdb/te === gdb Summary === # of expected passes 241 @@ -8506,12 +8363,12 @@ diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/g [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff -Nrwu -F '^Running' toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum ---- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum 2013-06-13 22:14:45.698019616 +0200 -+++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum 2013-06-13 22:15:13.938021364 +0200 +--- toolchain/logs/gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum 2013-06-14 15:11:36.109796634 +0200 ++++ toolchain/logs/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum 2013-06-14 15:12:38.909800522 +0200 @@ -1,5 +1,5 @@ --Test Run By thomas on Thu Jun 13 21:02:29 2013 +-Test Run By thomas on Fri Jun 14 13:37:25 2013 -Native configuration is i686-pc-linux-gnu -+Test Run By thomas on Thu Jun 13 22:10:23 2013 ++Test Run By thomas on Fri Jun 14 12:47:07 2013 +Native configuration is i686-unknown-gnu0.3 === gdb tests === -- cgit v1.2.3