diff options
Diffstat (limited to 'binutils-gdb/kepler.SCHWINGE')
-rw-r--r-- | binutils-gdb/kepler.SCHWINGE/log_build | 888 | ||||
-rw-r--r-- | binutils-gdb/kepler.SCHWINGE/log_install | 3 | ||||
-rw-r--r-- | binutils-gdb/kepler.SCHWINGE/log_test | 729 | ||||
-rw-r--r-- | binutils-gdb/kepler.SCHWINGE/test/binutils/binutils.sum | 12 | ||||
-rw-r--r-- | binutils-gdb/kepler.SCHWINGE/test/gas/testsuite/gas.sum | 10 | ||||
-rw-r--r-- | binutils-gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.sum | 1071 | ||||
-rw-r--r-- | binutils-gdb/kepler.SCHWINGE/test/ld/ld.sum | 45 |
7 files changed, 2136 insertions, 622 deletions
diff --git a/binutils-gdb/kepler.SCHWINGE/log_build b/binutils-gdb/kepler.SCHWINGE/log_build index 97b69c1d..6cd5044d 100644 --- a/binutils-gdb/kepler.SCHWINGE/log_build +++ b/binutils-gdb/kepler.SCHWINGE/log_build @@ -113,18 +113,7 @@ checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc-4.9 accepts -g... yes checking for gcc-4.9 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.9 -E -checking whether gcc-4.9 supports -W... yes -checking whether gcc-4.9 supports -Wall... yes -checking whether gcc-4.9 supports -Wwrite-strings... yes -checking whether gcc-4.9 supports -Wc++-compat... yes -checking whether gcc-4.9 supports -Wstrict-prototypes... yes -checking whether gcc-4.9 supports -pedantic ... yes -checking whether gcc-4.9 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 checking for egrep... /bin/grep -E checking for ANSI C header files... yes @@ -137,6 +126,21 @@ checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes +checking minix/config.h usability... no +checking minix/config.h presence... no +checking for minix/config.h... no +checking whether it is safe to define __EXTENSIONS__... yes +checking for special C compiler options needed for large files... no +checking for _FILE_OFFSET_BITS value needed for large files... 64 +checking whether gcc-4.9 supports -W... yes +checking whether gcc-4.9 supports -Wall... yes +checking whether gcc-4.9 supports -Wwrite-strings... yes +checking whether gcc-4.9 supports -Wc++-compat... yes +checking whether gcc-4.9 supports -Wstrict-prototypes... yes +checking whether gcc-4.9 supports -pedantic ... yes +checking whether gcc-4.9 and cc understand -c and -o together... yes +checking for an ANSI C-conforming const... yes +checking for inline... inline checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes @@ -269,10 +273,10 @@ checking for table... no checking for times... yes checking for wait3... yes checking for wait4... yes -checking whether basename is declared... no +checking whether basename is declared... yes checking whether ffs is declared... yes -checking whether asprintf is declared... no -checking whether vasprintf is declared... no +checking whether asprintf is declared... yes +checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes @@ -285,8 +289,8 @@ checking whether strtol is declared... yes checking whether strtoul is declared... yes checking whether strtoll is declared... yes checking whether strtoull is declared... yes -checking whether strverscmp is declared... no -checking whether canonicalize_file_name must be declared... yes +checking whether strverscmp is declared... yes +checking whether canonicalize_file_name must be declared... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes @@ -351,9 +355,6 @@ checking for stdint.h... yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no -checking for ld used by GCC... ld -checking if the linker (ld) is GNU ld... yes -checking for shared library run path origin... done checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes @@ -406,6 +407,9 @@ checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 3.0.4, ok +checking for ld used by GCC... ld +checking if the linker (ld) is GNU ld... yes +checking for shared library run path origin... done checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes @@ -588,6 +592,8 @@ checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether stpcpy is declared... yes checking whether strstr is declared... yes +checking whether asprintf is declared... yes +checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether strnlen is declared... yes @@ -652,446 +658,454 @@ if [ x"" != x ] && [ ! -d noasan ]; then \ else true; fi touch stamp-noasandir if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/regex.c -o pic/regex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/regex.c -o noasan/regex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/regex.c -o noasan/regex.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/regex.c -o regex.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/regex.c -o regex.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cplus-dem.c -o cplus-dem.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cp-demangle.c -o cp-demangle.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/md5.c -o pic/md5.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/md5.c -o pic/md5.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/md5.c -o noasan/md5.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/md5.c -o noasan/md5.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/md5.c -o md5.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/sha1.c -o pic/sha1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/sha1.c -o pic/sha1.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/sha1.c -o noasan/sha1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/sha1.c -o noasan/sha1.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/sha1.c -o sha1.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/sha1.c -o sha1.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/alloca.c -o pic/alloca.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/alloca.c -o pic/alloca.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/alloca.c -o noasan/alloca.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/alloca.c -o noasan/alloca.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/alloca.c -o alloca.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/argv.c -o pic/argv.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/argv.c -o pic/argv.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/argv.c -o noasan/argv.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/argv.c -o noasan/argv.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/argv.c -o argv.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/choose-temp.c -o pic/choose-temp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/choose-temp.c -o noasan/choose-temp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/choose-temp.c -o noasan/choose-temp.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/choose-temp.c -o choose-temp.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/concat.c -o pic/concat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/concat.c -o pic/concat.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/concat.c -o noasan/concat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/concat.c -o noasan/concat.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/concat.c -o concat.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cp-demint.c -o pic/cp-demint.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cp-demint.c -o noasan/cp-demint.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cp-demint.c -o noasan/cp-demint.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/cp-demint.c -o cp-demint.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/crc32.c -o pic/crc32.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/crc32.c -o noasan/crc32.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/crc32.c -o noasan/crc32.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/crc32.c -o crc32.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/crc32.c -o crc32.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/d-demangle.c -o pic/d-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/d-demangle.c -o pic/d-demangle.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/d-demangle.c -o noasan/d-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/d-demangle.c -o noasan/d-demangle.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/d-demangle.c -o d-demangle.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/d-demangle.c -o d-demangle.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/dwarfnames.c -o dwarfnames.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/dwarfnames.c -o dwarfnames.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/dyn-string.c -o pic/dyn-string.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/dyn-string.c -o noasan/dyn-string.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/dyn-string.c -o noasan/dyn-string.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/dyn-string.c -o dyn-string.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fdmatch.c -o pic/fdmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fdmatch.c -o noasan/fdmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fdmatch.c -o noasan/fdmatch.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fdmatch.c -o fdmatch.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fibheap.c -o pic/fibheap.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fibheap.c -o noasan/fibheap.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fibheap.c -o noasan/fibheap.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fibheap.c -o fibheap.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/filename_cmp.c -o filename_cmp.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/floatformat.c -o pic/floatformat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/floatformat.c -o noasan/floatformat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/floatformat.c -o noasan/floatformat.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/floatformat.c -o floatformat.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fnmatch.c -o pic/fnmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fnmatch.c -o noasan/fnmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fnmatch.c -o noasan/fnmatch.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fnmatch.c -o fnmatch.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/fopen_unlocked.c -o fopen_unlocked.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getopt.c -o pic/getopt.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getopt.c -o pic/getopt.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getopt.c -o noasan/getopt.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getopt.c -o noasan/getopt.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getopt.c -o getopt.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getopt1.c -o pic/getopt1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getopt1.c -o noasan/getopt1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getopt1.c -o noasan/getopt1.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getopt1.c -o getopt1.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getpwd.c -o pic/getpwd.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getpwd.c -o noasan/getpwd.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getpwd.c -o noasan/getpwd.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getpwd.c -o getpwd.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getruntime.c -o pic/getruntime.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getruntime.c -o noasan/getruntime.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getruntime.c -o noasan/getruntime.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/getruntime.c -o getruntime.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/getruntime.c -o getruntime.o +../../W._C._Handy/libiberty/getruntime.c: In function 'get_run_time': +../../W._C._Handy/libiberty/getruntime.c:98:14: warning: enum conversion when passing argument 1 of 'getrusage' is invalid in C++ [-Wc++-compat] + getrusage (0, &rusage); + ^ +In file included from ../../W._C._Handy/libiberty/getruntime.c:47:0: +/usr/include/i386-linux-gnu/sys/resource.h:87:12: note: expected '__rusage_who_t' but argument is of type 'int' + extern int getrusage (__rusage_who_t __who, struct rusage *__usage) __THROW; + ^ if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/hashtab.c -o pic/hashtab.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/hashtab.c -o noasan/hashtab.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/hashtab.c -o noasan/hashtab.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/hashtab.c -o hashtab.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/hashtab.c -o hashtab.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/hex.c -o pic/hex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/hex.c -o noasan/hex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/hex.c -o noasan/hex.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/hex.c -o hex.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/lbasename.c -o pic/lbasename.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/lbasename.c -o noasan/lbasename.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/lbasename.c -o noasan/lbasename.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/lbasename.c -o lbasename.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/lrealpath.c -o pic/lrealpath.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/lrealpath.c -o noasan/lrealpath.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/lrealpath.c -o noasan/lrealpath.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/lrealpath.c -o lrealpath.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/make-relative-prefix.c -o make-relative-prefix.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/make-temp-file.c -o make-temp-file.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/objalloc.c -o pic/objalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/objalloc.c -o noasan/objalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/objalloc.c -o noasan/objalloc.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/objalloc.c -o objalloc.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/obstack.c -o pic/obstack.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/obstack.c -o noasan/obstack.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/obstack.c -o noasan/obstack.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/obstack.c -o obstack.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/partition.c -o pic/partition.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/partition.c -o pic/partition.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/partition.c -o noasan/partition.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/partition.c -o noasan/partition.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/partition.c -o partition.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pexecute.c -o pic/pexecute.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pexecute.c -o noasan/pexecute.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pexecute.c -o noasan/pexecute.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pexecute.c -o pexecute.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/physmem.c -o pic/physmem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/physmem.c -o pic/physmem.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/physmem.c -o noasan/physmem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/physmem.c -o noasan/physmem.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/physmem.c -o physmem.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/physmem.c -o physmem.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-common.c -o pic/pex-common.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-common.c -o noasan/pex-common.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-common.c -o noasan/pex-common.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-common.c -o pex-common.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-one.c -o pic/pex-one.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-one.c -o noasan/pex-one.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-one.c -o noasan/pex-one.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-one.c -o pex-one.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-unix.c -o pic/pex-unix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-unix.c -o noasan/pex-unix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-unix.c -o noasan/pex-unix.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/pex-unix.c -o pex-unix.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/vprintf-support.c -o pic/vprintf-support.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/vprintf-support.c -o pic/vprintf-support.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/vprintf-support.c -o vprintf-support.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/vprintf-support.c -o vprintf-support.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/safe-ctype.c -o safe-ctype.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object.c -o pic/simple-object.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object.c -o noasan/simple-object.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object.c -o noasan/simple-object.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object.c -o simple-object.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object.c -o simple-object.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-coff.c -o simple-object-coff.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-elf.c -o simple-object-elf.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/sort.c -o pic/sort.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/sort.c -o pic/sort.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/sort.c -o noasan/sort.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/sort.c -o noasan/sort.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/sort.c -o sort.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/sort.c -o sort.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/spaces.c -o pic/spaces.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/spaces.c -o pic/spaces.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/spaces.c -o noasan/spaces.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/spaces.c -o noasan/spaces.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/spaces.c -o spaces.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/splay-tree.c -o pic/splay-tree.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/splay-tree.c -o noasan/splay-tree.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/splay-tree.c -o noasan/splay-tree.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/splay-tree.c -o splay-tree.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/stack-limit.c -o pic/stack-limit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/stack-limit.c -o noasan/stack-limit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/stack-limit.c -o noasan/stack-limit.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/stack-limit.c -o stack-limit.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/stack-limit.c -o stack-limit.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/strerror.c -o pic/strerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/strerror.c -o pic/strerror.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/strerror.c -o noasan/strerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/strerror.c -o noasan/strerror.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/strerror.c -o strerror.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/strsignal.c -o pic/strsignal.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/strsignal.c -o noasan/strsignal.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/strsignal.c -o noasan/strsignal.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/strsignal.c -o strsignal.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/timeval-utils.c -o timeval-utils.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xasprintf.c -o pic/xasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xasprintf.c -o pic/xasprintf.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xasprintf.c -o noasan/xasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xasprintf.c -o noasan/xasprintf.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xasprintf.c -o xasprintf.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xasprintf.c -o xasprintf.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xatexit.c -o pic/xatexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xatexit.c -o noasan/xatexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xatexit.c -o noasan/xatexit.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xatexit.c -o xatexit.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xexit.c -o pic/xexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xexit.c -o pic/xexit.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xexit.c -o noasan/xexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xexit.c -o noasan/xexit.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xexit.c -o xexit.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xmalloc.c -o pic/xmalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xmalloc.c -o noasan/xmalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xmalloc.c -o noasan/xmalloc.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xmalloc.c -o xmalloc.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xmemdup.c -o pic/xmemdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xmemdup.c -o noasan/xmemdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xmemdup.c -o noasan/xmemdup.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xmemdup.c -o xmemdup.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrdup.c -o pic/xstrdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrdup.c -o noasan/xstrdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrdup.c -o noasan/xstrdup.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrdup.c -o xstrdup.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrerror.c -o pic/xstrerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrerror.c -o noasan/xstrerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrerror.c -o noasan/xstrerror.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrerror.c -o xstrerror.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrndup.c -o pic/xstrndup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrndup.c -o noasan/xstrndup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrndup.c -o noasan/xstrndup.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xstrndup.c -o xstrndup.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xvasprintf.c -o pic/xvasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xvasprintf.c -o pic/xvasprintf.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/xvasprintf.c -o xvasprintf.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/xvasprintf.c -o xvasprintf.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/setproctitle.c -o pic/setproctitle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/setproctitle.c -o noasan/setproctitle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/setproctitle.c -o noasan/setproctitle.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../W._C._Handy/libiberty/setproctitle.c -o setproctitle.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../W._C._Handy/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../W._C._Handy/libiberty/setproctitle.c -o setproctitle.o rm -f ./libiberty.a pic/./libiberty.a noasan/./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 ./d-demangle.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 ./vprintf-support.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 ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o @@ -1227,13 +1241,13 @@ make[2]: Leaving directory '[...]/tschwinge/W._C._Handy.build/zlib' make[2]: Entering directory '[...]/tschwinge/W._C._Handy.build/bfd' creating bfdver.h rm -f elf32-target.h -sed -e s/NN/32/g < ../../W._C._Handy/bfd/elfxx-target.h > elf32-target.new +/bin/sed -e s/NN/32/g < ../../W._C._Handy/bfd/elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h rm -f elf64-target.h -sed -e s/NN/64/g < ../../W._C._Handy/bfd/elfxx-target.h > elf64-target.new +/bin/sed -e s/NN/64/g < ../../W._C._Handy/bfd/elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.h rm -f targmatch.h -sed -f ../../W._C._Handy/bfd/targmatch.sed < ../../W._C._Handy/bfd/config.bfd > targmatch.new +/bin/sed -f ../../W._C._Handy/bfd/targmatch.sed < ../../W._C._Handy/bfd/config.bfd > targmatch.new mv -f targmatch.new targmatch.h Making info in doc make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/bfd/doc' @@ -1556,7 +1570,7 @@ mv -f .deps/aout32.Tpo .deps/aout32.Plo libtool: compile: gcc-4.9 -DHAVE_CONFIG_H -I. -I../../W._C._Handy/bfd -DTRAD_CORE -I. -I../../W._C._Handy/bfd -I../../W._C._Handy/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"[...]/tschwinge/W._C._Handy.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I../../W._C._Handy/bfd/../zlib -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../W._C._Handy/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 < ../../W._C._Handy/bfd/peXXigen.c > peigen.new +/bin/sed -e s/XX/pe/g < ../../W._C._Handy/bfd/peXXigen.c > peigen.new mv -f peigen.new peigen.c /bin/dash ./libtool --tag=CC --mode=compile gcc-4.9 -DHAVE_CONFIG_H -I. -I../../W._C._Handy/bfd -DTRAD_CORE -I. -I../../W._C._Handy/bfd -I../../W._C._Handy/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"[...]/tschwinge/W._C._Handy.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I../../W._C._Handy/bfd/../zlib -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c libtool: compile: gcc-4.9 -DHAVE_CONFIG_H -I. -I../../W._C._Handy/bfd -DTRAD_CORE -I. -I../../W._C._Handy/bfd -I../../W._C._Handy/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"[...]/tschwinge/W._C._Handy.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I../../W._C._Handy/bfd/../zlib -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o @@ -1600,7 +1614,7 @@ touch stamp-ofiles libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.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 dwarf2.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o coffgen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-plugin.o trad-core.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'`; \ +libtooldir=`/bin/dash ./libtool --config | /bin/sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ @@ -3347,7 +3361,6 @@ else \ $restore $backupdir/* `echo "./ld.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc -../../W._C._Handy/ld/ld.texinfo:2097: warning: `.' or `,' must follow @xref, not T /bin/dash ./libtool --tag=CC --mode=compile gcc-4.9 -DHAVE_CONFIG_H -I. -I../../W._C._Handy/ld -I. -I../../W._C._Handy/ld -I../bfd -I../../W._C._Handy/ld/../bfd -I../../W._C._Handy/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '../../W._C._Handy/ld/'`testplug.c libtool: compile: gcc-4.9 -DHAVE_CONFIG_H -I. -I../../W._C._Handy/ld -I. -I../../W._C._Handy/ld -I../bfd -I../../W._C._Handy/ld/../bfd -I../../W._C._Handy/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"[...]/tschwinge/W._C._Handy.build.install/share/locale\" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../W._C._Handy/ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o libtool: compile: gcc-4.9 -DHAVE_CONFIG_H -I. -I../../W._C._Handy/ld -I. -I../../W._C._Handy/ld -I../bfd -I../../W._C._Handy/ld/../bfd -I../../W._C._Handy/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"[...]/tschwinge/W._C._Handy.build.install/share/locale\" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../W._C._Handy/ld/testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1 @@ -4347,6 +4360,9 @@ checking for wctype... yes checking for library containing gethostbyname... none required checking for library containing socketpair... none required checking for library containing kinfo_getvmmap... no +checking for ld used by GCC... ld +checking if the linker (ld) is GNU ld... yes +checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for library containing waddstr... -lncurses @@ -4356,9 +4372,6 @@ checking size of unsigned long... 4 checking size of unsigned __int128... 0 checking for library containing dlopen... (cached) -ldl checking whether to use expat... auto -checking for ld used by GCC... ld -checking if the linker (ld) is GNU ld... yes -checking for shared library run path origin... done checking for libexpat... yes checking how to link with libexpat... -lexpat checking for XML_StopParser... yes @@ -4374,6 +4387,9 @@ guile-2.0 checking for the absolute file name of the 'guild' command... /usr/bin/guild checking whether guild supports this host... yes checking for scm_new_smob... yes +checking whether to use intel pt... auto +checking for libipt... no +configure: WARNING: libipt is missing or unusable; some features may be unavailable. checking for ANSI C header files... (cached) yes checking nlist.h usability... yes checking nlist.h presence... yes @@ -4571,9 +4587,11 @@ checking for socketpair... (cached) yes checking whether strerror is declared... yes checking whether strstr is declared... yes checking for sigsetjmp... yes +checking for sys/ptrace.h... (cached) yes +checking for ptrace.h... (cached) no checking whether ptrace is declared... yes checking return type of ptrace... long -checking types of arguments for ptrace... int,int,long,long +checking types of arguments for ptrace... enum __ptrace_request,int,long,long checking whether setpgrp takes no argument... yes checking for GNU regex... yes checking for struct thread.td_pcb... no @@ -5222,18 +5240,7 @@ checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc-4.9 accepts -g... (cached) yes checking for gcc-4.9 option to accept ISO C89... (cached) none needed -checking for special C compiler options needed for large files... (cached) no -checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64 checking how to run the C preprocessor... (cached) gcc-4.9 -E -checking whether gcc-4.9 supports -W... yes -checking whether gcc-4.9 supports -Wall... yes -checking whether gcc-4.9 supports -Wwrite-strings... yes -checking whether gcc-4.9 supports -Wc++-compat... yes -checking whether gcc-4.9 supports -Wstrict-prototypes... yes -checking whether gcc-4.9 supports -pedantic ... yes -checking whether gcc-4.9 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... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes @@ -5246,6 +5253,19 @@ checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes +checking for minix/config.h... (cached) no +checking whether it is safe to define __EXTENSIONS__... (cached) yes +checking for special C compiler options needed for large files... (cached) no +checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64 +checking whether gcc-4.9 supports -W... yes +checking whether gcc-4.9 supports -Wall... yes +checking whether gcc-4.9 supports -Wwrite-strings... yes +checking whether gcc-4.9 supports -Wc++-compat... yes +checking whether gcc-4.9 supports -Wstrict-prototypes... yes +checking whether gcc-4.9 supports -pedantic ... yes +checking whether gcc-4.9 and cc understand -c and -o together... yes +checking for an ANSI C-conforming const... yes +checking for inline... inline checking whether byte ordering is bigendian... (cached) no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes @@ -5378,10 +5398,10 @@ checking for table... no checking for times... yes checking for wait3... yes checking for wait4... yes -checking whether basename is declared... no +checking whether basename is declared... yes checking whether ffs is declared... yes -checking whether asprintf is declared... no -checking whether vasprintf is declared... no +checking whether asprintf is declared... yes +checking whether vasprintf is declared... yes checking whether snprintf is declared... (cached) yes checking whether vsnprintf is declared... (cached) yes checking whether calloc is declared... yes @@ -5395,7 +5415,7 @@ checking whether strtoul is declared... yes checking whether strtoll is declared... (cached) yes checking whether strtoull is declared... (cached) yes checking whether strverscmp is declared... (cached) yes -checking whether canonicalize_file_name must be declared... yes +checking whether canonicalize_file_name must be declared... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes @@ -5464,6 +5484,11 @@ checking for socketpair... (cached) yes checking whether strerror is declared... (cached) yes checking whether strstr is declared... (cached) yes checking for sigsetjmp... (cached) yes +checking for sys/ptrace.h... (cached) yes +checking for ptrace.h... (cached) no +checking whether ptrace is declared... (cached) yes +checking return type of ptrace... (cached) long +checking types of arguments for ptrace... (cached) enum __ptrace_request,int,long,long checking for ust... no checking compiler warning flags... -Wall -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -Wdeclaration-after-statement checking for dladdr... yes @@ -6967,6 +6992,8 @@ gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I.. gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o symmisc.o -MT symmisc.o -MMD -MP -MF .deps/symmisc.Tpo ../../W._C._Handy/gdb/symmisc.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o linespec.o -MT linespec.o -MMD -MP -MF .deps/linespec.Tpo ../../W._C._Handy/gdb/linespec.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o dictionary.o -MT dictionary.o -MMD -MP -MF .deps/dictionary.Tpo ../../W._C._Handy/gdb/dictionary.c +gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o namespace.o -MT namespace.o -MMD -MP -MF .deps/namespace.Tpo ../../W._C._Handy/gdb/namespace.c +gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o location.o -MT location.o -MMD -MP -MF .deps/location.Tpo ../../W._C._Handy/gdb/location.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o infcall.o -MT infcall.o -MMD -MP -MF .deps/infcall.Tpo ../../W._C._Handy/gdb/infcall.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o infcmd.o -MT infcmd.o -MMD -MP -MF .deps/infcmd.Tpo ../../W._C._Handy/gdb/infcmd.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o infrun.o -MT infrun.o -MMD -MP -MF .deps/infrun.Tpo ../../W._C._Handy/gdb/infrun.c @@ -7081,6 +7108,7 @@ gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I.. gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o cp-abi.o -MT cp-abi.o -MMD -MP -MF .deps/cp-abi.Tpo ../../W._C._Handy/gdb/cp-abi.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o cp-support.o -MT cp-support.o -MMD -MP -MF .deps/cp-support.Tpo ../../W._C._Handy/gdb/cp-support.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o cp-namespace.o -MT cp-namespace.o -MMD -MP -MF .deps/cp-namespace.Tpo ../../W._C._Handy/gdb/cp-namespace.c +gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o d-namespace.o -MT d-namespace.o -MMD -MP -MF .deps/d-namespace.Tpo ../../W._C._Handy/gdb/d-namespace.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o reggroups.o -MT reggroups.o -MMD -MP -MF .deps/reggroups.Tpo ../../W._C._Handy/gdb/reggroups.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o trad-frame.o -MT trad-frame.o -MMD -MP -MF .deps/trad-frame.Tpo ../../W._C._Handy/gdb/trad-frame.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o tramp-frame.o -MT tramp-frame.o -MMD -MP -MF .deps/tramp-frame.Tpo ../../W._C._Handy/gdb/tramp-frame.c @@ -7143,8 +7171,8 @@ Making init.c gcc-4.9 -g -O2 -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gdb/common -I../../W._C._Handy/gdb/config -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../W._C._Handy/gdb/../include/opcode -I../../W._C._Handy/gdb/../opcodes/.. -I../../W._C._Handy/gdb/../readline/.. -I../../W._C._Handy/gdb/../zlib -I../bfd -I../../W._C._Handy/gdb/../bfd -I../../W._C._Handy/gdb/../include -I../libdecnumber -I../../W._C._Handy/gdb/../libdecnumber -I../../W._C._Handy/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -pthread -I/usr/include/guile/2.0 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c rm -f gdb gcc-4.9 -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 x86-nat.o x86-dregs.o i386-linux-nat.o x86-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 linux-waitpid.o linux-personality.o x86-linux.o x86-linux-dregs.o linux-namespaces.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o tracefile.o tracefile-tfile.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-xmethods.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-infevents.o py-infthread.o py-lazy-string.o py-linetable.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-unwind.o py-utils.o py-value.o py-varobj.o guile.o scm-arch.o scm-auto-load.o scm-block.o scm-breakpoint.o scm-cmd.o scm-disasm.o scm-exception.o scm-frame.o scm-gsmob.o scm-iterator.o scm-lazy-string.o scm-objfile.o scm-math.o scm-param.o scm-ports.o scm-pretty-print.o scm-progspace.o scm-safe-call.o scm-string.o scm-symbol.o scm-symtab.o scm-type.o scm-utils.o scm-value.o elfread.o stap-probe.o dtrace-probe.o posix-hdep.o posix-strerror.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o d-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 break-catch-syscall.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 symfile-debug.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o extension.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 target-dcache.o parse.o language.o build-id.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 c-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 jv-varobj.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 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 waitstatus.o print-utils.o rsp-low.o errors.o common-debug.o debug.o common-exceptions.o btrace-common.o fileio.o compile.o compile-c-symbols.o compile-c-types.o compile-object-load.o compile-object-run.o compile-loc2c.o compile-c-support.o inflow.o init.o \ - ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a -L./../zlib -lz ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -ldl -ldl -lncurses -lm -ldl -lguile-2.0 -lgc -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma -lbabeltrace -lbabeltrace-ctf ../libiberty/libiberty.a build-gnulib/import/libgnu.a -ldl -Wl,--dynamic-list=../../W._C._Handy/gdb/proc-service.list + -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 x86-nat.o x86-dregs.o i386-linux-nat.o x86-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 linux-waitpid.o linux-personality.o x86-linux.o x86-linux-dregs.o linux-namespaces.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o tracefile.o tracefile-tfile.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-xmethods.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-infevents.o py-infthread.o py-lazy-string.o py-linetable.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-unwind.o py-utils.o py-value.o py-varobj.o guile.o scm-arch.o scm-auto-load.o scm-block.o scm-breakpoint.o scm-cmd.o scm-disasm.o scm-exception.o scm-frame.o scm-gsmob.o scm-iterator.o scm-lazy-string.o scm-objfile.o scm-math.o scm-param.o scm-ports.o scm-pretty-print.o scm-progspace.o scm-safe-call.o scm-string.o scm-symbol.o scm-symtab.o scm-type.o scm-utils.o scm-value.o elfread.o stap-probe.o dtrace-probe.o posix-hdep.o posix-strerror.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o d-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 break-catch-syscall.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 symfile-debug.o symmisc.o linespec.o dictionary.o namespace.o location.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o extension.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 target-dcache.o parse.o language.o build-id.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 c-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 jv-varobj.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 d-namespace.o reggroups.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 waitstatus.o print-utils.o rsp-low.o errors.o common-debug.o debug.o common-exceptions.o btrace-common.o fileio.o compile.o compile-c-symbols.o compile-c-types.o compile-object-load.o compile-object-run.o compile-loc2c.o compile-c-support.o inflow.o init.o \ + ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a -L./../zlib -lz ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -ldl -ldl -lncurses -lm -ldl -lguile-2.0 -lgc -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma -lbabeltrace -lbabeltrace-ctf ../libiberty/libiberty.a build-gnulib/import/libgnu.a -ldl -Wl,--dynamic-list=../../W._C._Handy/gdb/proc-service.list make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb' make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/doc' make[4]: Nothing to be done for 'all'. @@ -8250,446 +8278,454 @@ if [ x"" != x ] && [ ! -d noasan ]; then \ else true; fi touch stamp-noasandir if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/regex.c -o pic/regex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/regex.c -o noasan/regex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/regex.c -o noasan/regex.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/regex.c -o regex.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/regex.c -o regex.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cplus-dem.c -o cplus-dem.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demangle.c -o cp-demangle.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/md5.c -o pic/md5.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/md5.c -o pic/md5.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/md5.c -o noasan/md5.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/md5.c -o noasan/md5.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/md5.c -o md5.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/md5.c -o md5.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sha1.c -o pic/sha1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sha1.c -o pic/sha1.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sha1.c -o noasan/sha1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sha1.c -o noasan/sha1.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sha1.c -o sha1.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sha1.c -o sha1.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/alloca.c -o pic/alloca.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/alloca.c -o pic/alloca.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/alloca.c -o noasan/alloca.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/alloca.c -o noasan/alloca.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/alloca.c -o alloca.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/argv.c -o pic/argv.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/argv.c -o pic/argv.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/argv.c -o noasan/argv.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/argv.c -o noasan/argv.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/argv.c -o argv.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/argv.c -o argv.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/choose-temp.c -o pic/choose-temp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/choose-temp.c -o choose-temp.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/concat.c -o pic/concat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/concat.c -o pic/concat.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/concat.c -o noasan/concat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/concat.c -o noasan/concat.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/concat.c -o concat.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/concat.c -o concat.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demint.c -o pic/cp-demint.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demint.c -o cp-demint.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/crc32.c -o pic/crc32.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/crc32.c -o noasan/crc32.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/crc32.c -o noasan/crc32.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/crc32.c -o crc32.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/crc32.c -o crc32.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/d-demangle.c -o pic/d-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/d-demangle.c -o pic/d-demangle.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/d-demangle.c -o d-demangle.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/d-demangle.c -o d-demangle.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dwarfnames.c -o dwarfnames.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dwarfnames.c -o dwarfnames.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dyn-string.c -o pic/dyn-string.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dyn-string.c -o dyn-string.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fdmatch.c -o pic/fdmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fdmatch.c -o fdmatch.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fibheap.c -o pic/fibheap.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fibheap.c -o noasan/fibheap.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fibheap.c -o noasan/fibheap.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fibheap.c -o fibheap.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/filename_cmp.c -o filename_cmp.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/floatformat.c -o pic/floatformat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/floatformat.c -o noasan/floatformat.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/floatformat.c -o noasan/floatformat.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/floatformat.c -o floatformat.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fnmatch.c -o pic/fnmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fnmatch.c -o fnmatch.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fopen_unlocked.c -o fopen_unlocked.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt.c -o pic/getopt.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt.c -o pic/getopt.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt.c -o noasan/getopt.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt.c -o noasan/getopt.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt.c -o getopt.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt1.c -o pic/getopt1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt1.c -o noasan/getopt1.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt1.c -o noasan/getopt1.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt1.c -o getopt1.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getpwd.c -o pic/getpwd.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getpwd.c -o noasan/getpwd.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getpwd.c -o noasan/getpwd.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getpwd.c -o getpwd.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c -o pic/getruntime.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c -o noasan/getruntime.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c -o noasan/getruntime.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c -o getruntime.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c -o getruntime.o +../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c: In function 'get_run_time': +../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c:98:14: warning: enum conversion when passing argument 1 of 'getrusage' is invalid in C++ [-Wc++-compat] + getrusage (0, &rusage); + ^ +In file included from ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/getruntime.c:47:0: +/usr/include/i386-linux-gnu/sys/resource.h:87:12: note: expected '__rusage_who_t' but argument is of type 'int' + extern int getrusage (__rusage_who_t __who, struct rusage *__usage) __THROW; + ^ if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hashtab.c -o pic/hashtab.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hashtab.c -o noasan/hashtab.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hashtab.c -o noasan/hashtab.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hashtab.c -o hashtab.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hashtab.c -o hashtab.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hex.c -o pic/hex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hex.c -o noasan/hex.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hex.c -o noasan/hex.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hex.c -o hex.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/hex.c -o hex.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lbasename.c -o pic/lbasename.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lbasename.c -o noasan/lbasename.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lbasename.c -o noasan/lbasename.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lbasename.c -o lbasename.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lrealpath.c -o pic/lrealpath.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lrealpath.c -o lrealpath.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-relative-prefix.c -o make-relative-prefix.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-temp-file.c -o make-temp-file.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/objalloc.c -o pic/objalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/objalloc.c -o noasan/objalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/objalloc.c -o noasan/objalloc.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/objalloc.c -o objalloc.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/obstack.c -o pic/obstack.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/obstack.c -o noasan/obstack.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/obstack.c -o noasan/obstack.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/obstack.c -o obstack.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/partition.c -o pic/partition.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/partition.c -o pic/partition.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/partition.c -o noasan/partition.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/partition.c -o noasan/partition.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/partition.c -o partition.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/partition.c -o partition.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pexecute.c -o pic/pexecute.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pexecute.c -o noasan/pexecute.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pexecute.c -o noasan/pexecute.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pexecute.c -o pexecute.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/physmem.c -o pic/physmem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/physmem.c -o pic/physmem.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/physmem.c -o noasan/physmem.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/physmem.c -o noasan/physmem.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/physmem.c -o physmem.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/physmem.c -o physmem.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-common.c -o pic/pex-common.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-common.c -o noasan/pex-common.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-common.c -o noasan/pex-common.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-common.c -o pex-common.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-one.c -o pic/pex-one.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-one.c -o noasan/pex-one.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-one.c -o noasan/pex-one.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-one.c -o pex-one.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-unix.c -o pic/pex-unix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-unix.c -o pex-unix.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/vprintf-support.c -o vprintf-support.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/vprintf-support.c -o vprintf-support.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/safe-ctype.c -o safe-ctype.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object.c -o pic/simple-object.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object.c -o noasan/simple-object.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object.c -o noasan/simple-object.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object.c -o simple-object.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object.c -o simple-object.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-coff.c -o simple-object-coff.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-elf.c -o simple-object-elf.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sort.c -o pic/sort.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sort.c -o pic/sort.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sort.c -o noasan/sort.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sort.c -o noasan/sort.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sort.c -o sort.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/sort.c -o sort.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/spaces.c -o pic/spaces.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/spaces.c -o pic/spaces.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/spaces.c -o noasan/spaces.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/spaces.c -o noasan/spaces.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/spaces.c -o spaces.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/splay-tree.c -o pic/splay-tree.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/splay-tree.c -o splay-tree.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/stack-limit.c -o pic/stack-limit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/stack-limit.c -o stack-limit.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/stack-limit.c -o stack-limit.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strerror.c -o pic/strerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strerror.c -o pic/strerror.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strerror.c -o noasan/strerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strerror.c -o noasan/strerror.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strerror.c -o strerror.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strsignal.c -o pic/strsignal.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strsignal.c -o noasan/strsignal.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strsignal.c -o noasan/strsignal.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strsignal.c -o strsignal.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/timeval-utils.c -o timeval-utils.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xasprintf.c -o pic/xasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xasprintf.c -o pic/xasprintf.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xasprintf.c -o xasprintf.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xasprintf.c -o xasprintf.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xatexit.c -o pic/xatexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xatexit.c -o noasan/xatexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xatexit.c -o noasan/xatexit.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xatexit.c -o xatexit.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xexit.c -o pic/xexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xexit.c -o pic/xexit.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xexit.c -o noasan/xexit.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xexit.c -o noasan/xexit.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xexit.c -o xexit.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmalloc.c -o pic/xmalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmalloc.c -o xmalloc.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmemdup.c -o pic/xmemdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmemdup.c -o xmemdup.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrdup.c -o pic/xstrdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrdup.c -o xstrdup.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrerror.c -o pic/xstrerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrerror.c -o xstrerror.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrndup.c -o pic/xstrndup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrndup.c -o xstrndup.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xvasprintf.c -o xvasprintf.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/xvasprintf.c -o xvasprintf.o if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/setproctitle.c -o pic/setproctitle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi if [ x"" != x ]; then \ - gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ + gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ else true; fi -gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/setproctitle.c -o setproctitle.o +gcc-4.9 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../../W._C._Handy/gdb/gdbserver/../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../../W._C._Handy/gdb/gdbserver/../../libiberty/setproctitle.c -o setproctitle.o rm -f ./libiberty.a pic/./libiberty.a noasan/./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 ./d-demangle.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 ./vprintf-support.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 ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o @@ -8882,17 +8918,17 @@ wrote `gdb/iterator.go' ;;; note: source file ./gdb.scm ;;; newer than compiled /home/thomas/.cache/guile/ccache/2.0-LE-4-2.0[...]/tschwinge/W._C._Handy.build/gdb/data-directory/guile/gdb.scm.go /usr/bin/guild compile -Warity-mismatch -Wformat -Wunused-toplevel -L . -o gdb/printing.go gdb/printing.scm -wrote `gdb/printing.go' ;;; note: source file ./gdb.scm ;;; newer than compiled /home/thomas/.cache/guile/ccache/2.0-LE-4-2.0[...]/tschwinge/W._C._Handy.build/gdb/data-directory/guile/gdb.scm.go +wrote `gdb/printing.go' /usr/bin/guild compile -Warity-mismatch -Wformat -Wunused-toplevel -L . -o gdb/support.go gdb/support.scm wrote `gdb/support.go' /usr/bin/guild compile -Warity-mismatch -Wformat -Wunused-toplevel -L . -o gdb/types.go gdb/types.scm -wrote `gdb/types.go' ;;; note: source file ./gdb.scm ;;; newer than compiled /home/thomas/.cache/guile/ccache/2.0-LE-4-2.0[...]/tschwinge/W._C._Handy.build/gdb/data-directory/guile/gdb.scm.go ;;; note: source file ./gdb/iterator.scm ;;; newer than compiled /home/thomas/.cache/guile/ccache/2.0-LE-4-2.0[...]/tschwinge/W._C._Handy.build/gdb/data-directory/guile/gdb/iterator.scm.go +wrote `gdb/types.go' touch stamp-guile rm -rf ./system-gdbinit mkdir ./system-gdbinit diff --git a/binutils-gdb/kepler.SCHWINGE/log_install b/binutils-gdb/kepler.SCHWINGE/log_install index 79917b52..cb4f55bb 100644 --- a/binutils-gdb/kepler.SCHWINGE/log_install +++ b/binutils-gdb/kepler.SCHWINGE/log_install @@ -287,8 +287,6 @@ else \ $restore $backupdir/* `echo "./as.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc -../../../W._C._Handy/gas/doc/as.texinfo:4624: warning: node `Comm' is next for `CFI directives' in menu but not in sectioning -../../../W._C._Handy/gas/doc/as.texinfo:4785: warning: node `CFI directives' is prev for `Comm' in menu but not in sectioning test -z "[...]/tschwinge/W._C._Handy.build.install/share/info" || /bin/mkdir -p "[...]/tschwinge/W._C._Handy.build.install/share/info" /usr/bin/install -c -m 644 ./as.info '[...]/tschwinge/W._C._Handy.build.install/share/info' install-info --info-dir='[...]/tschwinge/W._C._Handy.build.install/share/info' '[...]/tschwinge/W._C._Handy.build.install/share/info/as.info' @@ -732,7 +730,6 @@ fi mv GDBvn.new GDBvn.texi makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../W._C._Handy/gdb/doc/../../readline/doc -I ../../../W._C._Handy/gdb/doc/../mi -I ../../../W._C._Handy/gdb/doc \ -o gdb.info ../../../W._C._Handy/gdb/doc/gdb.texinfo -../../../W._C._Handy/gdb/doc/gdb.texinfo:24723: warning: `.' or `,' must follow @xref, not a makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../W._C._Handy/gdb/doc -o stabs.info ../../../W._C._Handy/gdb/doc/stabs.texinfo makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../W._C._Handy/gdb/doc -o annotate.info ../../../W._C._Handy/gdb/doc/annotate.texinfo /bin/dash ../../../W._C._Handy/gdb/doc/../../mkinstalldirs [...]/tschwinge/W._C._Handy.build.install/share/info diff --git a/binutils-gdb/kepler.SCHWINGE/log_test b/binutils-gdb/kepler.SCHWINGE/log_test index 210deef8..8925fc0e 100644 --- a/binutils-gdb/kepler.SCHWINGE/log_test +++ b/binutils-gdb/kepler.SCHWINGE/log_test @@ -52,7 +52,7 @@ if /bin/dash -c "$runtest --version" > /dev/null 2>&1; then \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find tool init file -Test Run By thomas on Mon Nov 2 15:16:11 2015 +Test Run By thomas on Mon Nov 2 22:10:48 2015 Native configuration is i686-pc-linux-gnu === binutils tests === @@ -76,24 +76,24 @@ Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/i386/i386.ex Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/m68k/objdump.exp ... Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/mips/mips.exp ... Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/nm.exp ... -Version [...]/tschwinge/W._C._Handy.build/binutils/nm-new 2.25.51.20150619 +Version [...]/tschwinge/W._C._Handy.build/binutils/nm-new 2.25.51.20150819 Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/objcopy.exp ... -Version [...]/tschwinge/W._C._Handy.build/binutils/objcopy 2.25.51.20150619 +Version [...]/tschwinge/W._C._Handy.build/binutils/objcopy 2.25.51.20150819 Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/objdump.exp ... -Version [...]/tschwinge/W._C._Handy.build/binutils/objdump 2.25.51.20150619 +Version [...]/tschwinge/W._C._Handy.build/binutils/objdump 2.25.51.20150819 Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/readelf.exp ... -Version [...]/tschwinge/W._C._Handy.build/binutils/readelf 2.25.51.20150619 +Version [...]/tschwinge/W._C._Handy.build/binutils/readelf 2.25.51.20150819 Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/size.exp ... -Version [...]/tschwinge/W._C._Handy.build/binutils/size 2.25.51.20150619 +Version [...]/tschwinge/W._C._Handy.build/binutils/size 2.25.51.20150819 Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/update-section.exp ... -Version [...]/tschwinge/W._C._Handy.build/binutils/objcopy 2.25.51.20150619 +Version [...]/tschwinge/W._C._Handy.build/binutils/objcopy 2.25.51.20150819 Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/vax/objdump.exp ... Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/windres/windres.exp ... Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... === binutils Summary === -# of expected passes 119 +# of expected passes 125 # of unsupported tests 4 make[5]: Leaving directory '[...]/tschwinge/W._C._Handy.build/binutils' make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/binutils' @@ -134,7 +134,7 @@ if /bin/dash -c "$runtest --version" > /dev/null 2>&1; then \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find tool init file -Test Run By thomas on Mon Nov 2 15:16:19 2015 +Test Run By thomas on Mon Nov 2 22:10:56 2015 Native configuration is i686-pc-linux-gnu === gas tests === @@ -278,8 +278,8 @@ Running [...]/tschwinge/W._C._Handy/gas/testsuite/gas/z8k/z8k.exp ... === gas Summary === -# of expected passes 502 -../as-new 2.25.51.20150619 +# of expected passes 506 +../as-new 2.25.51.20150819 make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gas' make[3]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gas' @@ -298,7 +298,6 @@ make[2]: Leaving directory '[...]/tschwinge/W._C._Handy.build/zlib' make[2]: Entering directory '[...]/tschwinge/W._C._Handy.build/bfd' Making info in doc make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/bfd/doc' -make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '[...]/tschwinge/W._C._Handy.build/bfd/doc' Making info in po make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/bfd/po' @@ -387,8 +386,8 @@ Making check in testsuite make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/gold/testsuite' make check-am make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gold/testsuite' -make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test large_symbol_alignment basic_test basic_pic_test eh_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test pie_copyrelocs_test weak_unresolved_symbols_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_test_2 weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_compress_debug_sections_and_build_id_tree flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test script_test_11 script_test_12 script_test_12i dynamic_list_2 thin_archive_test_1 thin_archive_test_2 plugin_test_1 plugin_test_2 plugin_test_3 plugin_test_4 plugin_test_5 plugin_test_6 plugin_test_7 plugin_test_8 plugin_test_10 plugin_test_11 plugin_test_tls exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1static ifuncmain1picstatic ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2static ifuncmain2picstatic ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4static ifuncmain4picstatic ifuncmain4 ifuncmain5static ifuncmain5picstatic ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7static ifuncmain7picstatic ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test ehdr_start_test_1 ehdr_start_test_2 ehdr_start_test_3 ehdr_start_test_5 \ - incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh gc_dynamic_list_test.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh section_sorting_name.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh merge_string_literals.sh two_file_shared.sh weak_plt.sh tls_pie_test.sh i386_mov_to_lea.sh debug_msg.sh missing_key_func.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh plugin_test_1.sh plugin_test_2.sh plugin_test_3.sh plugin_test_4.sh plugin_test_6.sh plugin_test_7.sh plugin_test_10.sh plugin_test_11.sh plugin_test_tls.sh plugin_final_layout.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh gdb_index_test_1.sh gdb_index_test_2.sh gdb_index_test_3.sh gdb_index_test_4.sh ehdr_start_test_4.sh defsym_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout gc_dynamic_list_test.stdout icf_test.map icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_test.map icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout icf_safe_so_test.map final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout section_sorting_name.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout merge_string_literals.stdout two_file_shared.dbg weak_plt_shared.so tls_pie_test.stdout i386_mov_to_lea1.stdout i386_mov_to_lea2.stdout i386_mov_to_lea3.stdout i386_mov_to_lea4.stdout i386_mov_to_lea5.stdout i386_mov_to_lea6.stdout i386_mov_to_lea7.stdout i386_mov_to_lea8.stdout debug_msg.err missing_key_func.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout plugin_test_1.err plugin_test_2.err plugin_test_3.err plugin_test_4.err plugin_test_6.err plugin_test_7.err plugin_test_7.o.syms plugin_test_9.err plugin_test_10.sections plugin_test_11.err plugin_test_tls.err plugin_final_layout.stdout plugin_final_layout_readelf.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout memory_test_2 gdb_index_test_1.stdout gdb_index_test_2.stdout gdb_index_test_3.stdout gdb_index_test_4.stdout ehdr_start_test_4.syms defsym_test.syms script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout +make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test large_symbol_alignment basic_test basic_pic_test eh_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test pie_copyrelocs_test weak_unresolved_symbols_test two_file_shared_1_nonpic_test two_file_shared_2_nonpic_test two_file_same_shared_nonpic_test two_file_separate_shared_12_nonpic_test two_file_separate_shared_21_nonpic_test two_file_mixed_shared_test two_file_mixed_2_shared_test two_file_mixed_pie_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_test_2 weak_undef_nonpic_test weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test tls_shared_nonpic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections_none flagstest_compress_debug_sections flagstest_compress_debug_sections_and_build_id_tree flagstest_compress_debug_sections_gnu flagstest_compress_debug_sections_gabi flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test script_test_11 script_test_12 script_test_12i dynamic_list_2 thin_archive_test_1 thin_archive_test_2 plugin_test_1 plugin_test_2 plugin_test_3 plugin_test_4 plugin_test_5 plugin_test_6 plugin_test_7 plugin_test_8 plugin_test_10 plugin_test_11 plugin_test_tls exclude_libs_test local_labels_test discard_locals_test permission_test searched_file_test ifuncmain1static ifuncmain1picstatic ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2static ifuncmain2picstatic ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4static ifuncmain4picstatic ifuncmain4 ifuncmain5static ifuncmain5picstatic ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7static ifuncmain7picstatic ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test ehdr_start_test_1 ehdr_start_test_2 ehdr_start_test_3 ehdr_start_test_5 \ + incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh gc_dynamic_list_test.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh section_sorting_name.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh merge_string_literals.sh two_file_shared.sh weak_plt.sh tls_pie_test.sh i386_mov_to_lea.sh debug_msg.sh missing_key_func.sh undef_symbol.sh pr18689.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh plugin_test_1.sh plugin_test_2.sh plugin_test_3.sh plugin_test_4.sh plugin_test_6.sh plugin_test_7.sh plugin_test_10.sh plugin_test_11.sh plugin_test_tls.sh plugin_final_layout.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh gdb_index_test_1.sh gdb_index_test_2.sh gdb_index_test_2_gabi.sh gdb_index_test_3.sh gdb_index_test_4.sh ehdr_start_test_4.sh defsym_test.sh script_test_10.sh split_i386.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout gc_dynamic_list_test.stdout icf_test.map icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_test.map icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout icf_safe_so_test.map final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout section_sorting_name.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout merge_string_literals.stdout two_file_shared.dbg weak_plt_shared.so tls_pie_test.stdout i386_mov_to_lea1.stdout i386_mov_to_lea2.stdout i386_mov_to_lea3.stdout i386_mov_to_lea4.stdout i386_mov_to_lea5.stdout i386_mov_to_lea6.stdout i386_mov_to_lea7.stdout i386_mov_to_lea8.stdout debug_msg.err missing_key_func.err debug_msg_cdebug.err debug_msg_cdebug_gabi.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_compress_debug_sections_none.stdout flagstest_compress_debug_sections.stdout flagstest_compress_debug_sections.cmp flagstest_compress_debug_sections.check flagstest_compress_debug_sections_gnu.stdout flagstest_compress_debug_sections_gnu.cmp flagstest_compress_debug_sections_gnu.check flagstest_compress_debug_sections_gabi.stdout flagstest_compress_debug_sections_gabi.cmp flagstest_compress_debug_sections_gabi.check pr18689.stdout flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout plugin_test_1.err plugin_test_2.err plugin_test_3.err plugin_test_4.err plugin_test_6.err plugin_test_7.err plugin_test_7.o.syms plugin_test_9.err plugin_test_10.sections plugin_test_11.err plugin_test_tls.err plugin_final_layout.stdout plugin_final_layout_readelf.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout memory_test_2 gdb_index_test_1.stdout gdb_index_test_2.stdout gdb_index_test_2_gabi.stdout gdb_index_test_3.stdout gdb_index_test_4.stdout ehdr_start_test_4.syms defsym_test.syms script_test_10.stdout split_i386_1.stdout split_i386_2.stdout split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout make[5]: Entering directory '[...]/tschwinge/W._C._Handy.build/gold/testsuite' `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o ../../../W._C._Handy/gold/testsuite/test.cc mv -f .deps/test.Tpo .deps/test.Po @@ -614,6 +613,8 @@ gcc-4.9 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_ `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_o_specialfile | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o 2>&1 | cat > flagstest_o_specialfile chmod a+x flagstest_o_specialfile test -s flagstest_o_specialfile +`echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_compress_debug_sections_none | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections_none flagstest_debug.o -Wl,--compress-debug-sections=none +test -s flagstest_compress_debug_sections_none `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections flagstest_debug.o -Wl,--compress-debug-sections=zlib test -s flagstest_compress_debug_sections `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_compress_debug_sections_and_build_id_tree | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections_and_build_id_tree flagstest_debug.o -Wl,--compress-debug-sections=zlib \ @@ -621,6 +622,10 @@ test -s flagstest_compress_debug_sections -Wl,--build-id-chunk-size-for-treehash=4096 \ -Wl,--build-id-min-file-size-for-treehash=0 test -s flagstest_compress_debug_sections_and_build_id_tree +`echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_compress_debug_sections_gnu | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections_gnu flagstest_debug.o -Wl,--compress-debug-sections=zlib-gnu +test -s flagstest_compress_debug_sections_gnu +`echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_compress_debug_sections_gabi | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections_gabi flagstest_debug.o -Wl,--compress-debug-sections=zlib-gabi +test -s flagstest_compress_debug_sections_gabi `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_o_specialfile_and_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o -Wl,--compress-debug-sections=zlib 2>&1 | cat > flagstest_o_specialfile_and_compress_debug_sections chmod a+x flagstest_o_specialfile_and_compress_debug_sections test -s flagstest_o_specialfile_and_compress_debug_sections @@ -678,9 +683,11 @@ g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_strip_test relro_test_main.o relro_strip_test.so -ldl `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o relro_script_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro -Wl,-T,../../../W._C._Handy/gold/testsuite/relro_script_test.t relro_test_pic.o g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -o relro_script_test relro_test_main.o relro_script_test.so -ldl -`echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_1.o -MD -MP -MF .deps/script_test_1.Tpo -c -o script_test_1.o ../../../W._C._Handy/gold/testsuite/script_test_1.cc -mv -f .deps/script_test_1.Tpo .deps/script_test_1.Po -g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -Wl,-T,../../../W._C._Handy/gold/testsuite/script_test_1.t -o script_test_1 script_test_1.o -ldl +`echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_1a.o -MD -MP -MF .deps/script_test_1a.Tpo -c -o script_test_1a.o ../../../W._C._Handy/gold/testsuite/script_test_1a.cc +mv -f .deps/script_test_1a.Tpo .deps/script_test_1a.Po +`echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_1b.o -MD -MP -MF .deps/script_test_1b.Tpo -c -o script_test_1b.o ../../../W._C._Handy/gold/testsuite/script_test_1b.cc +mv -f .deps/script_test_1b.Tpo .deps/script_test_1b.Po +g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-R,. -Wl,-T,../../../W._C._Handy/gold/testsuite/script_test_1.t -o script_test_1 script_test_1a.o script_test_1b.o -ldl `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_2.o -MD -MP -MF .deps/script_test_2.Tpo -c -o script_test_2.o ../../../W._C._Handy/gold/testsuite/script_test_2.cc mv -f .deps/script_test_2.Tpo .deps/script_test_2.Po `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_2a.o -MD -MP -MF .deps/script_test_2a.Tpo -c -o script_test_2a.o ../../../W._C._Handy/gold/testsuite/script_test_2a.cc @@ -706,8 +713,9 @@ g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o script_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -Wl,-T,../../../W._C._Handy/gold/testsuite/script_test_3.t g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-T,../../../W._C._Handy/gold/testsuite/script_test_3.t -o tls_phdrs_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -ldl g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -Bgcctestdir/ -Wl,-T,../../../W._C._Handy/gold/testsuite/script_test_4.t -o tls_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -ldl -`echo gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -g -o script_test_11.o ../../../W._C._Handy/gold/testsuite/script_test_11.c -gcctestdir/ld -r -o script_test_11_r.o -T ../../../W._C._Handy/gold/testsuite/script_test_11.t script_test_11.o +`echo gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -g -o script_test_11a.o ../../../W._C._Handy/gold/testsuite/script_test_11a.c +`echo gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -g -o script_test_11b.o ../../../W._C._Handy/gold/testsuite/script_test_11b.c +gcctestdir/ld -r -o script_test_11_r.o -T ../../../W._C._Handy/gold/testsuite/script_test_11.t script_test_11a.o script_test_11b.o `echo gcc-4.9 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o script_test_11 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_11_r.o `echo gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -o script_test_12a.o ../../../W._C._Handy/gold/testsuite/script_test_12a.c `echo gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -o script_test_12b.o ../../../W._C._Handy/gold/testsuite/script_test_12b.c @@ -1126,6 +1134,7 @@ make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/i386_mov_to make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/debug_msg.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/missing_key_func.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/undef_symbol.sh'. +make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/pr18689.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/ver_test_1.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/ver_test_2.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/ver_test_4.sh'. @@ -1162,6 +1171,7 @@ make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/dyn_weak_re make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/memory_test.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/gdb_index_test_1.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/gdb_index_test_2.sh'. +make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/gdb_index_test_2_gabi.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/gdb_index_test_3.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/gdb_index_test_4.sh'. make[5]: Nothing to be done for '../../../W._C._Handy/gold/testsuite/ehdr_start_test_4.sh'. @@ -1268,6 +1278,10 @@ rm -f gcctestdir/as `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o odr_violation1_cdebug.o ../../../W._C._Handy/gold/testsuite/odr_violation1.cc `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O2 -g -Wa,--compress-debug-sections -c -w -o odr_violation2_cdebug.o ../../../W._C._Handy/gold/testsuite/odr_violation2.cc g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o debug_msg_cdebug.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_cdebug debug_msg_cdebug.o odr_violation1_cdebug.o odr_violation2_cdebug.o 2>debug_msg_cdebug.err +`echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections=zlib-gabi -c -w -o debug_msg_cdebug_gabi.o ../../../W._C._Handy/gold/testsuite/debug_msg.cc +`echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections=zlib-gabi -c -w -o odr_violation1_cdebug_gabi.o ../../../W._C._Handy/gold/testsuite/odr_violation1.cc +`echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O2 -g -Wa,--compress-debug-sections=zlib-gabi -c -w -o odr_violation2_cdebug_gabi.o ../../../W._C._Handy/gold/testsuite/odr_violation2.cc +g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o debug_msg_cdebug_gabi.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_cdebug debug_msg_cdebug_gabi.o odr_violation1_cdebug_gabi.o odr_violation2_cdebug_gabi.o 2>debug_msg_cdebug_gabi.err `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o debug_msg.so ../../../W._C._Handy/gold/testsuite/debug_msg.cc `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o odr_violation1.so ../../../W._C._Handy/gold/testsuite/odr_violation1.cc `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O2 -g -shared -fPIC -w -o odr_violation2.so ../../../W._C._Handy/gold/testsuite/odr_violation2.cc @@ -1281,6 +1295,33 @@ mv -f .deps/undef_symbol_main.Tpo .deps/undef_symbol_main.Po `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -c -fPIC ../../../W._C._Handy/gold/testsuite/undef_symbol.cc `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o undef_symbol.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared undef_symbol.o g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o undef_symbol.err -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so 2>undef_symbol.err +../../binutils/readelf -w flagstest_compress_debug_sections_none > flagstest_compress_debug_sections_none.stdout.tmp +mv -f flagstest_compress_debug_sections_none.stdout.tmp flagstest_compress_debug_sections_none.stdout +../../binutils/readelf -w flagstest_compress_debug_sections | sed -e "s/.zdebug_/.debug_/" > flagstest_compress_debug_sections.stdout.tmp +mv -f flagstest_compress_debug_sections.stdout.tmp flagstest_compress_debug_sections.stdout +cmp flagstest_compress_debug_sections.stdout \ + flagstest_compress_debug_sections_none.stdout > flagstest_compress_debug_sections.cmp.tmp +mv -f flagstest_compress_debug_sections.cmp.tmp flagstest_compress_debug_sections.cmp +../../binutils/readelf -SW flagstest_compress_debug_sections | egrep ".debug_.* C *" > flagstest_compress_debug_sections.check.tmp +mv -f flagstest_compress_debug_sections.check.tmp flagstest_compress_debug_sections.check +../../binutils/readelf -w flagstest_compress_debug_sections_gnu | sed -e "s/.zdebug_/.debug_/" > flagstest_compress_debug_sections_gnu.stdout.tmp +mv -f flagstest_compress_debug_sections_gnu.stdout.tmp flagstest_compress_debug_sections_gnu.stdout +cmp flagstest_compress_debug_sections_gnu.stdout \ + flagstest_compress_debug_sections_none.stdout > flagstest_compress_debug_sections_gnu.cmp.tmp +mv -f flagstest_compress_debug_sections_gnu.cmp.tmp flagstest_compress_debug_sections_gnu.cmp +../../binutils/readelf -SW flagstest_compress_debug_sections_gnu | grep ".zdebug_" > flagstest_compress_debug_sections_gnu.check.tmp +mv -f flagstest_compress_debug_sections_gnu.check.tmp flagstest_compress_debug_sections_gnu.check +../../binutils/readelf -w flagstest_compress_debug_sections_gabi > flagstest_compress_debug_sections_gabi.stdout.tmp +mv -f flagstest_compress_debug_sections_gabi.stdout.tmp flagstest_compress_debug_sections_gabi.stdout +cmp flagstest_compress_debug_sections_gabi.stdout \ + flagstest_compress_debug_sections_none.stdout > flagstest_compress_debug_sections_gabi.cmp.tmp +mv -f flagstest_compress_debug_sections_gabi.cmp.tmp flagstest_compress_debug_sections_gabi.cmp +../../binutils/readelf -tW flagstest_compress_debug_sections_gabi | grep "COMPRESSED" > flagstest_compress_debug_sections_gabi.check.tmp +mv -f flagstest_compress_debug_sections_gabi.check.tmp flagstest_compress_debug_sections_gabi.check +`echo gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -Bgcctestdir/ -ggdb3 -g -Wa,--compress-debug-sections=zlib-gabi -c -w -o pr18689.o ../../../W._C._Handy/gold/testsuite/pr18689.c +../ld-new -r -o pr18689a.o pr18689.o +../ld-new -r -o pr18689b.o pr18689a.o +../../binutils/readelf -SW pr18689b.o > pr18689.stdout `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o flagstest_o_ttext_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_o_ttext_2 flagstest_debug.o -Wl,-Ttext,0x400010 -Wl,-Tdata,0x800010 ../../binutils/readelf -s ver_test_1.so >ver_test_1.syms 2>/dev/null ../../binutils/readelf -s ver_test_2 >ver_test_2.syms 2>/dev/null @@ -1388,6 +1429,9 @@ cp ../../../W._C._Handy/gold/testsuite/memory_test_inc_3.t.src memory_test_inc_3 `echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -o gdb_index_test_cdebug.o ../../../W._C._Handy/gold/testsuite/gdb_index_test.cc `echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o gdb_index_test_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gdb-index gdb_index_test_cdebug.o ../../binutils/readelf --debug-dump=gdb_index gdb_index_test_2 > gdb_index_test_2.stdout +`echo g++-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections=zlib-gabi -c -o gdb_index_test_cdebug_gabi.o ../../../W._C._Handy/gold/testsuite/gdb_index_test.cc +`echo g++-4.9 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o gdb_index_test_2_gabi | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gdb-index gdb_index_test_cdebug_gabi.o +../../binutils/readelf --debug-dump=gdb_index gdb_index_test_2_gabi > gdb_index_test_2_gabi.stdout `echo gcc-4.9 -DHAVE_CONFIG_H -I. -I../../../W._C._Handy/gold/testsuite -I.. -I../../../W._C._Handy/gold/testsuite -I../../../W._C._Handy/gold/testsuite/.. -I../../../W._C._Handy/gold/testsuite/../../include -I../../../W._C._Handy/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"[...]/tschwinge/W._C._Handy.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -g -c -o gdb_index_test_3.o ../../../W._C._Handy/gold/testsuite/gdb_index_test_3.c `echo gcc-4.9 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O2 -fno-use-linker-plugin -o gdb_index_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gdb-index,--fatal-warnings gdb_index_test_3.o ../../binutils/readelf --debug-dump=gdb_index gdb_index_test_3 > gdb_index_test_3.stdout @@ -1444,6 +1488,7 @@ PASS: i386_mov_to_lea.sh PASS: debug_msg.sh PASS: missing_key_func.sh PASS: undef_symbol.sh +PASS: pr18689.sh PASS: ver_test_1.sh PASS: ver_test_2.sh PASS: ver_test_4.sh @@ -1480,6 +1525,7 @@ PASS: dyn_weak_ref.sh PASS: memory_test.sh PASS: gdb_index_test_1.sh PASS: gdb_index_test_2.sh +PASS: gdb_index_test_2_gabi.sh PASS: gdb_index_test_3.sh PASS: gdb_index_test_4.sh PASS: ehdr_start_test_4.sh @@ -1557,8 +1603,11 @@ PASS: initpri1 PASS: initpri2 PASS: initpri3a PASS: flagstest_o_specialfile +PASS: flagstest_compress_debug_sections_none PASS: flagstest_compress_debug_sections PASS: flagstest_compress_debug_sections_and_build_id_tree +PASS: flagstest_compress_debug_sections_gnu +PASS: flagstest_compress_debug_sections_gabi PASS: flagstest_o_specialfile_and_compress_debug_sections PASS: flagstest_o_ttext_1 PASS: ver_test @@ -1641,19 +1690,19 @@ PASS: ehdr_start_test_2 PASS: ehdr_start_test_3 PASS: ehdr_start_test_5 ============================ -1 of 220 tests failed +1 of 225 tests failed See testsuite/test-suite.log ============================ -Makefile:4172: recipe for target 'test-suite.log' failed +Makefile:4250: recipe for target 'test-suite.log' failed make[6]: *** [test-suite.log] Error 1 make[6]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gold/testsuite' -Makefile:4251: recipe for target 'check-TESTS' failed +Makefile:4329: recipe for target 'check-TESTS' failed make[5]: *** [check-TESTS] Error 2 make[5]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gold/testsuite' -Makefile:4796: recipe for target 'check-am' failed +Makefile:4884: recipe for target 'check-am' failed make[4]: *** [check-am] Error 2 make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gold/testsuite' -Makefile:4800: recipe for target 'check' failed +Makefile:4888: recipe for target 'check' failed make[3]: *** [check] Error 2 make[3]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gold/testsuite' make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/gold' @@ -1752,7 +1801,7 @@ if /bin/dash -c "$runtest --version" > /dev/null 2>&1; then \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find tool init file -Test Run By thomas on Mon Nov 2 15:19:20 2015 +Test Run By thomas on Mon Nov 2 22:15:37 2015 Native configuration is i686-pc-linux-gnu === ld tests === @@ -1889,6 +1938,7 @@ Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-tic6x/tic6x.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-tilegx/tilegx.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-tilepro/tilepro.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-undefined/entry.exp ... +Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-undefined/require-defined.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-undefined/undefined.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-undefined/weak-undef.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-unique/unique.exp ... @@ -1912,11 +1962,11 @@ Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-xtensa/xtensa.exp ... === ld Summary === -# of expected passes 1112 +# of expected passes 1142 # of expected failures 4 # of untested testcases 6 # of unsupported tests 8 -[...]/tschwinge/W._C._Handy.build/ld/ld-new 2.25.51.20150619 +[...]/tschwinge/W._C._Handy.build/ld/ld-new 2.25.51.20150819 make[5]: Leaving directory '[...]/tschwinge/W._C._Handy.build/ld' make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/ld' @@ -1927,16 +1977,16 @@ make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '[...]/tschwinge/W._C._Handy.build/libdecnumber' make[2]: Entering directory '[...]/tschwinge/W._C._Handy.build/libiberty' make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/libiberty/testsuite' -gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -o test-demangle \ +gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -o test-demangle \ ../../../W._C._Handy/libiberty/testsuite/test-demangle.c ../libiberty.a ./test-demangle < ../../../W._C._Handy/libiberty/testsuite/demangle-expected -./test-demangle: 897 tests, 0 failures +./test-demangle: 898 tests, 0 failures ./test-demangle < ../../../W._C._Handy/libiberty/testsuite/d-demangle-expected -./test-demangle: 230 tests, 0 failures -gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ +./test-demangle: 266 tests, 0 failures +gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ ../../../W._C._Handy/libiberty/testsuite/test-pexecute.c ../libiberty.a ./test-pexecute -gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ +gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ ../../../W._C._Handy/libiberty/testsuite/test-expandargv.c ../libiberty.a ./test-expandargv PASS: test-expandargv-0. @@ -1946,7 +1996,7 @@ PASS: test-expandargv-3. PASS: test-expandargv-4. PASS: test-expandargv-5. PASS: test-expandargv-6. -gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-strtol \ +gcc-4.9 -DHAVE_CONFIG_H -g -O2 -I.. -I../../../W._C._Handy/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-strtol \ ../../../W._C._Handy/libiberty/testsuite/test-strtol.c ../libiberty.a ./test-strtol PASS: test-strtol-0. @@ -2019,7 +2069,7 @@ Making a new config file... make check-single make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite' rootme=`pwd`; export rootme; srcdir=../../../W._C._Handy/gdb/testsuite ; export srcdir ; EXPECT=`if [ "${READ1}" != "" ] ; then echo ${rootme}/expect-read1; elif [ -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 -Test Run By thomas on Mon Nov 2 15:21:40 2015 +Test Run By thomas on Mon Nov 2 22:20:12 2015 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -2074,11 +2124,12 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/frame_args.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/fullname_bp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/fun_addr.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/fun_in_declare.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/fun_renaming.exp ... +FAIL: gdb.ada/fun_renaming.exp: print n(1) Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/funcall_param.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/funcall_ref.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/homonym.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/info_exc.exp ... -FAIL: gdb.ada/info_exc.exp: info exceptions Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/info_locals_renaming.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/info_types.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/int_deref.exp ... @@ -2153,6 +2204,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/type_coercion.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/uninitialized_vars.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/var_arr_attrs.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/var_arr_typedef.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/var_rec_arr.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/variant_record_packed_array.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/watch_arg.exp ... @@ -2175,6 +2227,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-i386-address.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-optimout-repeat.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-prologue-skip.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-prologue-xmm.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-stap-optional-prefix.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp ... @@ -2196,8 +2249,6 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/gdb1558.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-avx.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-avx512.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-biarch-core.exp ... -FAIL: gdb.arch/i386-biarch-core.exp: core-file -FAIL: gdb.arch/i386-biarch-core.exp: .text is readable Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-bp_permanent.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-byte.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-cfi-notcurrent.exp ... @@ -2247,7 +2298,6 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc-dfp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc-fp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp ... -ERROR: Couldn't load [...]/tschwinge/W._C._Handy.build/gdb/testsuite/gdb.arch/cordic.ko into [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../gdb/gdb. Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/s390-multiarch.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/s390-tdbregs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/s390-vregs.exp ... @@ -2323,6 +2373,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/catch-signal.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.exp ... FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64 Running ../../../W._C._Handy/gdb/testsuite/gdb.base/charset.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/checkpoint-ns.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/checkpoint.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/chng-syms.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/code-expr.exp ... @@ -2350,8 +2401,6 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dbx.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dcache-line-read-error.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/debug-expr.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/default.exp ... -FAIL: gdb.base/default.exp: info set -FAIL: gdb.base/default.exp: show Running ../../../W._C._Handy/gdb/testsuite/gdb.base/define.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/del.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/detach.exp ... @@ -2359,6 +2408,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dfp-exprs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dfp-test.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/disabled-location.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/disasm-end-cu.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/disasm-optim.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/disp-step-syscall.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/display.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dmsym.exp ... @@ -2369,6 +2419,47 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-next.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-non-stop.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-pending.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dso2dso.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dtrace-probe.exp ... gdb compile failed, /usr/bin/ld: i386:x86-64 architecture of input file `[...]/tschwinge/W._C._Handy.build/gdb/testsuite/gdb.base/dtrace-probe-p.o' is incompatible with i386 output collect2: error: ld returned 1 exit status @@ -2379,6 +2470,28 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/echo.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/empty_exe.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/ena-dis-br.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/ending-run.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.base/ending-run.exp: step out of main +FAIL: gdb.base/ending-run.exp: step to end of run Running ../../../W._C._Handy/gdb/testsuite/gdb.base/enum_cond.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/enumval.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/environ.exp ... @@ -2414,6 +2527,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gcore-buffer-overflow.exp .. Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gcore-relro-pie.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gcore-relro.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gcore.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb-sigterm-2.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb-sigterm.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb1056.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb1090.exp ... @@ -2423,7 +2537,6 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb1250.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb1555.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb1821.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdbhistsize-history.exp ... -FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdbindex-stabs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdbinit-history.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdbvars.exp ... @@ -2440,6 +2553,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hbreak-unmapped.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hbreak.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hbreak2.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/help.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/history-duplicates.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hook-stop-continue.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hook-stop-frame.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/huge.exp ... @@ -2458,17 +2572,64 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/interact.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/interp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/interrupt-noterm.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/interrupt.exp ... -FAIL: gdb.base/interrupt.exp: process is alive (timeout) -FAIL: gdb.base/interrupt.exp: child process ate our char (timeout) -FAIL: gdb.base/interrupt.exp: echo data (timeout) -FAIL: gdb.base/interrupt.exp: echo more data (timeout) -FAIL: gdb.base/interrupt.exp: send end of file (timeout) +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! FAIL: gdb.base/interrupt.exp: send end of file Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jit-simple.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jit-so.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jit.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jump.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/kill-after-signal.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/kill-detach-inferiors-cmd.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/killed-outside.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/label.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/langs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/ldbl_e308.exp ... @@ -2491,7 +2652,28 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/miscexprs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/morestack.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/moribund-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/multi-forks.exp ... -Running ../../../W._C._Handy/gdb/testsuite/gdb.base/multi-line-starts-subshell.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -i "$inferior_spawn_id $gdb_spawn_id" + -re "($decimal done)|(Breakpoint)|($gdb_prompt)" { + if {[info exists e..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openFAIL: gdb.base/multi-forks.exp: run to exit 2 (timeout) +FAIL: gdb.base/multi-forks.exp: info breakpoints (timeout) +ERROR: breakpoints not deleted +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -i "$inferior_spawn_id $gdb_spawn_id" + -re "($decimal done)|(Breakpoint)|($gdb_prompt)" { + if {[info exists e..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openRunning ../../../W._C._Handy/gdb/testsuite/gdb.base/multi-line-starts-subshell.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/nextoverexit.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/nodebug.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/nofield.exp ... @@ -2583,6 +2765,47 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/setshow.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/setvar.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/shell.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/shlib-call.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.base/shlib-call.exp: print g +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! Running ../../../W._C._Handy/gdb/testsuite/gdb.base/shreloc.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigall.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigaltstack.exp ... @@ -2599,6 +2822,147 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/signull.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigrepeat.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigstep.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sizeof.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp11 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.base/sizeof.exp: set padding_char.v = 1 Running ../../../W._C._Handy/gdb/testsuite/gdb.base/skip-solib.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/skip.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/so-impl-ld.exp ... @@ -2684,10 +3048,64 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/until-nodebug.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/until.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/unwindonsignal.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-db-attach.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-disp-step.exp ... +FAIL: gdb.base/valgrind-disp-step.exp: target remote for vgdb Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-infcall.exp ... FAIL: gdb.base/valgrind-infcall.exp: target remote for vgdb Running ../../../W._C._Handy/gdb/testsuite/gdb.base/value-double-free.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/varargs.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.base/varargs.exp: print find_max_float_real(4, fc1, fc2, fc3, fc4) +FAIL: gdb.base/varargs.exp: print find_max_double_real(4, dc1, dc2, dc3, dc4) Running ../../../W._C._Handy/gdb/testsuite/gdb.base/vdso-warning.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/vla-datatypes.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/vla-ptr.exp ... @@ -2723,12 +3141,14 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/gcore.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/instruction_history.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/multi-thread-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/nohist.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/record_goto-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/record_goto.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/rn-dl-bind.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/segv.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/stepi.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/tailcall.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/tsx.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/unknown_functions.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/vdso.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.cell/arch.exp ... @@ -2879,6 +3299,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/typedef-operator.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/typeid.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/userdef.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/using-crash.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/var-tag.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/virtbase.exp ... FAIL: gdb.cp/virtbase.exp: print *this FAIL: gdb.cp/virtbase.exp: print *(D *) e @@ -2937,6 +3358,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-cu-size.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-dos-drive.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-dummy-cu.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-dup-frame.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-empty-namespace.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.exp ... @@ -3028,6 +3450,141 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.fortran/subarray.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.fortran/types.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.fortran/whatis_type.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/complaints.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: list has one entry +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: serial line 1 +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: serial line 2 +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: short line 1 +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: short line 2 +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/observer.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/python-interrupts.exp ... FAIL: gdb.gdb/python-interrupts.exp: call catch_command_errors(execute_command, "python print(5)", 0) @@ -3035,6 +3592,27 @@ FAIL: gdb.gdb/python-interrupts.exp: signal SIGINT Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/python-selftest.exp ... FAIL: gdb.gdb/python-selftest.exp: call catch_command_errors(execute_command, "python print(5)", 0) Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/selftest.exp ... +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp12 -timeout 10 + -re ".*A problem internal to GDB has been detected" { + fail "$message (GDB internal error)" + gdb_internal_erro..." + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openWARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/selftest.exp: backtrace through signal handler Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/xfullpath.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.go/basic-types.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.go/chan.exp ... @@ -3098,6 +3676,14 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.java/jv-exp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.java/jv-print.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/break-ask.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/break-asm-file.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/cpexplicit.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/explicit.exp ... +FAIL: gdb.linespec/explicit.exp: complete unique function name (timeout) +FAIL: gdb.linespec/explicit.exp: complete non-unique function name (timeout) +FAIL: gdb.linespec/explicit.exp: complete non-existant function name (timeout) +FAIL: gdb.linespec/explicit.exp: complete unique file name (timeout) +FAIL: gdb.linespec/explicit.exp: complete non-unique file name (timeout) +ERROR: Process no longer exists Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/keywords.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/linespec.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/ls-dollar.exp ... @@ -3124,6 +3710,10 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-detach.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-disassemble.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-dprintf-pending.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-dprintf.exp ... +FAIL: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf (timeout) +FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf (timeout) +FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf (timeout) +FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf (timeout) Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-eval.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-exit-code.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-file-transfer.exp ... @@ -3173,7 +3763,6 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-var-rtti.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-vla-c99.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-watch-nonstop.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-watch.exp ... -XPASS: gdb.mi/mi-watch.exp: sw: watchpoint trigger Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi2-amd64-entry-value.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi2-prompt.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi2-var-child.exp ... @@ -3228,6 +3817,20 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.pascal/stub-method.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.pascal/types.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/backtrace.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/disassemble.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-null-lookup.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-pervasive-typedef.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-print-cerr.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-ptype-string.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-runto-main.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-select-file.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-null-lookup.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-pervasive-typedef.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-print-cerr.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-ptype-string.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-runto-main.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-select-file.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/single-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/skip-prologue.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/solib.exp ... @@ -3263,6 +3866,8 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-infthread.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-lazy-string.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-linetable.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-lookup-type.exp ... +FAIL: gdb.python/py-lookup-type.exp: lookup type ucent using language d +Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-mi-objfile.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-mi.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-objfile-script.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-objfile.exp ... @@ -3319,7 +3924,9 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.reverse/until-reverse.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.reverse/watch-precsave.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.reverse/watch-reverse.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.server/ext-attach.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.server/ext-restart.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.server/ext-run.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.server/ext-wrapper.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.server/file-transfer.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.server/no-thread-db.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.server/non-existing-program.exp ... @@ -3347,10 +3954,13 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/current-lwp-dead.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/dlopen-libpthread.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/execl.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-child-threads.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-plus-threads.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-thread-pending.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/forking-threads-plus-breakpoint.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/gcore-stale-thread.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/gcore-thread.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/hand-call-in-threads.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/hand-call-new-thread.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/ia64-sigill.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/info-threads-cur-sal.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/interrupted-hand-call.exp ... @@ -3364,14 +3974,17 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create-ns-info-thr. Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/multiple-step-overs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/next-bp-other-thread.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-ldr-exc-2.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-ldr-exc-3.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-ldr-exc-4.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-ldr-exit.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-stop-fair-events.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/pending-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/print-threads.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/pthread_cond_wait.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/pthreads.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/queue-signal.exp ... @@ -3462,16 +4075,16 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.xml/tdesc-xinclude.exp ... === gdb Summary === -# of expected passes 33408 -# of unexpected failures 142 -# of unexpected successes 2 -# of expected failures 62 +# of expected passes 34125 +# of unexpected failures 157 +# of unexpected successes 1 +# of expected failures 64 # of unknown successes 1 -# of known failures 64 -# of unresolved testcases 2 +# of known failures 63 +# of unresolved testcases 4 # of untested testcases 41 -# of unsupported tests 66 -[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../gdb/gdb version 7.9.50.20150619-cvs -nw -nx -data-directory [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../data-directory +# of unsupported tests 67 +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../gdb/gdb version 7.10.50.20150819-cvs -nw -nx -data-directory [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../data-directory Makefile:196: recipe for target 'check-single' failed make[4]: *** [check-single] Error 1 @@ -3479,10 +4092,10 @@ make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite' Makefile:155: recipe for target 'check' failed make[3]: *** [check] Error 2 make[3]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite' -Makefile:1144: recipe for target 'check' failed +Makefile:1149: recipe for target 'check' failed make[2]: *** [check] Error 2 make[2]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb' -Makefile:10718: recipe for target 'check-gdb' failed +Makefile:10776: recipe for target 'check-gdb' failed make[1]: *** [check-gdb] Error 2 make[1]: Target 'check-host' not remade because of errors. make[1]: Nothing to be done for 'check-target'. diff --git a/binutils-gdb/kepler.SCHWINGE/test/binutils/binutils.sum b/binutils-gdb/kepler.SCHWINGE/test/binutils/binutils.sum index 885d5888..01594eab 100644 --- a/binutils-gdb/kepler.SCHWINGE/test/binutils/binutils.sum +++ b/binutils-gdb/kepler.SCHWINGE/test/binutils/binutils.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Mon Nov 2 15:16:11 2015 +Test Run By thomas on Mon Nov 2 22:10:48 2015 Native configuration is i686-pc-linux-gnu === binutils tests === @@ -24,7 +24,7 @@ Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/compress.exp PASS: objcopy (objcopy compress debug sections) PASS: objcopy (objcopy decompress compressed debug sections) PASS: objcopy decompress debug sections in archive -PASS: objcopy compress debug sections in archive +PASS: objcopy compress debug sections in archive with zlib-gnu PASS: objdump compress debug sections PASS: objdump compress debug sections 3 PASS: objcopy (objcopy compress empty debug sections) @@ -84,6 +84,11 @@ PASS: run stripped executable PASS: run stripped executable with saving a symbol PASS: keep only debug data PASS: simple objcopy of debug data +PASS: NOBITS sections retain sh_link field +PASS: localize 'fo*' but not 'foo' +PASS: weaken 'fo*' but not 'foo' +PASS: weaken 'fo*' but not 'foo', localize foo. +PASS: weaken '*' but not 'foo' or 'bar' PASS: objcopy (ELF unknown section type) PASS: objcopy (ELF group) PASS: objcopy (ELF group) @@ -105,6 +110,7 @@ PASS: strip with section group 6 PASS: strip with section group 7 PASS: strip with section group 8 PASS: strip with section group 9 +PASS: binutils-all/strip-12 PASS: strip on STB_GNU_UNIQUE PASS: strip -g empty file PASS: objcopy keeps symbols needed by relocs @@ -153,5 +159,5 @@ Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/x86-64/x86-6 === binutils Summary === -# of expected passes 119 +# of expected passes 125 # of unsupported tests 4 diff --git a/binutils-gdb/kepler.SCHWINGE/test/gas/testsuite/gas.sum b/binutils-gdb/kepler.SCHWINGE/test/gas/testsuite/gas.sum index eac04eec..03eb5301 100644 --- a/binutils-gdb/kepler.SCHWINGE/test/gas/testsuite/gas.sum +++ b/binutils-gdb/kepler.SCHWINGE/test/gas/testsuite/gas.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Mon Nov 2 15:16:19 2015 +Test Run By thomas on Mon Nov 2 22:10:56 2015 Native configuration is i686-pc-linux-gnu === gas tests === @@ -137,6 +137,7 @@ PASS: Check bad group PASS: Multibyte symbol names PASS: weak and common directives PASS: common and weak directives +PASS: .strtab section PASS: gas/elf/warn-2.s (test for warnings, line ) PASS: gas/elf/warn-2.s (test for excess errors) Running [...]/tschwinge/W._C._Handy/gas/testsuite/gas/epiphany/allinsn.exp ... @@ -258,6 +259,7 @@ PASS: i386 mem (Intel mode) PASS: i386 reg PASS: i386 reg (Intel mode) PASS: i386 +PASS: i386 (Intel mode) PASS: i386 float AT&T mnemonic PASS: i386 float Intel mnemonic PASS: i386 arch 1 @@ -466,6 +468,8 @@ PASS: i386 AVX512VBMI/VL insns PASS: i386 AVX512VBMI/VL insns (Intel disassembly) PASS: i386 CLZERO insn PASS: opcodes with invalid modrm byte +PASS: i386 monitorx and mwaitx insn +PASS: i386 mwaitx-reg PASS: i386 reloc PASS: i386 jump16 PASS: i386 white @@ -641,6 +645,6 @@ Running [...]/tschwinge/W._C._Handy/gas/testsuite/gas/z8k/z8k.exp ... === gas Summary === -# of expected passes 502 -../as-new 2.25.51.20150619 +# of expected passes 506 +../as-new 2.25.51.20150819 diff --git a/binutils-gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.sum b/binutils-gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.sum index 89e7833b..90a9ebf1 100644 --- a/binutils-gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.sum +++ b/binutils-gdb/kepler.SCHWINGE/test/gdb/testsuite/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Mon Nov 2 15:21:40 2015 +Test Run By thomas on Mon Nov 2 22:20:12 2015 Native configuration is i686-pc-linux-gnu === gdb tests === @@ -285,6 +285,12 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/fun_in_declare.exp ... PASS: gdb.ada/fun_in_declare.exp: compilation foo.adb PASS: gdb.ada/fun_in_declare.exp: insert breakpoint inside foo.call_me PASS: gdb.ada/fun_in_declare.exp: decoding of function name +Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/fun_renaming.exp ... +PASS: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb +PASS: gdb.ada/fun_renaming.exp: print next(1) +FAIL: gdb.ada/fun_renaming.exp: print n(1) +XFAIL: gdb.ada/fun_renaming.exp: print renamed_next(1) +XFAIL: gdb.ada/fun_renaming.exp: print pack.renamed_next(1) Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/funcall_param.exp ... PASS: gdb.ada/funcall_param.exp: compilation foo.adb PASS: gdb.ada/funcall_param.exp: p ident (ident (my_parameter)) @@ -310,7 +316,7 @@ PASS: gdb.ada/homonym.exp: ptype lcl at BREAK_2 PASS: gdb.ada/homonym.exp: print lcl at BREAK_2 Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/info_exc.exp ... PASS: gdb.ada/info_exc.exp: compilation foo.adb -FAIL: gdb.ada/info_exc.exp: info exceptions +PASS: gdb.ada/info_exc.exp: info exceptions PASS: gdb.ada/info_exc.exp: info exceptions task PASS: gdb.ada/info_exc.exp: info exceptions global_gdb PASS: gdb.ada/info_exc.exp: info exceptions const.aint @@ -698,6 +704,11 @@ PASS: gdb.ada/var_arr_attrs.exp: print my_object.data'length PASS: gdb.ada/var_arr_attrs.exp: print my_small_object.data'first PASS: gdb.ada/var_arr_attrs.exp: print my_small_object.data'last PASS: gdb.ada/var_arr_attrs.exp: print my_small_object.data'length +Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/var_arr_typedef.exp ... +PASS: gdb.ada/var_arr_typedef.exp: compilation var_arr_typedef.adb +PASS: gdb.ada/var_arr_typedef.exp: print va +PASS: gdb.ada/var_arr_typedef.exp: print vb +PASS: gdb.ada/var_arr_typedef.exp: print a Running ../../../W._C._Handy/gdb/testsuite/gdb.ada/var_rec_arr.exp ... PASS: gdb.ada/var_rec_arr.exp: compilation foo_na09_042.adb PASS: gdb.ada/var_rec_arr.exp: print a1 @@ -751,6 +762,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-i386-address.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-optimout-repeat.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-prologue-skip.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-prologue-xmm.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-stap-optional-prefix.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/amd64-stap-special-operands.exp ... @@ -774,8 +786,8 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-avx512.exp ... PASS: gdb.arch/i386-avx512.exp: probe AVX512 support UNSUPPORTED: gdb.arch/i386-avx512.exp: processor does not support AVX512 Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-biarch-core.exp ... -FAIL: gdb.arch/i386-biarch-core.exp: core-file -FAIL: gdb.arch/i386-biarch-core.exp: .text is readable +PASS: gdb.arch/i386-biarch-core.exp: complete set gnutarget +UNTESTED: gdb.arch/i386-biarch-core.exp: .text is readable Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/i386-bp_permanent.exp ... PASS: gdb.arch/i386-bp_permanent.exp: stop at permanent breakpoint PASS: gdb.arch/i386-bp_permanent.exp: single-step past permanent breakpoint @@ -977,8 +989,6 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc-dfp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc-fp.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/ppc64-symtab-cordic.exp ... -ERROR: Couldn't load [...]/tschwinge/W._C._Handy.build/gdb/testsuite/gdb.arch/cordic.ko into [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../gdb/gdb. -UNRESOLVED: gdb.arch/ppc64-symtab-cordic.exp: powerpc:common64 is not supported Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/s390-multiarch.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/s390-tdbregs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/s390-vregs.exp ... @@ -992,6 +1002,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/thumb2-it.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.arch/vsx-regs.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.asm/asm-source.exp ... PASS: gdb.asm/asm-source.exp: f at main +PASS: gdb.asm/asm-source.exp: n at main PASS: gdb.asm/asm-source.exp: next over macro PASS: gdb.asm/asm-source.exp: step into foo2 PASS: gdb.asm/asm-source.exp: info target @@ -1445,13 +1456,44 @@ PASS: gdb.base/auxv.exp: matching auxv data from live and gcore Running ../../../W._C._Handy/gdb/testsuite/gdb.base/bang.exp ... PASS: gdb.base/bang.exp: continue until exit Running ../../../W._C._Handy/gdb/testsuite/gdb.base/batch-preserve-term-settings.exp ... -PASS: gdb.base/batch-preserve-term-settings.exp: spawn shell -PASS: gdb.base/batch-preserve-term-settings.exp: stty before -PASS: gdb.base/batch-preserve-term-settings.exp: gdb -batch -ex run -PASS: gdb.base/batch-preserve-term-settings.exp: echo test_echo -PASS: gdb.base/batch-preserve-term-settings.exp: stty after -PASS: gdb.base/batch-preserve-term-settings.exp: terminal settings preserved -PASS: gdb.base/batch-preserve-term-settings.exp: exit shell +PASS: gdb.base/batch-preserve-term-settings.exp: batch run: spawn shell +PASS: gdb.base/batch-preserve-term-settings.exp: batch run: stty before +PASS: gdb.base/batch-preserve-term-settings.exp: batch run: gdb -batch -ex run +PASS: gdb.base/batch-preserve-term-settings.exp: batch run: echo test_echo +PASS: gdb.base/batch-preserve-term-settings.exp: batch run: stty after +PASS: gdb.base/batch-preserve-term-settings.exp: batch run: terminal settings preserved +PASS: gdb.base/batch-preserve-term-settings.exp: batch run: exit shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit: spawn shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit: stty before +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit: start gdb +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit: quit gdb +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit: stty after +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit: terminal settings preserved +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit: exit shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: spawn shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: stty before +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: start gdb +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: run command start +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: quit gdb +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: stty after +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: terminal settings preserved +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after start cmd: exit shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: spawn shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: stty before +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: start gdb +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: run command run +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: quit gdb +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: stty after +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: terminal settings preserved +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after run cmd: exit shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: spawn shell +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: stty before +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: start gdb +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: run shell echo $PPID +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: kill gdb with SIGTERM +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: stty after +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: terminal settings preserved +PASS: gdb.base/batch-preserve-term-settings.exp: cli exit after SIGTERM: exit shell Running ../../../W._C._Handy/gdb/testsuite/gdb.base/bfp-test.exp ... PASS: gdb.base/bfp-test.exp: continue to breakpoint: return PASS: gdb.base/bfp-test.exp: The original value of b32 is 1.5 @@ -2872,7 +2914,7 @@ PASS: gdb.base/call-ar-st.exp: tbreakpoint at tbreak6 PASS: gdb.base/call-ar-st.exp: continue to tbreak6 PASS: gdb.base/call-ar-st.exp: print print_small_structs PASS: gdb.base/call-ar-st.exp: print compute_with_small_structs(20) -PASS: gdb.base/call-ar-st.exp: print print_ten_doubles +PASS: gdb.base/call-ar-st.exp: print print_ten_doubles(123.456, 123.456, -0.12, -1.23, 343434.8, 89.098, 3.14, -5678.12345, -0.11111111, 216.97065) PASS: gdb.base/call-ar-st.exp: tbreakpoint at tbreak7 PASS: gdb.base/call-ar-st.exp: continue to tbreak7 PASS: gdb.base/call-ar-st.exp: tbreak in print_long_arg_list after stepping into memcpy @@ -2881,13 +2923,13 @@ PASS: gdb.base/call-ar-st.exp: print print_small_structs from print_long_arg_lis PASS: gdb.base/call-ar-st.exp: tbreakpoint at tbreak8 PASS: gdb.base/call-ar-st.exp: continue to tbreak8 PASS: gdb.base/call-ar-st.exp: step into init_bit_flags_combo -PASS: gdb.base/call-ar-st.exp: print print_bit_flags_combo from init_bit_flags_combo +PASS: gdb.base/call-ar-st.exp: print print_bit_flags_combo(*bit_flags_combo) PASS: gdb.base/call-ar-st.exp: tbreakpoint at tbreak9 PASS: gdb.base/call-ar-st.exp: continue to tbreak9 PASS: gdb.base/call-ar-st.exp: print print_long_arg_list PASS: gdb.base/call-ar-st.exp: tbreakpoint at tbreak10 PASS: gdb.base/call-ar-st.exp: continue to tbreak10 -PASS: gdb.base/call-ar-st.exp: print sum_struct_print(10, *struct1, *struct2, *struct3, *struct4) +PASS: gdb.base/call-ar-st.exp: print sum_struct_print(10,*struct1,*struct2,*struct3,*struct4) PASS: gdb.base/call-ar-st.exp: print print_struct_rep(*struct1, *struct2, *struct3) PASS: gdb.base/call-ar-st.exp: print print_one_large_struct(*list1) Running ../../../W._C._Handy/gdb/testsuite/gdb.base/call-rt-st.exp ... @@ -3440,7 +3482,7 @@ PASS: gdb.base/catch-gdb-caused-signals.exp: handle SIGSEGV nostop noprint PASS: gdb.base/catch-gdb-caused-signals.exp: handle SIGILL nostop noprint PASS: gdb.base/catch-gdb-caused-signals.exp: print return_one() PASS: gdb.base/catch-gdb-caused-signals.exp: set dprintf-style call -PASS: gdb.base/catch-gdb-caused-signals.exp: dprintf 28,"testdprintf\n" +PASS: gdb.base/catch-gdb-caused-signals.exp: dprintf 32,"testdprintf\n" PASS: gdb.base/catch-gdb-caused-signals.exp: continue Running ../../../W._C._Handy/gdb/testsuite/gdb.base/catch-load.exp ... PASS: gdb.base/catch-load.exp: plain load: set var libname = "catch-load-so.so" @@ -3942,6 +3984,146 @@ PASS: gdb.base/charset.exp: Display String String32 with x/ws PASS: gdb.base/charset.exp: assign string to short array PASS: gdb.base/charset.exp: assign string to int array PASS: gdb.base/charset.exp: assign string to long array +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/checkpoint-ns.exp ... +PASS: gdb.base/checkpoint-ns.exp: break1 start +PASS: gdb.base/checkpoint-ns.exp: break1 two +PASS: gdb.base/checkpoint-ns.exp: break1 three +PASS: gdb.base/checkpoint-ns.exp: break1 four +PASS: gdb.base/checkpoint-ns.exp: break1 five +PASS: gdb.base/checkpoint-ns.exp: break1 six +PASS: gdb.base/checkpoint-ns.exp: break1 seven +PASS: gdb.base/checkpoint-ns.exp: break1 eight +PASS: gdb.base/checkpoint-ns.exp: break1 nine +PASS: gdb.base/checkpoint-ns.exp: break1 ten +PASS: gdb.base/checkpoint-ns.exp: info checkpoints one +PASS: gdb.base/checkpoint-ns.exp: break2 one +PASS: gdb.base/checkpoint-ns.exp: restart 1 one +PASS: gdb.base/checkpoint-ns.exp: verify i 1 one +PASS: gdb.base/checkpoint-ns.exp: step in 1 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 1 one +PASS: gdb.base/checkpoint-ns.exp: restart 2 one +PASS: gdb.base/checkpoint-ns.exp: step in 2 one +PASS: gdb.base/checkpoint-ns.exp: verify i 2 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 2 one +PASS: gdb.base/checkpoint-ns.exp: restart 3 one +PASS: gdb.base/checkpoint-ns.exp: step in 3 one +PASS: gdb.base/checkpoint-ns.exp: verify i 3 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 3 one +PASS: gdb.base/checkpoint-ns.exp: restart 4 one +PASS: gdb.base/checkpoint-ns.exp: step in 4 one +PASS: gdb.base/checkpoint-ns.exp: verify i 4 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 4 one +PASS: gdb.base/checkpoint-ns.exp: restart 5 one +PASS: gdb.base/checkpoint-ns.exp: step in 5 one +PASS: gdb.base/checkpoint-ns.exp: verify i 5 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 5 one +PASS: gdb.base/checkpoint-ns.exp: restart 6 one +PASS: gdb.base/checkpoint-ns.exp: step in 6 one +PASS: gdb.base/checkpoint-ns.exp: verify i 6 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 6 one +PASS: gdb.base/checkpoint-ns.exp: restart 7 one +PASS: gdb.base/checkpoint-ns.exp: step in 7 one +PASS: gdb.base/checkpoint-ns.exp: verify i 7 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 7 one +PASS: gdb.base/checkpoint-ns.exp: restart 8 one +PASS: gdb.base/checkpoint-ns.exp: step in 8 one +PASS: gdb.base/checkpoint-ns.exp: verify i 8 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 8 one +PASS: gdb.base/checkpoint-ns.exp: restart 9 one +PASS: gdb.base/checkpoint-ns.exp: step in 9 one +PASS: gdb.base/checkpoint-ns.exp: verify i 9 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 9 one +PASS: gdb.base/checkpoint-ns.exp: restart 10 one +PASS: gdb.base/checkpoint-ns.exp: step in 10 one +PASS: gdb.base/checkpoint-ns.exp: verify i 10 one +PASS: gdb.base/checkpoint-ns.exp: verify lines 10 one +PASS: gdb.base/checkpoint-ns.exp: restart 0 one +PASS: gdb.base/checkpoint-ns.exp: break3 one +PASS: gdb.base/checkpoint-ns.exp: Diff input and output one +PASS: gdb.base/checkpoint-ns.exp: restart 1 two +PASS: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one +PASS: gdb.base/checkpoint-ns.exp: step in 1 two +PASS: gdb.base/checkpoint-ns.exp: verify lines 1 two +PASS: gdb.base/checkpoint-ns.exp: restart 2 two +PASS: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one +PASS: gdb.base/checkpoint-ns.exp: step in 2 two +PASS: gdb.base/checkpoint-ns.exp: verify lines 2 two +PASS: gdb.base/checkpoint-ns.exp: restart 3 two +PASS: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one +PASS: gdb.base/checkpoint-ns.exp: step in 3 two +PASS: gdb.base/checkpoint-ns.exp: verify lines 3 two +PASS: gdb.base/checkpoint-ns.exp: restart 4 two +PASS: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one +PASS: gdb.base/checkpoint-ns.exp: step in 4 two +PASS: gdb.base/checkpoint-ns.exp: verify lines 4 two +PASS: gdb.base/checkpoint-ns.exp: restart 5 two +PASS: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one +PASS: gdb.base/checkpoint-ns.exp: step in 5 two +PASS: gdb.base/checkpoint-ns.exp: verify lines 5 two +PASS: gdb.base/checkpoint-ns.exp: restart 6 two +PASS: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one +PASS: gdb.base/checkpoint-ns.exp: step in 6 two +PASS: gdb.base/checkpoint-ns.exp: verify lines 5 two +PASS: gdb.base/checkpoint-ns.exp: restart 7 two +PASS: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one +PASS: gdb.base/checkpoint-ns.exp: step in 7 two +PASS: gdb.base/checkpoint-ns.exp: verify lines 7 two +PASS: gdb.base/checkpoint-ns.exp: Diff input and output two +PASS: gdb.base/checkpoint-ns.exp: restart 0 one +PASS: gdb.base/checkpoint-ns.exp: break4 one +PASS: gdb.base/checkpoint-ns.exp: delete copy1 +PASS: gdb.base/checkpoint-ns.exp: restart 1 three +PASS: gdb.base/checkpoint-ns.exp: break2 1 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 1 +PASS: gdb.base/checkpoint-ns.exp: restart 2 three +PASS: gdb.base/checkpoint-ns.exp: break2 2 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 2 +PASS: gdb.base/checkpoint-ns.exp: restart 3 three +PASS: gdb.base/checkpoint-ns.exp: break2 3 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 3 +PASS: gdb.base/checkpoint-ns.exp: restart 4 three +PASS: gdb.base/checkpoint-ns.exp: break2 4 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 4 +PASS: gdb.base/checkpoint-ns.exp: restart 5 three +PASS: gdb.base/checkpoint-ns.exp: break2 5 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 5 +PASS: gdb.base/checkpoint-ns.exp: restart 6 three +PASS: gdb.base/checkpoint-ns.exp: break2 6 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 6 +PASS: gdb.base/checkpoint-ns.exp: restart 7 three +PASS: gdb.base/checkpoint-ns.exp: break2 7 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 7 +PASS: gdb.base/checkpoint-ns.exp: restart 8 three +PASS: gdb.base/checkpoint-ns.exp: break2 8 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 8 +PASS: gdb.base/checkpoint-ns.exp: restart 9 three +PASS: gdb.base/checkpoint-ns.exp: break2 9 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 9 +PASS: gdb.base/checkpoint-ns.exp: restart 10 three +PASS: gdb.base/checkpoint-ns.exp: break2 10 one +PASS: gdb.base/checkpoint-ns.exp: outfile still open 10 +PASS: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork one +PASS: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork two +PASS: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork three +PASS: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork four +PASS: gdb.base/checkpoint-ns.exp: Exit, dropped into next fork five +PASS: gdb.base/checkpoint-ns.exp: info checkpoints two +PASS: gdb.base/checkpoint-ns.exp: kill all one +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 0 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 1 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 2 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 3 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 4 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 5 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 6 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 7 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 8 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 9 +PASS: gdb.base/checkpoint-ns.exp: no more checkpoint 10 +PASS: gdb.base/checkpoint-ns.exp: set checkpoint breakpoint +PASS: gdb.base/checkpoint-ns.exp: break2 with many checkpoints +PASS: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints +PASS: gdb.base/checkpoint-ns.exp: kill all one with many checkpoints Running ../../../W._C._Handy/gdb/testsuite/gdb.base/checkpoint.exp ... PASS: gdb.base/checkpoint.exp: break1 start PASS: gdb.base/checkpoint.exp: break1 two @@ -4412,6 +4594,16 @@ PASS: gdb.base/completion.exp: complete-command 'file ./gdb.base/compl' PASS: gdb.base/completion.exp: complete 'file ./gdb.base/complet' PASS: gdb.base/completion.exp: complete 'info func marke' PASS: gdb.base/completion.exp: complete 'set follow-fork-mode' +PASS: gdb.base/completion.exp: set breakpoint pending off +PASS: gdb.base/completion.exp: tab complete break break +PASS: gdb.base/completion.exp: complete break break +PASS: gdb.base/completion.exp: tab complete break need +PASS: gdb.base/completion.exp: delete breakpoint for tab complete break need +PASS: gdb.base/completion.exp: complete break need +PASS: gdb.base/completion.exp: set max-completions 10 +PASS: gdb.base/completion.exp: tab complete break break.c:ma +PASS: gdb.base/completion.exp: delete breakpoint for tab complete break break.c:ma +PASS: gdb.base/completion.exp: complete break break.c:ma PASS: gdb.base/completion.exp: set max-completions 5 PASS: gdb.base/completion.exp: command-name completion limiting using tab character PASS: gdb.base/completion.exp: command-name completion limiting using complete command @@ -4421,6 +4613,8 @@ PASS: gdb.base/completion.exp: symbol-name completion limiting using complete co PASS: gdb.base/completion.exp: set max-completions unlimited PASS: gdb.base/completion.exp: test completion of layout names PASS: gdb.base/completion.exp: quit command input after testing layout completion +PASS: gdb.base/completion.exp: focus command: test completion +PASS: gdb.base/completion.exp: focus command: quit command input after testing completion Running ../../../W._C._Handy/gdb/testsuite/gdb.base/complex.exp ... PASS: gdb.base/complex.exp: print complex packed value in C PASS: gdb.base/complex.exp: print complex value in C @@ -4940,7 +5134,7 @@ PASS: gdb.base/default.exp: info program PASS: gdb.base/default.exp: info registers PASS: gdb.base/default.exp: info stack "s" abbreviation PASS: gdb.base/default.exp: info stack -FAIL: gdb.base/default.exp: info set +PASS: gdb.base/default.exp: info set PASS: gdb.base/default.exp: info symbol PASS: gdb.base/default.exp: info source PASS: gdb.base/default.exp: info sources @@ -5071,7 +5265,7 @@ PASS: gdb.base/default.exp: show verbose PASS: gdb.base/default.exp: show version PASS: gdb.base/default.exp: show width PASS: gdb.base/default.exp: show write -FAIL: gdb.base/default.exp: show +PASS: gdb.base/default.exp: show PASS: gdb.base/default.exp: set history save off PASS: gdb.base/default.exp: stepi "si" abbreviation PASS: gdb.base/default.exp: stepi @@ -5406,6 +5600,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/disasm-end-cu.exp ... PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&main" PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&dummy_3" PASS: gdb.base/disasm-end-cu.exp: disassemble command returned some output +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/disasm-optim.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.base/disp-step-syscall.exp ... PASS: gdb.base/disp-step-syscall.exp: fork: probe for target remote PASS: gdb.base/disp-step-syscall.exp: fork: delete break 1 @@ -5644,8 +5839,8 @@ PASS: gdb.base/dprintf-non-stop.exp: dprintf triggered PASS: gdb.base/dprintf-non-stop.exp: interrupt PASS: gdb.base/dprintf-non-stop.exp: inferior stopped Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-pending.exp ... -PASS: gdb.base/dprintf-pending.exp: without format: set pending dprintf -PASS: gdb.base/dprintf-pending.exp: without format: resolved dprintf fails to be re-set +PASS: gdb.base/dprintf-pending.exp: without format: missing ,FMT +PASS: gdb.base/dprintf-pending.exp: without format: missing FMT PASS: gdb.base/dprintf-pending.exp: without symbols: set pending dprintf PASS: gdb.base/dprintf-pending.exp: without symbols: single pending dprintf info PASS: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf @@ -5658,21 +5853,38 @@ PASS: gdb.base/dprintf.exp: dprintf foo PASS: gdb.base/dprintf.exp: dprintf 29 PASS: gdb.base/dprintf.exp: dprintf foo,"At foo entry\n" PASS: gdb.base/dprintf.exp: ignore $bpnum 1 -PASS: gdb.base/dprintf.exp: dprintf 26,"arg=%d, g=%d\n", arg, g +PASS: gdb.base/dprintf.exp: dprintf 28,"arg=%d, g=%d\n", arg, g PASS: gdb.base/dprintf.exp: dprintf info 1 -PASS: gdb.base/dprintf.exp: break 27 +PASS: gdb.base/dprintf.exp: break 29 PASS: gdb.base/dprintf.exp: 1st dprintf, gdb PASS: gdb.base/dprintf.exp: 2nd dprintf, gdb -PASS: gdb.base/dprintf.exp: Set dprintf style to call -PASS: gdb.base/dprintf.exp: 1st dprintf, call -PASS: gdb.base/dprintf.exp: 2nd dprintf, call -PASS: gdb.base/dprintf.exp: Set dprintf function -PASS: gdb.base/dprintf.exp: Set dprintf channel -PASS: gdb.base/dprintf.exp: 1st dprintf, fprintf -PASS: gdb.base/dprintf.exp: 2nd dprintf, fprintf -UNSUPPORTED: gdb.base/dprintf.exp: set dprintf style to agent +PASS: gdb.base/dprintf.exp: call: printf: dprintf foo,"At foo entry\n" +PASS: gdb.base/dprintf.exp: call: printf: dprintf 28,"arg=%d, g=%d\n", arg, g +PASS: gdb.base/dprintf.exp: call: printf: break 29 +PASS: gdb.base/dprintf.exp: call: printf: set dprintf style to call +WARNING: remote_expect statement without a default case?! +PASS: gdb.base/dprintf.exp: call: printf: 1st dprintf +WARNING: remote_expect statement without a default case?! +PASS: gdb.base/dprintf.exp: call: printf: 2nd dprintf +PASS: gdb.base/dprintf.exp: call: fprintf: dprintf foo,"At foo entry\n" +PASS: gdb.base/dprintf.exp: call: fprintf: dprintf 28,"arg=%d, g=%d\n", arg, g +PASS: gdb.base/dprintf.exp: call: fprintf: break 29 +PASS: gdb.base/dprintf.exp: call: fprintf: set dprintf function +PASS: gdb.base/dprintf.exp: call: fprintf: set dprintf channel +PASS: gdb.base/dprintf.exp: call: fprintf: set dprintf style to call +WARNING: remote_expect statement without a default case?! +PASS: gdb.base/dprintf.exp: call: fprintf: 1st dprintf +WARNING: remote_expect statement without a default case?! +PASS: gdb.base/dprintf.exp: call: fprintf: 2nd dprintf +PASS: gdb.base/dprintf.exp: agent: dprintf foo,"At foo entry\n" +PASS: gdb.base/dprintf.exp: agent: dprintf 28,"arg=%d, g=%d\n", arg, g +PASS: gdb.base/dprintf.exp: agent: break 29 +UNSUPPORTED: gdb.base/dprintf.exp: agent: set dprintf style to agent PASS: gdb.base/dprintf.exp: Set dprintf style to an unrecognized type PASS: gdb.base/dprintf.exp: probe for target remote +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dso2dso.exp ... +PASS: gdb.base/dso2dso.exp: continue to breakpoint: at call to sub2 +PASS: gdb.base/dso2dso.exp: next over call to sub2 Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dtrace-probe.exp ... gdb compile failed, /usr/bin/ld: i386:x86-64 architecture of input file `[...]/tschwinge/W._C._Handy.build/gdb/testsuite/gdb.base/dtrace-probe-p.o' is incompatible with i386 output collect2: error: ld returned 1 exit status @@ -6015,24 +6227,26 @@ PASS: gdb.base/ena-dis-br.exp: enable $b4.1 fooobar PASS: gdb.base/ena-dis-br.exp: enabled $b4.1 Running ../../../W._C._Handy/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:9, one -PASS: gdb.base/ending-run.exp: b ending-run.c:26 +PASS: gdb.base/ending-run.exp: b ending-run.c:11, one +PASS: gdb.base/ending-run.exp: b ending-run.c:30 PASS: gdb.base/ending-run.exp: run PASS: gdb.base/ending-run.exp: clear worked PASS: gdb.base/ending-run.exp: cleared bp at line before routine PASS: gdb.base/ending-run.exp: b ending-run.c:1 -PASS: gdb.base/ending-run.exp: b ending-run.c:9, two +PASS: gdb.base/ending-run.exp: b ending-run.c:11, two PASS: gdb.base/ending-run.exp: Cleared 2 by line -PASS: gdb.base/ending-run.exp: b ending-run.c:9 -PASS: gdb.base/ending-run.exp: Breakpoint 7 at *ending-run.c:9 +PASS: gdb.base/ending-run.exp: b ending-run.c:11 +PASS: gdb.base/ending-run.exp: Breakpoint 7 at *ending-run.c:11 PASS: gdb.base/ending-run.exp: Clear 2 by default PASS: gdb.base/ending-run.exp: all set to continue +WARNING: remote_expect statement without a default case?! PASS: gdb.base/ending-run.exp: cont +WARNING: remote_expect statement without a default case?! PASS: gdb.base/ending-run.exp: Step to return -PASS: gdb.base/ending-run.exp: step out of main -PASS: gdb.base/ending-run.exp: step to end of run +FAIL: gdb.base/ending-run.exp: step out of main +FAIL: gdb.base/ending-run.exp: step to end of run UNSUPPORTED: gdb.base/ending-run.exp: continue after exit -PASS: gdb.base/ending-run.exp: don't step after run +UNSUPPORTED: gdb.base/ending-run.exp: don't step after run PASS: gdb.base/ending-run.exp: ls: core (No core dumped on quit) Running ../../../W._C._Handy/gdb/testsuite/gdb.base/enum_cond.exp ... PASS: gdb.base/enum_cond.exp: break call_me if param.e == 1 @@ -6979,6 +7193,8 @@ PASS: gdb.base/gcore.exp: corefile restored un-initialized array PASS: gdb.base/gcore.exp: corefile restored heap array PASS: gdb.base/gcore.exp: corefile restored stack array PASS: gdb.base/gcore.exp: corefile restored backtrace +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb-sigterm-2.exp ... +PASS: gdb.base/gdb-sigterm-2.exp: expect eof Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb-sigterm.exp ... PASS: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gdb1056.exp ... @@ -7019,7 +7235,7 @@ PASS: gdb.base/gdbhistsize-history.exp: histsize=10zab: show history size PASS: gdb.base/gdbhistsize-history.exp: histsize=10zab: show commands PASS: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show history size PASS: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show commands -FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size +PASS: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size PASS: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show commands PASS: gdb.base/gdbhistsize-history.exp: histsize=50: show history size PASS: gdb.base/gdbhistsize-history.exp: histsize=50: show commands @@ -7205,16 +7421,7 @@ PASS: gdb.base/gnu_vector.exp: ptype f4b PASS: gdb.base/gnu_vector.exp: ptype float4 PASS: gdb.base/gnu_vector.exp: ptype union_with_vector_1 PASS: gdb.base/gnu_vector.exp: ptype struct_with_vector_1 -KFAIL: gdb.base/gnu_vector.exp: call add_some_intvecs (PRMS: gdb/18537) -KFAIL: gdb.base/gnu_vector.exp: call add_many_charvecs (PRMS: gdb/18537) -KFAIL: gdb.base/gnu_vector.exp: call add_various_floatvecs (PRMS: gdb/18537) -KFAIL: gdb.base/gnu_vector.exp: call add_structvecs (PRMS: gdb/18537) -PASS: gdb.base/gnu_vector.exp: call add_singlevecs -PASS: gdb.base/gnu_vector.exp: continue to add_some_intvecs -KFAIL: gdb.base/gnu_vector.exp: finish shows vector return value (PRMS: gdb/18537) -PASS: gdb.base/gnu_vector.exp: continue to add_some_intvecs -PASS: gdb.base/gnu_vector.exp: set vector return value -KFAIL: gdb.base/gnu_vector.exp: verify vector return value (the program exited) (PRMS: gdb/18537) +UNSUPPORTED: gdb.base/gnu_vector.exp: skip remaining vector ABI tests on this arch Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hashline1.exp ... PASS: gdb.base/hashline1.exp: set breakpoint Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hashline2.exp ... @@ -7344,6 +7551,57 @@ PASS: gdb.base/help.exp: help gotcha PASS: gdb.base/help.exp: apropos \(print[^ bsiedf\".-]\) PASS: gdb.base/help.exp: apropos handle signal PASS: gdb.base/help.exp: apropos apropos +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/history-duplicates.exp ... +PASS: gdb.base/history-duplicates.exp: show history remove-duplicates +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: set history remove-duplicates unlimited +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 0 (item #0) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 1 (item #1) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 2 (item #2) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 1 (item #3) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 1 (item #4) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 2 (item #5) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 3 (item #6) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 3 (item #7) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 4 (item #8) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 1 (item #9) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 2 (item #10) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 3 (item #11) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 4 (item #12) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 4 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 3 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 2 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 1 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 0 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: set history remove-duplicates 1 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 0 (item #0) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 1 (item #1) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 0 (item #2) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 2 (item #3) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 2 (item #4) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 1 (item #5) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 1 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 2 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 0 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 1 (again) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 0 (again) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: set history remove-duplicates 0 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: printing 0 (item #0) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: printing 0 (item #1) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: printing 1 (item #2) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: printing 1 (item #3) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: history entry is print 1 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: history entry is print 1 (again) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: history entry is print 0 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=0: history entry is print 0 (again) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: set history remove-duplicates 2 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 1 (item #0) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 2 (item #1) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 0 (item #2) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 2 (item #3) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 0 (item #4) +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: history entry is print 0 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: history entry is print 2 +PASS: gdb.base/history-duplicates.exp: remove-duplicates=2: history entry is print 1 Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hook-stop-continue.exp ... PASS: gdb.base/hook-stop-continue.exp: breakpoint line number PASS: gdb.base/hook-stop-continue.exp: print $do_continue = 1 @@ -7504,17 +7762,17 @@ PASS: gdb.base/interrupt-noterm.exp: interrupt PASS: gdb.base/interrupt-noterm.exp: inferior received SIGINT Running ../../../W._C._Handy/gdb/testsuite/gdb.base/interrupt.exp ... PASS: gdb.base/interrupt.exp: set interrupt character in interrupt.exp -FAIL: gdb.base/interrupt.exp: process is alive (timeout) -FAIL: gdb.base/interrupt.exp: child process ate our char (timeout) +WARNING: remote_expect statement without a default case?! +WARNING: remote_expect statement without a default case?! 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: echo data (timeout) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/interrupt.exp: Send Control-C, second time PASS: gdb.base/interrupt.exp: signal SIGINT -FAIL: gdb.base/interrupt.exp: echo more data (timeout) -FAIL: gdb.base/interrupt.exp: send end of file (timeout) +WARNING: remote_expect statement without a default case?! +WARNING: remote_expect statement without a default case?! FAIL: gdb.base/interrupt.exp: send end of file Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jit-simple.exp ... PASS: gdb.base/jit-simple.exp: blah 1 @@ -7584,6 +7842,37 @@ PASS: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass PASS: gdb.base/kill-after-signal.exp: continue PASS: gdb.base/kill-after-signal.exp: stepi PASS: gdb.base/kill-after-signal.exp: kill +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/kill-detach-inferiors-cmd.exp ... +PASS: gdb.base/kill-detach-inferiors-cmd.exp: add inferior 2 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: inferior 2 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: load binary +PASS: gdb.base/kill-detach-inferiors-cmd.exp: start +PASS: gdb.base/kill-detach-inferiors-cmd.exp: add inferior 3 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: inferior 3 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid +PASS: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: inferior 1 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: kill +PASS: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 3 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2 3 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 1 2 3 +PASS: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 10 +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/killed-outside.exp ... +PASS: gdb.base/killed-outside.exp: continue: get pid of inferior +PASS: gdb.base/killed-outside.exp: continue: continue +PASS: gdb.base/killed-outside.exp: continue: info threads +PASS: gdb.base/killed-outside.exp: continue: quit GDB +PASS: gdb.base/killed-outside.exp: stepi: get pid of inferior +PASS: gdb.base/killed-outside.exp: stepi: si +PASS: gdb.base/killed-outside.exp: stepi: info threads +PASS: gdb.base/killed-outside.exp: stepi: quit GDB +PASS: gdb.base/killed-outside.exp: registers: get pid of inferior +PASS: gdb.base/killed-outside.exp: registers: flushregs +PASS: gdb.base/killed-outside.exp: registers: info threads +PASS: gdb.base/killed-outside.exp: registers: quit GDB +PASS: gdb.base/killed-outside.exp: info threads: get pid of inferior +PASS: gdb.base/killed-outside.exp: info threads: info threads +PASS: gdb.base/killed-outside.exp: info threads: quit GDB Running ../../../W._C._Handy/gdb/testsuite/gdb.base/label.exp ... PASS: gdb.base/label.exp: breakpoint here PASS: gdb.base/label.exp: breakpoint there @@ -8446,9 +8735,11 @@ PASS: gdb.base/moribund-step.exp: set non-stop on PASS: gdb.base/moribund-step.exp: step Running ../../../W._C._Handy/gdb/testsuite/gdb.base/multi-forks.exp ... PASS: gdb.base/multi-forks.exp: set follow-fork child -PASS: gdb.base/multi-forks.exp: run to exit 2 +FAIL: gdb.base/multi-forks.exp: run to exit 2 (timeout) PASS: gdb.base/multi-forks.exp: follow child, print pids -PASS: gdb.base/multi-forks.exp: run to exit 2 +FAIL: gdb.base/multi-forks.exp: info breakpoints (timeout) +ERROR: breakpoints not deleted +UNRESOLVED: gdb.base/multi-forks.exp: run to exit 2 (timeout) PASS: gdb.base/multi-forks.exp: follow parent, print pids PASS: gdb.base/multi-forks.exp: help set detach PASS: gdb.base/multi-forks.exp: show detach default on @@ -10194,7 +10485,7 @@ 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 +PASS: gdb.base/restore.exp: continue until exit Running ../../../W._C._Handy/gdb/testsuite/gdb.base/return-nodebug.exp ... PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info without a cast PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info with a cast @@ -10727,12 +11018,16 @@ PASS: gdb.base/shlib-call.exp: set print address off PASS: gdb.base/shlib-call.exp: set width 0 PASS: gdb.base/shlib-call.exp: next to shr1 PASS: gdb.base/shlib-call.exp: print g +WARNING: remote_expect statement without a default case?! PASS: gdb.base/shlib-call.exp: next over shr1 -PASS: gdb.base/shlib-call.exp: print g +FAIL: gdb.base/shlib-call.exp: print g +WARNING: remote_expect statement without a default case?! PASS: gdb.base/shlib-call.exp: print shr1(1) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/shlib-call.exp: print shr1(g) PASS: gdb.base/shlib-call.exp: breakpoint function shr2 PASS: gdb.base/shlib-call.exp: run until breakpoint set at a function +WARNING: remote_expect statement without a default case?! PASS: gdb.base/shlib-call.exp: print shr1(1) 2nd time PASS: gdb.base/shlib-call.exp: print mainshr1(1) from shlib func PASS: gdb.base/shlib-call.exp: step out of shr2 to main (stopped in shr2 epilogue) @@ -11230,7 +11525,7 @@ PASS: gdb.base/sigchld.exp: SIGCHLD blocked in inferior Running ../../../W._C._Handy/gdb/testsuite/gdb.base/siginfo-addr.exp ... PASS: gdb.base/siginfo-addr.exp: display/i $pc PASS: gdb.base/siginfo-addr.exp: continue to signal -PASS: gdb.base/siginfo-addr.exp: si_addr value +PASS: gdb.base/siginfo-addr.exp: correct si_addr Running ../../../W._C._Handy/gdb/testsuite/gdb.base/siginfo-infcall.exp ... PASS: gdb.base/siginfo-infcall.exp: continue to SIGUSR1 PASS: gdb.base/siginfo-infcall.exp: p callme () @@ -12137,7 +12432,7 @@ PASS: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, PASS: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set done PASS: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: performing continue Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sizeof.exp ... -PASS: gdb.base/sizeof.exp: next +PASS: gdb.base/sizeof.exp: next 2 PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (char)" (1) PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (short)" (2) PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (int)" (4) @@ -12148,25 +12443,39 @@ PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (void (*)(void))" (4) PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (float)" (4) PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (double)" (8) PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (long double)" (12) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "char" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "short" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "int" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "long" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "long long" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "void *" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "void (*)(void)" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "float" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "double" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check sizeof "long double" PASS: gdb.base/sizeof.exp: get integer valueof "'\377'" (-1) PASS: gdb.base/sizeof.exp: get integer valueof "(int) (char) -1" (-1) PASS: gdb.base/sizeof.exp: get integer valueof "(int) (signed char) -1" (-1) PASS: gdb.base/sizeof.exp: get integer valueof "(int) (unsigned char) -1" (255) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check valueof "'\377'" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check valueof "(int) (char) -1" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check valueof "(int) (signed char) -1" +WARNING: remote_expect statement without a default case?! PASS: gdb.base/sizeof.exp: check valueof "(int) (unsigned char) -1" -PASS: gdb.base/sizeof.exp: set padding_char.v = 1 +FAIL: gdb.base/sizeof.exp: set padding_char.v = 1 PASS: gdb.base/sizeof.exp: print padding_char.p1 PASS: gdb.base/sizeof.exp: print/d padding_char.v PASS: gdb.base/sizeof.exp: print padding_char.p2 @@ -13622,10 +13931,30 @@ PASS: gdb.base/valgrind-db-attach.exp: set height 0 PASS: gdb.base/valgrind-db-attach.exp: set width 0 PASS: gdb.base/valgrind-db-attach.exp: bt PASS: gdb.base/valgrind-db-attach.exp: kill program +Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-disp-step.exp ... +PASS: gdb.base/valgrind-disp-step.exp: spawn valgrind +PASS: gdb.base/valgrind-disp-step.exp: valgrind started +PASS: gdb.base/valgrind-disp-step.exp: vgdb prompt +PASS: gdb.base/valgrind-disp-step.exp: disconnect +FAIL: gdb.base/valgrind-disp-step.exp: target remote for vgdb +PASS: gdb.base/valgrind-disp-step.exp: monitor v.set gdb_output +PASS: gdb.base/valgrind-disp-step.exp: set displaced-stepping off +PASS: gdb.base/valgrind-disp-step.exp: continue to main +PASS: gdb.base/valgrind-disp-step.exp: displaced off: set displaced-stepping off +PASS: gdb.base/valgrind-disp-step.exp: displaced off: once: set breakpoint +PASS: gdb.base/valgrind-disp-step.exp: displaced off: once: step over breakpoint +PASS: gdb.base/valgrind-disp-step.exp: displaced off: twice: set breakpoint +PASS: gdb.base/valgrind-disp-step.exp: displaced off: twice: step over breakpoint +PASS: gdb.base/valgrind-disp-step.exp: displaced on: set displaced-stepping on +PASS: gdb.base/valgrind-disp-step.exp: displaced on: once: set breakpoint +PASS: gdb.base/valgrind-disp-step.exp: displaced on: once: step over breakpoint +PASS: gdb.base/valgrind-disp-step.exp: displaced on: twice: set breakpoint +PASS: gdb.base/valgrind-disp-step.exp: displaced on: twice: step over breakpoint Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-infcall.exp ... PASS: gdb.base/valgrind-infcall.exp: spawn valgrind PASS: gdb.base/valgrind-infcall.exp: valgrind started PASS: gdb.base/valgrind-infcall.exp: vgdb prompt +PASS: gdb.base/valgrind-infcall.exp: disconnect FAIL: gdb.base/valgrind-infcall.exp: target remote for vgdb PASS: gdb.base/valgrind-infcall.exp: monitor v.set gdb_output PASS: gdb.base/valgrind-infcall.exp: continue #1 @@ -13639,13 +13968,18 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/varargs.exp ... PASS: gdb.base/varargs.exp: set print sevenbit-strings PASS: gdb.base/varargs.exp: set print address off PASS: gdb.base/varargs.exp: set width 0 +WARNING: remote_expect statement without a default case?! PASS: gdb.base/varargs.exp: print find_max1(5,1,2,3,4,5) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/varargs.exp: print find_max1(1,3) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/varargs.exp: print find_max1(10,1,2,3,4,5,6,7,8,29,0) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/varargs.exp: print find_max2(3,1,2,3) +WARNING: remote_expect statement without a default case?! PASS: gdb.base/varargs.exp: print find_max_double(5,1.0,17.0,2.0,3.0,4.0) -PASS: gdb.base/varargs.exp: print find_max_float_real(4, fc1, fc2, fc3, fc4) -PASS: gdb.base/varargs.exp: print find_max_double_real(4, dc1, dc2, dc3, dc4) +FAIL: gdb.base/varargs.exp: print find_max_float_real(4, fc1, fc2, fc3, fc4) +FAIL: gdb.base/varargs.exp: print find_max_double_real(4, dc1, dc2, dc3, dc4) PASS: gdb.base/varargs.exp: print find_max_long_double_real(4, ldc1, ldc2, ldc3, ldc4) Running ../../../W._C._Handy/gdb/testsuite/gdb.base/vdso-warning.exp ... PASS: gdb.base/vdso-warning.exp: set environment LD_DEBUG=unused @@ -16601,12 +16935,14 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/gcore.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/instruction_history.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/multi-thread-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/nohist.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/record_goto-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/record_goto.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/rn-dl-bind.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/segv.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/stepi.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/tailcall.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/tsx.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/unknown_functions.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.btrace/vdso.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.cell/arch.exp ... @@ -21111,6 +21447,191 @@ PASS: gdb.cp/userdef.exp: print operator== (mem1, mem2) PASS: gdb.cp/userdef.exp: print operator== (mem1, mem1) Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/using-crash.exp ... PASS: gdb.cp/using-crash.exp: reload file +Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/var-tag.exp ... +PASS: gdb.cp/var-tag.exp: before start: c++: set language c++ +PASS: gdb.cp/var-tag.exp: before start: c++: ptype C +PASS: gdb.cp/var-tag.exp: before start: c++: print E +PASS: gdb.cp/var-tag.exp: before start: c++: ptype E +PASS: gdb.cp/var-tag.exp: before start: c++: print S +PASS: gdb.cp/var-tag.exp: before start: c++: ptype S +PASS: gdb.cp/var-tag.exp: before start: c++: print U +PASS: gdb.cp/var-tag.exp: before start: c++: ptype U +PASS: gdb.cp/var-tag.exp: before start: c++: print cc +PASS: gdb.cp/var-tag.exp: before start: c++: ptype cc +PASS: gdb.cp/var-tag.exp: before start: c++: print CC +PASS: gdb.cp/var-tag.exp: before start: c++: ptype CC +PASS: gdb.cp/var-tag.exp: before start: c++: print ss +PASS: gdb.cp/var-tag.exp: before start: c++: ptype ss +PASS: gdb.cp/var-tag.exp: before start: c++: print SS +PASS: gdb.cp/var-tag.exp: before start: c++: ptype SS +PASS: gdb.cp/var-tag.exp: before start: c++: print ee +PASS: gdb.cp/var-tag.exp: before start: c++: ptype ee +PASS: gdb.cp/var-tag.exp: before start: c++: print EE +PASS: gdb.cp/var-tag.exp: before start: c++: ptype EE +PASS: gdb.cp/var-tag.exp: before start: c++: print uu +PASS: gdb.cp/var-tag.exp: before start: c++: ptype uu +PASS: gdb.cp/var-tag.exp: before start: c++: print UU +PASS: gdb.cp/var-tag.exp: before start: c++: ptype UU +PASS: gdb.cp/var-tag.exp: before start: c++: print E2 +PASS: gdb.cp/var-tag.exp: before start: c++: ptype E2 +PASS: gdb.cp/var-tag.exp: before start: c++: print S2 +PASS: gdb.cp/var-tag.exp: before start: c++: ptype S2 +PASS: gdb.cp/var-tag.exp: before start: c++: print U2 +PASS: gdb.cp/var-tag.exp: before start: c++: ptype U2 +PASS: gdb.cp/var-tag.exp: before start: c: set language c +PASS: gdb.cp/var-tag.exp: before start: c: ptype C +PASS: gdb.cp/var-tag.exp: before start: c: print E +PASS: gdb.cp/var-tag.exp: before start: c: ptype E +PASS: gdb.cp/var-tag.exp: before start: c: print S +PASS: gdb.cp/var-tag.exp: before start: c: ptype S +PASS: gdb.cp/var-tag.exp: before start: c: print U +PASS: gdb.cp/var-tag.exp: before start: c: ptype U +PASS: gdb.cp/var-tag.exp: before start: c: print cc +PASS: gdb.cp/var-tag.exp: before start: c: ptype cc +PASS: gdb.cp/var-tag.exp: before start: c: print CC +PASS: gdb.cp/var-tag.exp: before start: c: ptype CC +PASS: gdb.cp/var-tag.exp: before start: c: print ss +PASS: gdb.cp/var-tag.exp: before start: c: ptype ss +PASS: gdb.cp/var-tag.exp: before start: c: print SS +PASS: gdb.cp/var-tag.exp: before start: c: ptype SS +PASS: gdb.cp/var-tag.exp: before start: c: print ee +PASS: gdb.cp/var-tag.exp: before start: c: ptype ee +PASS: gdb.cp/var-tag.exp: before start: c: print EE +PASS: gdb.cp/var-tag.exp: before start: c: ptype EE +PASS: gdb.cp/var-tag.exp: before start: c: print uu +PASS: gdb.cp/var-tag.exp: before start: c: ptype uu +PASS: gdb.cp/var-tag.exp: before start: c: print UU +PASS: gdb.cp/var-tag.exp: before start: c: ptype UU +PASS: gdb.cp/var-tag.exp: before start: c: print E2 +PASS: gdb.cp/var-tag.exp: before start: c: ptype E2 +PASS: gdb.cp/var-tag.exp: before start: c: print S2 +PASS: gdb.cp/var-tag.exp: before start: c: ptype S2 +PASS: gdb.cp/var-tag.exp: before start: c: print U2 +PASS: gdb.cp/var-tag.exp: before start: c: ptype U2 +PASS: gdb.cp/var-tag.exp: in main: c++: set language c++ +PASS: gdb.cp/var-tag.exp: in main: c++: ptype C +PASS: gdb.cp/var-tag.exp: in main: c++: print E +PASS: gdb.cp/var-tag.exp: in main: c++: ptype E +PASS: gdb.cp/var-tag.exp: in main: c++: print S +PASS: gdb.cp/var-tag.exp: in main: c++: ptype S +PASS: gdb.cp/var-tag.exp: in main: c++: print U +PASS: gdb.cp/var-tag.exp: in main: c++: ptype U +PASS: gdb.cp/var-tag.exp: in main: c++: print cc +PASS: gdb.cp/var-tag.exp: in main: c++: ptype cc +PASS: gdb.cp/var-tag.exp: in main: c++: print CC +PASS: gdb.cp/var-tag.exp: in main: c++: ptype CC +PASS: gdb.cp/var-tag.exp: in main: c++: print ss +PASS: gdb.cp/var-tag.exp: in main: c++: ptype ss +PASS: gdb.cp/var-tag.exp: in main: c++: print SS +PASS: gdb.cp/var-tag.exp: in main: c++: ptype SS +PASS: gdb.cp/var-tag.exp: in main: c++: print ee +PASS: gdb.cp/var-tag.exp: in main: c++: ptype ee +PASS: gdb.cp/var-tag.exp: in main: c++: print EE +PASS: gdb.cp/var-tag.exp: in main: c++: ptype EE +PASS: gdb.cp/var-tag.exp: in main: c++: print uu +PASS: gdb.cp/var-tag.exp: in main: c++: ptype uu +PASS: gdb.cp/var-tag.exp: in main: c++: print UU +PASS: gdb.cp/var-tag.exp: in main: c++: ptype UU +PASS: gdb.cp/var-tag.exp: in main: c++: print E2 +PASS: gdb.cp/var-tag.exp: in main: c++: ptype E2 +PASS: gdb.cp/var-tag.exp: in main: c++: print S2 +PASS: gdb.cp/var-tag.exp: in main: c++: ptype S2 +PASS: gdb.cp/var-tag.exp: in main: c++: print U2 +PASS: gdb.cp/var-tag.exp: in main: c++: ptype U2 +PASS: gdb.cp/var-tag.exp: in main: c: set language c +PASS: gdb.cp/var-tag.exp: in main: c: ptype C +PASS: gdb.cp/var-tag.exp: in main: c: print E +PASS: gdb.cp/var-tag.exp: in main: c: ptype E +PASS: gdb.cp/var-tag.exp: in main: c: print S +PASS: gdb.cp/var-tag.exp: in main: c: ptype S +PASS: gdb.cp/var-tag.exp: in main: c: print U +PASS: gdb.cp/var-tag.exp: in main: c: ptype U +PASS: gdb.cp/var-tag.exp: in main: c: print cc +PASS: gdb.cp/var-tag.exp: in main: c: ptype cc +PASS: gdb.cp/var-tag.exp: in main: c: print CC +PASS: gdb.cp/var-tag.exp: in main: c: ptype CC +PASS: gdb.cp/var-tag.exp: in main: c: print ss +PASS: gdb.cp/var-tag.exp: in main: c: ptype ss +PASS: gdb.cp/var-tag.exp: in main: c: print SS +PASS: gdb.cp/var-tag.exp: in main: c: ptype SS +PASS: gdb.cp/var-tag.exp: in main: c: print ee +PASS: gdb.cp/var-tag.exp: in main: c: ptype ee +PASS: gdb.cp/var-tag.exp: in main: c: print EE +PASS: gdb.cp/var-tag.exp: in main: c: ptype EE +PASS: gdb.cp/var-tag.exp: in main: c: print uu +PASS: gdb.cp/var-tag.exp: in main: c: ptype uu +PASS: gdb.cp/var-tag.exp: in main: c: print UU +PASS: gdb.cp/var-tag.exp: in main: c: ptype UU +PASS: gdb.cp/var-tag.exp: in main: c: print E2 +PASS: gdb.cp/var-tag.exp: in main: c: ptype E2 +PASS: gdb.cp/var-tag.exp: in main: c: print S2 +PASS: gdb.cp/var-tag.exp: in main: c: ptype S2 +PASS: gdb.cp/var-tag.exp: in main: c: print U2 +PASS: gdb.cp/var-tag.exp: in main: c: ptype U2 +PASS: gdb.cp/var-tag.exp: continue to breakpoint: continue to C::f +PASS: gdb.cp/var-tag.exp: in C::f: c++: set language c++ +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype C +PASS: gdb.cp/var-tag.exp: in C::f: c++: print E +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype E +PASS: gdb.cp/var-tag.exp: in C::f: c++: print S +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype S +PASS: gdb.cp/var-tag.exp: in C::f: c++: print U +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype U +PASS: gdb.cp/var-tag.exp: in C::f: c++: print cc +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype cc +PASS: gdb.cp/var-tag.exp: in C::f: c++: print CC +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype CC +PASS: gdb.cp/var-tag.exp: in C::f: c++: print ss +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype ss +PASS: gdb.cp/var-tag.exp: in C::f: c++: print SS +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype SS +PASS: gdb.cp/var-tag.exp: in C::f: c++: print ee +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype ee +PASS: gdb.cp/var-tag.exp: in C::f: c++: print EE +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype EE +PASS: gdb.cp/var-tag.exp: in C::f: c++: print uu +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype uu +PASS: gdb.cp/var-tag.exp: in C::f: c++: print UU +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype UU +PASS: gdb.cp/var-tag.exp: in C::f: c++: print E2 +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype E2 +PASS: gdb.cp/var-tag.exp: in C::f: c++: print S2 +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype S2 +PASS: gdb.cp/var-tag.exp: in C::f: c++: print U2 +PASS: gdb.cp/var-tag.exp: in C::f: c++: ptype U2 +PASS: gdb.cp/var-tag.exp: in C::f: c: set language c +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype C +PASS: gdb.cp/var-tag.exp: in C::f: c: print E +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype E +PASS: gdb.cp/var-tag.exp: in C::f: c: print S +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype S +PASS: gdb.cp/var-tag.exp: in C::f: c: print U +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype U +PASS: gdb.cp/var-tag.exp: in C::f: c: print cc +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype cc +PASS: gdb.cp/var-tag.exp: in C::f: c: print CC +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype CC +PASS: gdb.cp/var-tag.exp: in C::f: c: print ss +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype ss +PASS: gdb.cp/var-tag.exp: in C::f: c: print SS +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype SS +PASS: gdb.cp/var-tag.exp: in C::f: c: print ee +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype ee +PASS: gdb.cp/var-tag.exp: in C::f: c: print EE +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype EE +PASS: gdb.cp/var-tag.exp: in C::f: c: print uu +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype uu +PASS: gdb.cp/var-tag.exp: in C::f: c: print UU +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype UU +PASS: gdb.cp/var-tag.exp: in C::f: c: print E2 +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype E2 +PASS: gdb.cp/var-tag.exp: in C::f: c: print S2 +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype S2 +PASS: gdb.cp/var-tag.exp: in C::f: c: print U2 +PASS: gdb.cp/var-tag.exp: in C::f: c: ptype U2 +PASS: gdb.cp/var-tag.exp: global collision: set language c++ +KFAIL: gdb.cp/var-tag.exp: global collision: print global (PRMS: c++/16463) +PASS: gdb.cp/var-tag.exp: global collision: print ::global Running ../../../W._C._Handy/gdb/testsuite/gdb.cp/virtbase.exp ... PASS: gdb.cp/virtbase.exp: continue to breakpoint: first breakpoint FAIL: gdb.cp/virtbase.exp: print *this @@ -21327,7 +21848,7 @@ PASS: gdb.dlang/demangle.exp: _D8demangle4test7__ClassZ PASS: gdb.dlang/demangle.exp: _D8demangle4test11__InterfaceZ PASS: gdb.dlang/demangle.exp: _D8demangle4test6__ctorMFZv PASS: gdb.dlang/demangle.exp: _D8demangle4test6__dtorMFZv -PASS: gdb.dlang/demangle.exp: _D8demangle4test6__postblitMFZv +PASS: gdb.dlang/demangle.exp: _D8demangle4test10__postblitMFZv PASS: gdb.dlang/demangle.exp: _D8demangle4testFHAbaZv PASS: gdb.dlang/demangle.exp: _D8demangle4testFHG42caZv PASS: gdb.dlang/demangle.exp: _D8demangle4testFAiXv @@ -21346,11 +21867,11 @@ PASS: gdb.dlang/demangle.exp: _D6object6Object8opAssignFC6ObjectZi PASS: gdb.dlang/demangle.exp: _D6object6Object8opEqualsFC6ObjectZi PASS: gdb.dlang/demangle.exp: _D8demangle4testFLC6ObjectLDFLiZiZi PASS: gdb.dlang/demangle.exp: _D6plugin8generateFiiZAya -PASS: gdb.dlang/demangle.exp: _D8demangle3fnAFZv3fnBMFZv -PASS: gdb.dlang/demangle.exp: _D8demangle4mainFZv1S3fnCFZv -PASS: gdb.dlang/demangle.exp: _D8demangle4mainFZv1S3fnDMFZv +PASS: gdb.dlang/demangle.exp: _D8demangle3fnAFZ3fnBMFZv +PASS: gdb.dlang/demangle.exp: _D8demangle4mainFZ1S3fnCMFZv +PASS: gdb.dlang/demangle.exp: _D8demangle4mainFZ1S3fnDMFZv PASS: gdb.dlang/demangle.exp: _D8demangle2fnFNgiZNgi -PASS: gdb.dlang/demangle.exp: _D8demangle4mainFZv5localMFZi +PASS: gdb.dlang/demangle.exp: _D8demangle4mainFZ5localMFZi PASS: gdb.dlang/demangle.exp: _D3std5ascii9uppercaseyAa PASS: gdb.dlang/demangle.exp: _D3std6stream9BOMEndianyG5E3std6system6Endian PASS: gdb.dlang/demangle.exp: _D3std8internal7uni_tab10unicodeNkoyS3std8internal3uni12CodepointSet @@ -21361,7 +21882,7 @@ PASS: gdb.dlang/demangle.exp: _D3std6mmfile6MmFile13opIndexAssignMFhmZh PASS: gdb.dlang/demangle.exp: _D3std7process18escapeShellCommandFxAAaXAya PASS: gdb.dlang/demangle.exp: _D4core4sync5mutex5Mutex6__ctorMFC6ObjectZC4core4sync5mutex5Mutex PASS: gdb.dlang/demangle.exp: _D6object14TypeInfo_Array8argTypesMFNbNfJC8TypeInfoJC8TypeInfoZi -PASS: gdb.dlang/demangle.exp: _D2rt6dmain211_d_run_mainUiPPaPUAAaZiZi7tryExecMFMDFZvZv +PASS: gdb.dlang/demangle.exp: _D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ7tryExecMFMDFZvZv PASS: gdb.dlang/demangle.exp: _D6object9Exception6__ctorMFNaNbNfAyaAyamC6object9ThrowableZC9Exception PASS: gdb.dlang/demangle.exp: _D3gcc3deh17parse_lsda_headerFPS3gcc6unwind7generic15_Unwind_ContextPhPS3gcc3deh16lsda_header_infoZPh PASS: gdb.dlang/demangle.exp: _D3std6socket23UnknownAddressReference6__ctorMFPS4core3sys5posix3sys6socket8sockaddrkZC3std6socket23UnknownAddressReference @@ -21832,6 +22353,8 @@ PASS: gdb.dwarf2/dw2-dos-drive.exp: break 'z:file.c':func UNSUPPORTED: gdb.dwarf2/dw2-dos-drive.exp: break file.c:func Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.exp ... PASS: gdb.dwarf2/dw2-double-set-die-type.exp: ptype a +Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-dummy-cu.exp ... +PASS: gdb.dwarf2/dw2-dummy-cu.exp: info fun main Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-dup-frame.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-empty-namespace.exp ... PASS: gdb.dwarf2/dw2-empty-namespace.exp: ptype var @@ -22549,25 +23072,34 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/complaints.exp ... PASS: gdb.gdb/complaints.exp: breakpoint in captured_command_loop PASS: gdb.gdb/complaints.exp: run until breakpoint at captured_command_loop PASS: gdb.gdb/complaints.exp: set stop_whining = 2 +WARNING: remote_expect statement without a default case?! PASS: gdb.gdb/complaints.exp: call complaint (&symfile_complaints, "Register a complaint") PASS: gdb.gdb/complaints.exp: print symfile_complaints->root->fmt +WARNING: remote_expect statement without a default case?! PASS: gdb.gdb/complaints.exp: call complaint (&symfile_complaints, symfile_complaints->root->fmt) -PASS: gdb.gdb/complaints.exp: list has one entry +FAIL: gdb.gdb/complaints.exp: list has one entry +WARNING: remote_expect statement without a default case?! PASS: gdb.gdb/complaints.exp: call complaint (&symfile_complaints, "Testing! Testing! Testing!") PASS: gdb.gdb/complaints.exp: serial start -PASS: gdb.gdb/complaints.exp: serial line 1 -PASS: gdb.gdb/complaints.exp: serial line 2 +WARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: serial line 1 +WARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: serial line 2 +WARNING: remote_expect statement without a default case?! PASS: gdb.gdb/complaints.exp: serial end PASS: gdb.gdb/complaints.exp: short start -PASS: gdb.gdb/complaints.exp: short line 1 -PASS: gdb.gdb/complaints.exp: short line 2 +WARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: short line 1 +WARNING: remote_expect statement without a default case?! +FAIL: gdb.gdb/complaints.exp: short line 2 +WARNING: remote_expect statement without a default case?! PASS: gdb.gdb/complaints.exp: short end -PASS: gdb.gdb/complaints.exp: empty non-verbose non-noisy clear -PASS: gdb.gdb/complaints.exp: empty verbose non-noisy clear -PASS: gdb.gdb/complaints.exp: empty verbose noisy clear -PASS: gdb.gdb/complaints.exp: empty non-verbose noisy clear +WARNING: remote_expect statement without a default case?! +WARNING: remote_expect statement without a default case?! +WARNING: remote_expect statement without a default case?! +WARNING: remote_expect statement without a default case?! Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/observer.exp ... -PASS: gdb.gdb/observer.exp: breakpoint in captured_main +UNRESOLVED: gdb.gdb/observer.exp: breakpoint in captured_main PASS: gdb.gdb/observer.exp: run until breakpoint at captured_main PASS: gdb.gdb/observer.exp: no observer attached; reset first observer counter PASS: gdb.gdb/observer.exp: no observer attached; reset second observer counter @@ -22708,11 +23240,11 @@ PASS: gdb.gdb/selftest.exp: next over notice_open_fds PASS: gdb.gdb/selftest.exp: next over cmdarg_s VEC_cleanup PASS: gdb.gdb/selftest.exp: print a string PASS: gdb.gdb/selftest.exp: step into xmalloc call -PASS: gdb.gdb/selftest.exp: xgdb is at prompt -PASS: gdb.gdb/selftest.exp: Set xgdb prompt +WARNING: remote_expect statement without a default case?! +WARNING: remote_expect statement without a default case?! PASS: gdb.gdb/selftest.exp: send ^C to child process PASS: gdb.gdb/selftest.exp: send SIGINT signal to child process -PASS: gdb.gdb/selftest.exp: backtrace through signal handler +FAIL: gdb.gdb/selftest.exp: backtrace through signal handler Running ../../../W._C._Handy/gdb/testsuite/gdb.gdb/xfullpath.exp ... PASS: gdb.gdb/xfullpath.exp: breakpoint in captured_main PASS: gdb.gdb/xfullpath.exp: run until breakpoint at captured_main @@ -24358,6 +24890,106 @@ PASS: gdb.linespec/break-asm-file.exp: delete 1 PASS: gdb.linespec/break-asm-file.exp: set a break-point at a function only for a selected ASM file. PASS: gdb.linespec/break-asm-file.exp: delete 2 PASS: gdb.linespec/break-asm-file.exp: set a break-point at function in all instances for a selected ASM file. +Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/cpexplicit.exp ... +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -function myclass::myfunction +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -function myclass::myfunction -label top +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -function myclass::myfunction -label top -line 3 +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -line 29 +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -label top +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -line 3 +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -label top -line 3 +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -line 3 +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::operator, +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function 'myclass::operator,' +PASS: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function "myclass::operator," +PASS: gdb.linespec/cpexplicit.exp: dprintf -function myclass::operator,,"hello" +PASS: gdb.linespec/cpexplicit.exp: dprintf -function 'myclass::operator,',"hello" +PASS: gdb.linespec/cpexplicit.exp: dprintf -function "myclass::operator,","hello" +Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/explicit.exp ... +PASS: gdb.linespec/explicit.exp: set confirm off +PASS: gdb.linespec/explicit.exp: break -source +PASS: gdb.linespec/explicit.exp: break -sour +PASS: gdb.linespec/explicit.exp: break -function +PASS: gdb.linespec/explicit.exp: break -func +PASS: gdb.linespec/explicit.exp: break -label +PASS: gdb.linespec/explicit.exp: break -labe +PASS: gdb.linespec/explicit.exp: break -line +PASS: gdb.linespec/explicit.exp: break -line +PASS: gdb.linespec/explicit.exp: break -foo +PASS: gdb.linespec/explicit.exp: break -foo bar +PASS: gdb.linespec/explicit.exp: break -function myfunction -foo +PASS: gdb.linespec/explicit.exp: break -function -myfunction -foo bar +PASS: gdb.linespec/explicit.exp: turn off pending breakpoints +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -source explicit.c -function myfunction +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-source explicit.c -function myfunction" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction" with invalid condition +PASS: gdb.linespec/explicit.exp: break -source explicit.c -function myfunction thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction -label top" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -source explicit.c -function myfunction -label top +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction -label top" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-source explicit.c -function myfunction -label top" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction -label top" with invalid condition +PASS: gdb.linespec/explicit.exp: break -source explicit.c -function myfunction -label top thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction -label top -line 3" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -source explicit.c -function myfunction -label top -line 3 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction -label top -line 3" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-source explicit.c -function myfunction -label top -line 3" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -function myfunction -label top -line 3" with invalid condition +PASS: gdb.linespec/explicit.exp: break -source explicit.c -function myfunction -label top -line 3 thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -line 29" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -source explicit.c -line 29 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -line 29" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-source explicit.c -line 29" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-source explicit.c -line 29" with invalid condition +PASS: gdb.linespec/explicit.exp: break -source explicit.c -line 29 thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -function myfunction +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-function myfunction" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction" with invalid condition +PASS: gdb.linespec/explicit.exp: break -function myfunction thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -label top" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -function myfunction -label top +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -label top" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-function myfunction -label top" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -label top" with invalid condition +PASS: gdb.linespec/explicit.exp: break -function myfunction -label top thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -line 3" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -function myfunction -line 3 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -line 3" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-function myfunction -line 3" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -line 3" with invalid condition +PASS: gdb.linespec/explicit.exp: break -function myfunction -line 3 thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -label top -line 3" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -function myfunction -label top -line 3 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -label top -line 3" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-function myfunction -label top -line 3" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-function myfunction -label top -line 3" with invalid condition +PASS: gdb.linespec/explicit.exp: break -function myfunction -label top -line 3 thread 123 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-line 3" +PASS: gdb.linespec/explicit.exp: continue to breakpoint: -line 3 +PASS: gdb.linespec/explicit.exp: set breakpoint at "-line 3" with valid condition +PASS: gdb.linespec/explicit.exp: info break of conditional breakpoint at "-line 3" +PASS: gdb.linespec/explicit.exp: set breakpoint at "-line 3" with invalid condition +PASS: gdb.linespec/explicit.exp: break -line 3 thread 123 +PASS: gdb.linespec/explicit.exp: complete 'break -fun' +PASS: gdb.linespec/explicit.exp: complete -function with no value +PASS: gdb.linespec/explicit.exp: complete 'break -so' +PASS: gdb.linespec/explicit.exp: complete -source with no value +PASS: gdb.linespec/explicit.exp: complete 'break -lab' +PASS: gdb.linespec/explicit.exp: complete -label with no value +PASS: gdb.linespec/explicit.exp: complete 'break -li' +PASS: gdb.linespec/explicit.exp: complete -line with no value +FAIL: gdb.linespec/explicit.exp: complete unique function name (timeout) +FAIL: gdb.linespec/explicit.exp: complete non-unique function name (timeout) +FAIL: gdb.linespec/explicit.exp: complete non-existant function name (timeout) +FAIL: gdb.linespec/explicit.exp: complete unique file name (timeout) +FAIL: gdb.linespec/explicit.exp: complete non-unique file name (timeout) +ERROR: Process no longer exists +UNRESOLVED: gdb.linespec/explicit.exp: complete non-existant file name Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/keywords.exp ... PASS: gdb.linespec/keywords.exp: set breakpoint pending off PASS: gdb.linespec/keywords.exp: break if @@ -24419,8 +25051,11 @@ PASS: gdb.linespec/ls-errs.exp: break : PASS: gdb.linespec/ls-errs.exp: break : PASS: gdb.linespec/ls-errs.exp: break : PASS: gdb.linespec/ls-errs.exp: break -100 +PASS: gdb.linespec/ls-errs.exp: break -line -100 PASS: gdb.linespec/ls-errs.exp: break +500 +PASS: gdb.linespec/ls-errs.exp: break -line +500 PASS: gdb.linespec/ls-errs.exp: break 1000 +PASS: gdb.linespec/ls-errs.exp: break -line 1000 PASS: gdb.linespec/ls-errs.exp: break 3: PASS: gdb.linespec/ls-errs.exp: break +10: PASS: gdb.linespec/ls-errs.exp: break -10: @@ -24449,20 +25084,35 @@ PASS: gdb.linespec/ls-errs.exp: break 3 : PASS: gdb.linespec/ls-errs.exp: break +10 : PASS: gdb.linespec/ls-errs.exp: break -10 : PASS: gdb.linespec/ls-errs.exp: break 3 1 +PASS: gdb.linespec/ls-errs.exp: break -line 3 1 PASS: gdb.linespec/ls-errs.exp: break +10 1 +PASS: gdb.linespec/ls-errs.exp: break -line +10 1 PASS: gdb.linespec/ls-errs.exp: break -10 1 +PASS: gdb.linespec/ls-errs.exp: break -line -10 1 PASS: gdb.linespec/ls-errs.exp: break 3 +1 +PASS: gdb.linespec/ls-errs.exp: break -line 3 +1 PASS: gdb.linespec/ls-errs.exp: break +10 +1 +PASS: gdb.linespec/ls-errs.exp: break -line +10 +1 PASS: gdb.linespec/ls-errs.exp: break -10 +1 +PASS: gdb.linespec/ls-errs.exp: break -line -10 +1 PASS: gdb.linespec/ls-errs.exp: break 3 +100 +PASS: gdb.linespec/ls-errs.exp: break -line 3 +100 PASS: gdb.linespec/ls-errs.exp: break +10 +100 +PASS: gdb.linespec/ls-errs.exp: break -line +10 +100 PASS: gdb.linespec/ls-errs.exp: break -10 +100 +PASS: gdb.linespec/ls-errs.exp: break -line -10 +100 PASS: gdb.linespec/ls-errs.exp: break 3 -10 +PASS: gdb.linespec/ls-errs.exp: break -line 3 -10 PASS: gdb.linespec/ls-errs.exp: break +10 -10 +PASS: gdb.linespec/ls-errs.exp: break -line +10 -10 PASS: gdb.linespec/ls-errs.exp: break -10 -10 +PASS: gdb.linespec/ls-errs.exp: break -line -10 -10 PASS: gdb.linespec/ls-errs.exp: break 3 foo +PASS: gdb.linespec/ls-errs.exp: break -line 3 foo PASS: gdb.linespec/ls-errs.exp: break +10 foo +PASS: gdb.linespec/ls-errs.exp: break -line +10 foo PASS: gdb.linespec/ls-errs.exp: break -10 foo +PASS: gdb.linespec/ls-errs.exp: break -line -10 foo PASS: gdb.linespec/ls-errs.exp: break this_file_doesn't_exist.c:3 PASS: gdb.linespec/ls-errs.exp: break this file has spaces.c:3 PASS: gdb.linespec/ls-errs.exp: break "file::colons.c":3 @@ -24473,15 +25123,28 @@ PASS: gdb.linespec/ls-errs.exp: break 'this 'file' has quotes.c':3 PASS: gdb.linespec/ls-errs.exp: break "this 'file' has quotes.c":3 PASS: gdb.linespec/ls-errs.exp: break "spaces: and :colons.c":3 PASS: gdb.linespec/ls-errs.exp: break 'more: :spaces: :and colons::.c':3 +PASS: gdb.linespec/ls-errs.exp: break -source this_file_doesn't_exist.c -line 3 +PASS: gdb.linespec/ls-errs.exp: break -source file::colons.c -line 3 +PASS: gdb.linespec/ls-errs.exp: break -source 'file::colons.c' -line 3 +PASS: gdb.linespec/ls-errs.exp: break -source this file has spaces.c -line 3 +PASS: gdb.linespec/ls-errs.exp: break -function function whitespace +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -function function whitespace +PASS: gdb.linespec/ls-errs.exp: break -function main -label label whitespace PASS: gdb.linespec/ls-errs.exp: break "src-file.c':3 PASS: gdb.linespec/ls-errs.exp: break 'src-file.c:3 PASS: gdb.linespec/ls-errs.exp: break ls-errs.c PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:foo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -function foo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main:foo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -function main -label foo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c: foo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -function foo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main: foo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -function main -label foo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c: foo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -function foo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main: foo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -function main -label foo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c: PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main: PASS: gdb.linespec/ls-errs.exp: break ls-errs.c: @@ -24502,29 +25165,47 @@ PASS: gdb.linespec/ls-errs.exp: break ls-errs.c : PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main : PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:: PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 1 +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -line 3 1 PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 +100 +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -line 3 +100 PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 -100 PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 foo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -line 3 foo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:-100 PASS: gdb.linespec/ls-errs.exp: break "ls-errs.c:-100" PASS: gdb.linespec/ls-errs.exp: break 'ls-errs.c:-100' +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -line -100 PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:+500 PASS: gdb.linespec/ls-errs.exp: break "ls-errs.c:+500" PASS: gdb.linespec/ls-errs.exp: break 'ls-errs.c:+500' +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -line +500 PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:1000 PASS: gdb.linespec/ls-errs.exp: break "ls-errs.c:1000" PASS: gdb.linespec/ls-errs.exp: break 'ls-errs.c:1000' +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -line 1000 +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c -line -x PASS: gdb.linespec/ls-errs.exp: break foobar +PASS: gdb.linespec/ls-errs.exp: break -function "foobar" PASS: gdb.linespec/ls-errs.exp: break foo::bar +PASS: gdb.linespec/ls-errs.exp: break -function "foo::bar" PASS: gdb.linespec/ls-errs.exp: break foo.bar +PASS: gdb.linespec/ls-errs.exp: break -function "foo.bar" PASS: gdb.linespec/ls-errs.exp: break foo . +PASS: gdb.linespec/ls-errs.exp: break -function "foo ." PASS: gdb.linespec/ls-errs.exp: break foo bar +PASS: gdb.linespec/ls-errs.exp: break -function "foo bar" PASS: gdb.linespec/ls-errs.exp: break foo 1 +PASS: gdb.linespec/ls-errs.exp: break -function "foo 1" PASS: gdb.linespec/ls-errs.exp: break foo 0 +PASS: gdb.linespec/ls-errs.exp: break -function "foo 0" PASS: gdb.linespec/ls-errs.exp: break foo +10 +PASS: gdb.linespec/ls-errs.exp: break -function "foo +10" PASS: gdb.linespec/ls-errs.exp: break foo -10 +PASS: gdb.linespec/ls-errs.exp: break -function "foo -10" PASS: gdb.linespec/ls-errs.exp: break foo +100 +PASS: gdb.linespec/ls-errs.exp: break -function "foo +100" PASS: gdb.linespec/ls-errs.exp: break foo -100 +PASS: gdb.linespec/ls-errs.exp: break -function "foo -100" PASS: gdb.linespec/ls-errs.exp: break main:there PASS: gdb.linespec/ls-errs.exp: break main:here: PASS: gdb.linespec/ls-errs.exp: break main: there @@ -24544,13 +25225,21 @@ PASS: gdb.linespec/ls-errs.exp: break main:here : PASS: gdb.linespec/ls-errs.exp: break main : there PASS: gdb.linespec/ls-errs.exp: break main:here : PASS: gdb.linespec/ls-errs.exp: break main 3 -PASS: gdb.linespec/ls-errs.exp: break main +100 -PASS: gdb.linespec/ls-errs.exp: break main -100 -PASS: gdb.linespec/ls-errs.exp: break main foo +PASS: gdb.linespec/ls-errs.exp: break -function "main 3" PASS: gdb.linespec/ls-errs.exp: break main:here 3 +PASS: gdb.linespec/ls-errs.exp: break -function main -label "here 3" +PASS: gdb.linespec/ls-errs.exp: break main 3 +PASS: gdb.linespec/ls-errs.exp: break -function "main +100" PASS: gdb.linespec/ls-errs.exp: break main:here +100 +PASS: gdb.linespec/ls-errs.exp: break -function main -label "here +100" +PASS: gdb.linespec/ls-errs.exp: break main 3 +PASS: gdb.linespec/ls-errs.exp: break -function "main -100" PASS: gdb.linespec/ls-errs.exp: break main:here -100 +PASS: gdb.linespec/ls-errs.exp: break -function main -label "here -100" +PASS: gdb.linespec/ls-errs.exp: break main 3 +PASS: gdb.linespec/ls-errs.exp: break -function "main foo" PASS: gdb.linespec/ls-errs.exp: break main:here foo +PASS: gdb.linespec/ls-errs.exp: break -function main -label "here foo" PASS: gdb.linespec/ls-errs.exp: break if PASS: gdb.linespec/ls-errs.exp: break task PASS: gdb.linespec/ls-errs.exp: break thread @@ -24561,6 +25250,7 @@ PASS: gdb.linespec/ls-errs.exp: break 'main.c'3 PASS: gdb.linespec/ls-errs.exp: break 'main.c'+3 PASS: gdb.linespec/ls-errs.exp: break $zippo PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:$zippo +PASS: gdb.linespec/ls-errs.exp: break -source ls-errs.c Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/macro-relative.exp ... PASS: gdb.linespec/macro-relative.exp: info macro HEADER Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/skip-two.exp ... @@ -24742,6 +25432,13 @@ PASS: gdb.mi/mi-break.exp: eval tpnum before tracepoint PASS: gdb.mi/mi-break.exp: break-insert -a operation PASS: gdb.mi/mi-break.exp: update tpnum PASS: gdb.mi/mi-break.exp: eval tpnum after tracepoint +PASS: gdb.mi/mi-break.exp: insert temp explicit breakpoint in main +PASS: gdb.mi/mi-break.exp: insert temp explicit breakpoint at basics.c:callee2 +PASS: gdb.mi/mi-break.exp: insert temp explicit breakpoint at basics.c:32 +PASS: gdb.mi/mi-break.exp: insert temp explicit breakpoint at "basics.c":23 +PASS: gdb.mi/mi-break.exp: list of explicit breakpoints +PASS: gdb.mi/mi-break.exp: delete temp breakpoints +PASS: gdb.mi/mi-break.exp: insert explicit conditional breakpoint in callee2 Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp ... PASS: gdb.mi/mi-breakpoint-changed.exp: breakpoint at main PASS: gdb.mi/mi-breakpoint-changed.exp: mi runto main @@ -24908,6 +25605,9 @@ PASS: gdb.mi/mi-dprintf.exp: mi insert without location PASS: gdb.mi/mi-dprintf.exp: mi insert breakpoint without format string PASS: gdb.mi/mi-dprintf.exp: mi insert second breakpoint without format string PASS: gdb.mi/mi-dprintf.exp: mi insert breakpoint main +PASS: gdb.mi/mi-dprintf.exp: explicit dprintf at main +PASS: gdb.mi/mi-dprintf.exp: explicit breakpoint at mi-dprintf.c:30 +PASS: gdb.mi/mi-dprintf.exp: invalid explicit dprintf PASS: gdb.mi/mi-dprintf.exp: mi insert dprintf foo PASS: gdb.mi/mi-dprintf.exp: mi insert dprintf dp_location1 PASS: gdb.mi/mi-dprintf.exp: mi info dprintf @@ -24915,18 +25615,18 @@ PASS: gdb.mi/mi-dprintf.exp: mi insert breakpoint bp_location1 PASS: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf PASS: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf stop PASS: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf -PASS: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf 2nd stop +PASS: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf stop PASS: gdb.mi/mi-dprintf.exp: mi set dprintf style to call -PASS: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf +FAIL: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf (timeout) PASS: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf stop -PASS: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf -PASS: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf 2nd stop +FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf (timeout) +PASS: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf stop PASS: gdb.mi/mi-dprintf.exp: mi set dprintf-channel stderr PASS: gdb.mi/mi-dprintf.exp: mi set dprintf channel -PASS: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf +FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf (timeout) PASS: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf stop -PASS: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf -PASS: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf 2nd stop +FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf (timeout) +PASS: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf stop UNSUPPORTED: gdb.mi/mi-dprintf.exp: set dprintf style to agent PASS: gdb.mi/mi-dprintf.exp: mi set dprintf style to an unrecognized type Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-eval.exp ... @@ -25133,8 +25833,17 @@ PASS: gdb.mi/mi-nsthrexec.exp: thread state, all stopped PASS: gdb.mi/mi-nsthrexec.exp: breakpoint at main PASS: gdb.mi/mi-nsthrexec.exp: stop at main after exec Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-pending.exp ... -UNSUPPORTED: gdb.mi/mi-pending.exp: Couldn't compile mi-pending.c: unrecognized error -UNTESTED: gdb.mi/mi-pending.exp: Could not compile ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-pending.c. +PASS: gdb.mi/mi-pending.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi-pending.exp: MI pending breakpoint on pendfunc1 +PASS: gdb.mi/mi-pending.exp: MI pending breakpoint on mi-pendshr.c:pendfunc2 if x==4 +PASS: gdb.mi/mi-pending.exp: MI pending breakpoint on thread_func +PASS: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1 +PASS: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1 a second time +PASS: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc2 with x==4 +PASS: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on thread_func +PASS: gdb.mi/mi-pending.exp: Delete breakpoint 3 +PASS: gdb.mi/mi-pending.exp: MI pending breakpoint on pendfunc3 +PASS: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc3 on thread 2 Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-pthreads.exp ... PASS: gdb.mi/mi-pthreads.exp: successfully compiled posix threads test case PASS: gdb.mi/mi-pthreads.exp: breakpoint at done_making_threads @@ -26244,7 +26953,7 @@ PASS: gdb.mi/mi-watch.exp: sw: mi runto callee4 PASS: gdb.mi/mi-watch.exp: sw: break-watch operation PASS: gdb.mi/mi-watch.exp: sw: list of watchpoints PASS: gdb.mi/mi-watch.exp: sw: watchpoint trigger -XPASS: gdb.mi/mi-watch.exp: sw: watchpoint trigger +PASS: gdb.mi/mi-watch.exp: sw: watchpoint trigger PASS: gdb.mi/mi-watch.exp: hw watchpoints toggle (2) PASS: gdb.mi/mi-watch.exp: hw: breakpoint at callee4 PASS: gdb.mi/mi-watch.exp: hw: mi runto callee4 @@ -26968,6 +27677,20 @@ PASS: gdb.pascal/types.exp: pt 10e20 PASS: gdb.pascal/types.exp: pt 10E20 Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/backtrace.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/disassemble.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-null-lookup.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-pervasive-typedef.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-print-cerr.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-ptype-string.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-runto-main.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1-select-file.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster1.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-null-lookup.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-pervasive-typedef.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-print-cerr.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-ptype-string.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-runto-main.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2-select-file.exp ... +Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/gmonster2.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/single-step.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/skip-prologue.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.perf/solib.exp ... @@ -27819,8 +28542,8 @@ PASS: gdb.python/py-infthread.exp: test InferiorThread.is_valid Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-lazy-string.exp ... PASS: gdb.python/py-lazy-string.exp: continue to breakpoint: break here PASS: gdb.python/py-lazy-string.exp: python null = gdb.parse_and_eval("null") -PASS: gdb.python/py-lazy-string.exp: python print null.lazy_string(length=0).value() -PASS: gdb.python/py-lazy-string.exp: python print null.lazy_string(length=3).value() +PASS: gdb.python/py-lazy-string.exp: python print(null.lazy_string(length=0).value()) +PASS: gdb.python/py-lazy-string.exp: python print(null.lazy_string(length=3).value()) Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-linetable.exp ... Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-lookup-type.exp ... PASS: gdb.python/py-lookup-type.exp: set language ada @@ -27828,7 +28551,7 @@ PASS: gdb.python/py-lookup-type.exp: lookup type character using language ada PASS: gdb.python/py-lookup-type.exp: set language c PASS: gdb.python/py-lookup-type.exp: lookup type char using language c PASS: gdb.python/py-lookup-type.exp: set language d -PASS: gdb.python/py-lookup-type.exp: lookup type ucent using language d +FAIL: gdb.python/py-lookup-type.exp: lookup type ucent using language d PASS: gdb.python/py-lookup-type.exp: set language fortran PASS: gdb.python/py-lookup-type.exp: lookup type character using language fortran PASS: gdb.python/py-lookup-type.exp: set language go @@ -27845,6 +28568,9 @@ PASS: gdb.python/py-lookup-type.exp: set language opencl PASS: gdb.python/py-lookup-type.exp: lookup type ushort using language opencl PASS: gdb.python/py-lookup-type.exp: set language pascal PASS: gdb.python/py-lookup-type.exp: lookup type char using language pascal +Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-mi-objfile.exp ... +PASS: gdb.python/py-mi-objfile.exp: set safe-path +PASS: gdb.python/py-mi-objfile.exp: file-exec-and-symbols operation Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-mi.exp ... PASS: gdb.python/py-mi.exp: breakpoint at main PASS: gdb.python/py-mi.exp: mi runto main @@ -27930,12 +28656,12 @@ PASS: gdb.python/py-objfile.exp: Find a symbol in objfile PASS: gdb.python/py-objfile.exp: Get backing object file PASS: gdb.python/py-objfile.exp: Get objfile file name PASS: gdb.python/py-objfile.exp: Get objfile user name -PASS: gdb.python/py-objfile.exp: python print (gdb.lookup_objfile ("py-objfile").filename) +PASS: gdb.python/py-objfile.exp: print lookup_objfile filename PASS: gdb.python/py-objfile.exp: python print (gdb.lookup_objfile ("junk")) PASS: gdb.python/py-objfile.exp: Get objfile build id -PASS: gdb.python/py-objfile.exp: python print (gdb.lookup_objfile ("8852bbefaa897934fa060e5c710d6bf9d02ec43b", by_build_id=True).filename) -PASS: gdb.python/py-objfile.exp: python print (gdb.lookup_objfile ("foo", by_build_id=True)) -PASS: gdb.python/py-objfile.exp: python print (gdb.lookup_objfile ("1234abcdef", by_build_id=True)) +PASS: gdb.python/py-objfile.exp: print lookup_objfile filename by build-id +PASS: gdb.python/py-objfile.exp: print invalid file lookup_objfile by build-id +PASS: gdb.python/py-objfile.exp: print invalid file lookup_objfile by build-id 2 PASS: gdb.python/py-objfile.exp: Get objfile program space PASS: gdb.python/py-objfile.exp: Get objfile validity PASS: gdb.python/py-objfile.exp: Get objfile validity after unload @@ -27952,7 +28678,7 @@ PASS: gdb.python/py-objfile.exp: Test owner of separate debug file PASS: gdb.python/py-objfile.exp: Test user-name of owner of separate debug file PASS: gdb.python/py-objfile.exp: print main with debug info PASS: gdb.python/py-objfile.exp: get python valueof "sep_objfile.build_id" (8852bbefaa897934fa060e5c710d6bf9d02ec43b) -PASS: gdb.python/py-objfile.exp: python print (gdb.lookup_objfile (sep_objfile.build_id, by_build_id=True)) +PASS: gdb.python/py-objfile.exp: print lookup_objfile of separate debug file PASS: gdb.python/py-objfile.exp: gdb.lookup_objfile of symlinked binary Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-parameter.exp ... PASS: gdb.python/py-parameter.exp: python print (gdb.parameter ('directories')) @@ -28114,7 +28840,7 @@ PASS: gdb.python/py-pp-re-notag.exp: print /r *t Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-pp-registration.exp ... PASS: gdb.python/py-pp-registration.exp: verbose off: setting breakpoint at py-pp-registration.c:54 PASS: gdb.python/py-pp-registration.exp: verbose off: running to py-pp-registration.c:54 in runto -PASS: gdb.python/py-pp-registration.exp: verbose off: python exec (open ('[...]/tschwinge/W._C._Handy.build/gdb/testsuite/gdb.python/py-pp-registration.py').read ()) +PASS: gdb.python/py-pp-registration.exp: verbose off: read file PASS: gdb.python/py-pp-registration.exp: verbose off: py progspace = gdb.current_progspace() PASS: gdb.python/py-pp-registration.exp: verbose off: py my_pretty_printer1 = build_pretty_printer1() PASS: gdb.python/py-pp-registration.exp: verbose off: py my_pretty_printer2 = build_pretty_printer2() @@ -28125,7 +28851,7 @@ PASS: gdb.python/py-pp-registration.exp: verbose off: print flt PASS: gdb.python/py-pp-registration.exp: verbose off: print s PASS: gdb.python/py-pp-registration.exp: verbose on: setting breakpoint at py-pp-registration.c:54 PASS: gdb.python/py-pp-registration.exp: verbose on: running to py-pp-registration.c:54 in runto -PASS: gdb.python/py-pp-registration.exp: verbose on: python exec (open ('[...]/tschwinge/W._C._Handy.build/gdb/testsuite/gdb.python/py-pp-registration.py').read ()) +PASS: gdb.python/py-pp-registration.exp: verbose on: read file PASS: gdb.python/py-pp-registration.exp: verbose on: py progspace = gdb.current_progspace() PASS: gdb.python/py-pp-registration.exp: verbose on: py my_pretty_printer1 = build_pretty_printer1() PASS: gdb.python/py-pp-registration.exp: verbose on: py my_pretty_printer2 = build_pretty_printer2() @@ -28136,18 +28862,18 @@ PASS: gdb.python/py-pp-registration.exp: verbose on: print flt PASS: gdb.python/py-pp-registration.exp: verbose on: print s PASS: gdb.python/py-pp-registration.exp: replace: setting breakpoint at py-pp-registration.c:54 PASS: gdb.python/py-pp-registration.exp: replace: running to py-pp-registration.c:54 in runto -PASS: gdb.python/py-pp-registration.exp: replace: python exec (open ('[...]/tschwinge/W._C._Handy.build/gdb/testsuite/gdb.python/py-pp-registration.py').read ()) +PASS: gdb.python/py-pp-registration.exp: replace: read file PASS: gdb.python/py-pp-registration.exp: replace: py progspace = gdb.current_progspace() PASS: gdb.python/py-pp-registration.exp: replace: py my_pretty_printer1 = build_pretty_printer1() PASS: gdb.python/py-pp-registration.exp: replace: py my_pretty_printer2 = build_pretty_printer2() PASS: gdb.python/py-pp-registration.exp: replace: py gdb.printing.register_pretty_printer(gdb, lookup_function_lookup_test) PASS: gdb.python/py-pp-registration.exp: replace: py gdb.printing.register_pretty_printer(progspace, my_pretty_printer1) PASS: gdb.python/py-pp-registration.exp: replace: py gdb.printing.register_pretty_printer(progspace, my_pretty_printer2, replace=False) -PASS: gdb.python/py-pp-registration.exp: replace: print flt -PASS: gdb.python/py-pp-registration.exp: replace: print s +PASS: gdb.python/py-pp-registration.exp: replace: test printers 1: print flt +PASS: gdb.python/py-pp-registration.exp: replace: test printers 1: print s PASS: gdb.python/py-pp-registration.exp: replace: py gdb.printing.register_pretty_printer(progspace, my_pretty_printer2, replace=True) -PASS: gdb.python/py-pp-registration.exp: replace: print flt -PASS: gdb.python/py-pp-registration.exp: replace: print s +PASS: gdb.python/py-pp-registration.exp: replace: test printers 2: print flt +PASS: gdb.python/py-pp-registration.exp: replace: test printers 2: print s Running ../../../W._C._Handy/gdb/testsuite/gdb.python/py-prettyprint.exp ... PASS: gdb.python/py-prettyprint.exp: set print pretty on PASS: gdb.python/py-prettyprint.exp: b 358 @@ -31812,6 +32538,15 @@ PASS: gdb.server/ext-attach.exp: attach to remote program 2 PASS: gdb.server/ext-attach.exp: backtrace 2 PASS: gdb.server/ext-attach.exp: kill PASS: gdb.server/ext-attach.exp: monitor exit +Running ../../../W._C._Handy/gdb/testsuite/gdb.server/ext-restart.exp ... +PASS: gdb.server/ext-restart.exp: disconnect +PASS: gdb.server/ext-restart.exp: set remote exec-file +PASS: gdb.server/ext-restart.exp: run to main +PASS: gdb.server/ext-restart.exp: restart: set remote run-packet off +PASS: gdb.server/ext-restart.exp: restart: set remote exec-file +PASS: gdb.server/ext-restart.exp: restart: run to main +PASS: gdb.server/ext-restart.exp: kill +PASS: gdb.server/ext-restart.exp: monitor exit Running ../../../W._C._Handy/gdb/testsuite/gdb.server/ext-run.exp ... PASS: gdb.server/ext-run.exp: disconnect PASS: gdb.server/ext-run.exp: set remote exec-file @@ -31820,6 +32555,17 @@ PASS: gdb.server/ext-run.exp: get process list PASS: gdb.server/ext-run.exp: kill PASS: gdb.server/ext-run.exp: load new file without any gdbserver inferior PASS: gdb.server/ext-run.exp: monitor exit +Running ../../../W._C._Handy/gdb/testsuite/gdb.server/ext-wrapper.exp ... +PASS: gdb.server/ext-wrapper.exp: disconnect +PASS: gdb.server/ext-wrapper.exp: set remote exec-file +PASS: gdb.server/ext-wrapper.exp: run to marker +PASS: gdb.server/ext-wrapper.exp: print d +PASS: gdb.server/ext-wrapper.exp: restart: set remote run-packet off +PASS: gdb.server/ext-wrapper.exp: restart: set remote exec-file +PASS: gdb.server/ext-wrapper.exp: restart: run to marker +PASS: gdb.server/ext-wrapper.exp: restart: print d +PASS: gdb.server/ext-wrapper.exp: kill +PASS: gdb.server/ext-wrapper.exp: monitor exit Running ../../../W._C._Handy/gdb/testsuite/gdb.server/file-transfer.exp ... PASS: gdb.server/file-transfer.exp: disconnect PASS: gdb.server/file-transfer.exp: put binary file @@ -31843,6 +32589,7 @@ PASS: gdb.server/no-thread-db.exp: print foo Running ../../../W._C._Handy/gdb/testsuite/gdb.server/non-existing-program.exp ... PASS: gdb.server/non-existing-program.exp: gdbserver exits cleanly Running ../../../W._C._Handy/gdb/testsuite/gdb.server/server-exec-info.exp ... +PASS: gdb.server/server-exec-info.exp: disconnect PASS: gdb.server/server-exec-info.exp: set remote pid-to-exec-file-packet off PASS: gdb.server/server-exec-info.exp: file PASS: gdb.server/server-exec-info.exp: set sysroot remote: @@ -32113,12 +32860,12 @@ XFAIL: gdb.stabs/weird.exp: p common0var1 XFAIL: gdb.stabs/weird.exp: p common0var2 Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/attach-into-signal.exp ... PASS: gdb.threads/attach-into-signal.exp: nonthreaded: handle SIGALRM stop print pass -PASS: gdb.threads/attach-into-signal.exp: nonthreaded: attach (pass 1), pending signal catch -PASS: gdb.threads/attach-into-signal.exp: nonthreaded: attach (pass 2), pending signal catch +PASS: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach (pass 1), pending signal catch +PASS: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach (pass 2), pending signal catch PASS: gdb.threads/attach-into-signal.exp: successfully compiled posix threads test case PASS: gdb.threads/attach-into-signal.exp: threaded: handle SIGALRM stop print pass -PASS: gdb.threads/attach-into-signal.exp: threaded: attach (pass 1), pending signal catch -PASS: gdb.threads/attach-into-signal.exp: threaded: attach (pass 2), pending signal catch +PASS: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach (pass 1), pending signal catch +PASS: gdb.threads/attach-into-signal.exp: threaded: attempt 8: attach (pass 2), pending signal catch Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/attach-many-short-lived-threads.exp ... PASS: gdb.threads/attach-many-short-lived-threads.exp: successfully compiled posix threads test case PASS: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach @@ -32544,6 +33291,23 @@ PASS: gdb.threads/fork-child-threads.exp: set follow-fork-mode child PASS: gdb.threads/fork-child-threads.exp: next over fork PASS: gdb.threads/fork-child-threads.exp: get to the spawned thread PASS: gdb.threads/fork-child-threads.exp: two threads found +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-plus-threads.exp ... +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: successfully compiled posix threads test case +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: set detach-on-fork on +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: continue & +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: inferior 1 exited +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: no failure to remove breakpoints +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: no spurious thread stop +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: no threads left +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: only inferior 1 left +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: successfully compiled posix threads test case +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: set detach-on-fork off +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: continue & +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no failure to remove breakpoints +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no spurious thread stop +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left +PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-thread-pending.exp ... PASS: gdb.threads/fork-thread-pending.exp: successfully compiled posix threads test case PASS: gdb.threads/fork-thread-pending.exp: 1, set follow-fork-mode child @@ -32561,6 +33325,20 @@ PASS: gdb.threads/fork-thread-pending.exp: 2, get to the fork event PASS: gdb.threads/fork-thread-pending.exp: 2, multiple threads found PASS: gdb.threads/fork-thread-pending.exp: 2, get to the spawned thread in fork child PASS: gdb.threads/fork-thread-pending.exp: 2, followed to the child, found two threads +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/forking-threads-plus-breakpoint.exp ... +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: successfully compiled posix threads test case +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: set detach-on-fork on +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: set breakpoint that evals false +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: continue & +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: inferior 1 exited +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: no threads left +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: only inferior 1 left +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: set detach-on-fork on +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: set breakpoint that evals false +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: continue & +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: inferior 1 exited +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: no threads left +PASS: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: only inferior 1 left Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/gcore-stale-thread.exp ... PASS: gdb.threads/gcore-stale-thread.exp: successfully compiled posix threads test case PASS: gdb.threads/gcore-stale-thread.exp: set non-stop on @@ -32625,6 +33403,15 @@ PASS: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 5 PASS: gdb.threads/hand-call-in-threads.exp: all dummies popped PASS: gdb.threads/hand-call-in-threads.exp: disable scheduler locking PASS: gdb.threads/hand-call-in-threads.exp: show scheduler locking off +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/hand-call-new-thread.exp ... +PASS: gdb.threads/hand-call-new-thread.exp: successfully compiled posix threads test case +PASS: gdb.threads/hand-call-new-thread.exp: b foo thread 1 +PASS: gdb.threads/hand-call-new-thread.exp: iter 0: p new_thread () +PASS: gdb.threads/hand-call-new-thread.exp: iter 0: no thread marked running +PASS: gdb.threads/hand-call-new-thread.exp: iter 1: p new_thread () +PASS: gdb.threads/hand-call-new-thread.exp: iter 1: no thread marked running +PASS: gdb.threads/hand-call-new-thread.exp: iter 2: p new_thread () +PASS: gdb.threads/hand-call-new-thread.exp: iter 2: no thread marked running Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/ia64-sigill.exp ... PASS: gdb.threads/ia64-sigill.exp: successfully compiled posix threads test case PASS: gdb.threads/ia64-sigill.exp: info addr label @@ -33002,6 +33789,19 @@ PASS: gdb.threads/next-bp-other-thread.exp: schedlock=on: info threads shows all PASS: gdb.threads/next-bp-other-thread.exp: schedlock=on: condition $bpnum global_zero == 1 PASS: gdb.threads/next-bp-other-thread.exp: schedlock=on: set scheduler-locking on PASS: gdb.threads/next-bp-other-thread.exp: schedlock=on: next over function call +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp ... +PASS: gdb.threads/next-while-other-thread-longjmps.exp: successfully compiled posix threads test case +PASS: gdb.threads/next-while-other-thread-longjmps.exp: continue to breakpoint: start line +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 1 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 2 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 3 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 4 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 5 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 6 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 7 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 8 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 9 +PASS: gdb.threads/next-while-other-thread-longjmps.exp: next to line 10 Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp ... PASS: gdb.threads/no-unwaited-for-left.exp: successfully compiled posix threads test case PASS: gdb.threads/no-unwaited-for-left.exp: continue to breakpoint: break-here @@ -33045,6 +33845,11 @@ PASS: gdb.threads/non-ldr-exc-4.exp: lock-sched0: continue over exec PASS: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue to breakpoint: break-here PASS: gdb.threads/non-ldr-exc-4.exp: lock-sched1: set scheduler-locking on PASS: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue over exec +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-ldr-exit.exp ... +PASS: gdb.threads/non-ldr-exit.exp: successfully compiled posix threads test case +PASS: gdb.threads/non-ldr-exit.exp: continue to breakpoint: break-here +PASS: gdb.threads/non-ldr-exit.exp: set scheduler-locking on +KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally (PRMS: gdb/18717) Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-stop-fair-events.exp ... PASS: gdb.threads/non-stop-fair-events.exp: successfully compiled posix threads test case PASS: gdb.threads/non-stop-fair-events.exp: set non-stop on @@ -33566,6 +34371,25 @@ PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 4 (slow wit PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 (slow with kill breakpoint) PASS: gdb.threads/print-threads.exp: program exited normally PASS: gdb.threads/print-threads.exp: all threads ran once (slow with kill breakpoint) +Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp ... +PASS: gdb.threads/process-dies-while-handling-bp.exp: successfully compiled posix threads test case +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: probe for target remote +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: set breakpoint that evals false +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: continue & +KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited (prompt) (PRMS: gdb/18749) +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: probe for target remote +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: set breakpoint that evals false +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: continue & +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: probe for target remote +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: set breakpoint that evals false +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: continue & +KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited (prompt) (PRMS: gdb/18749) +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: probe for target remote +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: set breakpoint that evals false +PASS: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: continue & +KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited (prompt) (PRMS: gdb/18749) Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/pthread_cond_wait.exp ... PASS: gdb.threads/pthread_cond_wait.exp: successfully compiled posix threads test case PASS: gdb.threads/pthread_cond_wait.exp: breakpoint on break_me @@ -34773,6 +35597,7 @@ PASS: gdb.trace/ax.exp: maint agent gdb_long_test > gdb_short_test PASS: gdb.trace/ax.exp: maint agent gdb_long_test >= gdb_short_test PASS: gdb.trace/ax.exp: maint agent &gdb_long_test == &gdb_short_test PASS: gdb.trace/ax.exp: maint agent &gdb_long_test < &gdb_short_test +PASS: gdb.trace/ax.exp: maint agent (unsigned char)1L PASS: gdb.trace/ax.exp: maint agent-eval 12 PASS: gdb.trace/ax.exp: maint agent-eval gdb_char_test PASS: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[12] @@ -35080,14 +35905,14 @@ PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml === gdb Summary === -# of expected passes 33408 -# of unexpected failures 142 -# of unexpected successes 2 -# of expected failures 62 +# of expected passes 34125 +# of unexpected failures 157 +# of unexpected successes 1 +# of expected failures 64 # of unknown successes 1 -# of known failures 64 -# of unresolved testcases 2 +# of known failures 63 +# of unresolved testcases 4 # of untested testcases 41 -# of unsupported tests 66 -[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../gdb/gdb version 7.9.50.20150619-cvs -nw -nx -data-directory [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../data-directory +# of unsupported tests 67 +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../gdb/gdb version 7.10.50.20150819-cvs -nw -nx -data-directory [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../data-directory diff --git a/binutils-gdb/kepler.SCHWINGE/test/ld/ld.sum b/binutils-gdb/kepler.SCHWINGE/test/ld/ld.sum index 6fbf0896..2c0e2423 100644 --- a/binutils-gdb/kepler.SCHWINGE/test/ld/ld.sum +++ b/binutils-gdb/kepler.SCHWINGE/test/ld/ld.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Mon Nov 2 15:19:20 2015 +Test Run By thomas on Mon Nov 2 22:15:37 2015 Native configuration is i686-pc-linux-gnu === ld tests === @@ -152,6 +152,7 @@ PASS: Build pr17068.so PASS: Build pr17068a.a PASS: Build pr17068b.a PASS: pr17068 link --as-needed lib in group +PASS: -Bsymbolic-functions PASS: ld-elf/comm-data4 PASS: ld-elf/comm-data5 PASS: ld-elf/commonpage1 @@ -254,6 +255,7 @@ PASS: ld-elf/pr16322 PASS: ld-elf/pr16498a PASS: ld-elf/pr16498b PASS: ld-elf/pr17615 +PASS: ld-elf/pr18735 PASS: ld-elf/pr349 PASS: relocatable with script PASS: ld-elf/rpath-1 @@ -262,6 +264,7 @@ PASS: ld-elf/runpath-1 PASS: ld-elf/runpath-2 PASS: ld-elf/seg PASS: ld-elf/stab +PASS: ld-elf/strtab PASS: ld-elf/textaddr1 PASS: ld-elf/textaddr2 PASS: ld-elf/textaddr3 @@ -316,6 +319,8 @@ Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-elf/indirect.exp ... PASS: Build libindirect1c.so PASS: Build libindirect3c.so PASS: Build libindirect4c.so +PASS: Build libpr18720c.so +PASS: Build pr18720b1.o PASS: Indirect symbol 1a: : local symbol `foo' in tmpdir/indirect1b.o is referenced by DSO PASS: Indirect symbol 1a: : final link failed: Bad value PASS: Indirect symbol 1b: : local symbol `foo' in tmpdir/indirect1b.o is referenced by DSO @@ -330,6 +335,11 @@ PASS: Run with libindirect4c.so 1 PASS: Run with libindirect4c.so 2 PASS: Run with libindirect4c.so 3 PASS: Run with libindirect4c.so 4 +PASS: Run with libpr18720c.so 1 +PASS: Run with libpr18720c.so 2 +PASS: Run with libpr18720c.so 3 +PASS: Run with libpr18720c.so 4 +PASS: Run with libpr18720c.so 5 Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-elf/provide-hidden.exp ... PASS: PROVIDE_HIDDEN test (auxiliary shared object) PASS: PROVIDE_HIDDEN test 1 @@ -492,6 +502,11 @@ PASS: Run with libnew1a.so PASS: Run with libnew1b.so PASS: Build libpr2404b.a with PIE PASS: Run pr2404 with PIE +PASS: Run pr18718 +PASS: Run pr18718 with PIE (1) +PASS: Run pr18718 with PIE (2) +PASS: Run pr18718 with PIC (1) +PASS: Run pr18718 with PIC (2) Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-elf/tls_common.exp ... PASS: tls_common Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-elf/wrap.exp ... @@ -754,6 +769,8 @@ PASS: PR ld/14215 PASS: PR ld/17057 PASS: ld-i386/pr17935-1 PASS: ld-i386/pr17935-2 +PASS: ld-i386/pr18801 +PASS: PR ld/18815 PASS: Build plt-lib.so PASS: Build libplt-main1.a PASS: Build libplt-main2.a @@ -779,6 +796,7 @@ PASS: Run pr17689 with PIE and GOTOFF PASS: Run pr17689 with PIE, -z now and GOTOFF PASS: Run pr17689ver with PIE and GOTOFF PASS: ld-i386/pltgot-1 +PASS: ld-i386/pltgot-2 Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-ia64/ia64.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-ia64/line.exp ... Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-ifunc/binutils.exp ... @@ -839,6 +857,12 @@ PASS: Build ifunc-lib.so PASS: Run pr16467 PASS: Run ifunc-main PASS: Run ifunc-main with -fpic +PASS: Build libpr18808.so +PASS: Build libpr18841b.so +PASS: Build libpr18841c.so +PASS: Run pr18808 +PASS: Run pr18841 with libpr18841b.so +PASS: Run pr18841 with libpr18841c.so Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-libs/libs.exp ... PASS: -l: test (preparation) PASS: -l: test @@ -1224,9 +1248,11 @@ PASS: Run size-2 PASS: Run size-3a PASS: Run size-3b PASS: Run size-3c -PASS: Run size-3d -PASS: Run size-3d -PASS: Run size-3e +PASS: Run size-3d (1) +PASS: Run size-3d (2) +PASS: "Run size-3e" + "tmpdir/libsize-3c.so" "" + {size-3.c} "size-3e" "size-3.out" PASS: Run size-4a PASS: Run size-4b PASS: Run size-5a @@ -1252,6 +1278,13 @@ PASS: -shared --entry foo -u foo archive PASS: --entry foo PASS: --entry foo -u foo PASS: --entry 0x0 +Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-undefined/require-defined.exp ... +PASS: Build libfoo.a +PASS: Check require-defined with an undefined symbol +PASS: Check require-defined can require a symbol from an object +PASS: Check require-defined does no error on a defined symbol +PASS: Check require-defined can require a symbol from an archive +PASS: Check require-defined can require two symbols Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-undefined/undefined.exp ... PASS: undefined PASS: undefined function @@ -1285,9 +1318,9 @@ Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-xtensa/xtensa.exp ... === ld Summary === -# of expected passes 1112 +# of expected passes 1142 # of expected failures 4 # of untested testcases 6 # of unsupported tests 8 -[...]/tschwinge/W._C._Handy.build/ld/ld-new 2.25.51.20150619 +[...]/tschwinge/W._C._Handy.build/ld/ld-new 2.25.51.20150819 |