summaryrefslogtreecommitdiff
path: root/binutils-gdb/laplace.SCHWINGE
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-gdb/laplace.SCHWINGE')
-rw-r--r--binutils-gdb/laplace.SCHWINGE/log_build460
-rw-r--r--binutils-gdb/laplace.SCHWINGE/log_build.diff.sed2
-rw-r--r--binutils-gdb/laplace.SCHWINGE/log_install3
-rw-r--r--binutils-gdb/laplace.SCHWINGE/log_test263
-rw-r--r--binutils-gdb/laplace.SCHWINGE/test/binutils/binutils.sum12
-rw-r--r--binutils-gdb/laplace.SCHWINGE/test/gas/testsuite/gas.sum10
-rw-r--r--binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum844
-rw-r--r--binutils-gdb/laplace.SCHWINGE/test/ld/ld.sum38
8 files changed, 1208 insertions, 424 deletions
diff --git a/binutils-gdb/laplace.SCHWINGE/log_build b/binutils-gdb/laplace.SCHWINGE/log_build
index ef0cbe13..b0a14e52 100644
--- a/binutils-gdb/laplace.SCHWINGE/log_build
+++ b/binutils-gdb/laplace.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-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'
@@ -1576,7 +1590,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 elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-plugin.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; \
@@ -3325,7 +3339,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
@@ -4316,6 +4329,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
@@ -4325,9 +4341,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
@@ -4343,6 +4356,10 @@ 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
+configure: WARNING: linux/perf_event.h missing or too old; some features may be unavailable.
+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
@@ -4540,6 +4557,8 @@ 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
@@ -5840,7 +5859,7 @@ gcc-4.9 -g -O2 -D_GNU_SOURCE -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gd
gcc-4.9 -g -O2 -D_GNU_SOURCE -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 ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../W._C._Handy/gdb/ser-tcp.c
gcc-4.9 -g -O2 -D_GNU_SOURCE -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 i386gnu-nat.o -MT i386gnu-nat.o -MMD -MP -MF .deps/i386gnu-nat.Tpo ../../W._C._Handy/gdb/i386gnu-nat.c
gcc-4.9 -g -O2 -D_GNU_SOURCE -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 gnu-nat.o -MT gnu-nat.o -MMD -MP -MF .deps/gnu-nat.Tpo ../../W._C._Handy/gdb/gnu-nat.c
-In file included from ../../W._C._Handy/gdb/defs.h:488:0,
+In file included from ../../W._C._Handy/gdb/defs.h:493:0,
from ../../W._C._Handy/gdb/gnu-nat.c:23:
../../W._C._Handy/gdb/gnu-nat.c: In function 'proc_trace':
./nm.h:35:60: warning: right-hand operand of comma expression has no effect [-Wunused-value]
@@ -6268,6 +6287,8 @@ gcc-4.9 -g -O2 -D_GNU_SOURCE -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gd
gcc-4.9 -g -O2 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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
@@ -6382,6 +6403,7 @@ gcc-4.9 -g -O2 -D_GNU_SOURCE -I. -I../../W._C._Handy/gdb -I../../W._C._Handy/gd
gcc-4.9 -g -O2 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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
@@ -6444,8 +6466,8 @@ Making init.c
gcc-4.9 -g -O2 -D_GNU_SOURCE -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 -D_GNU_SOURCE -static-libstdc++ -static-libgcc \
- -o gdb gdb.o i386-tdep.o i387-tdep.o i386gnu-tdep.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o i386gnu-nat.o gnu-nat.o x86-nat.o x86-dregs.o fork-child.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o 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 -lshouldbeinlibc -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 ../libiberty/libiberty.a build-gnulib/import/libgnu.a
+ -o gdb gdb.o i386-tdep.o i387-tdep.o i386gnu-tdep.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o i386gnu-nat.o gnu-nat.o x86-nat.o x86-dregs.o fork-child.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o 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 -lshouldbeinlibc -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 ../libiberty/libiberty.a build-gnulib/import/libgnu.a
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'.
diff --git a/binutils-gdb/laplace.SCHWINGE/log_build.diff.sed b/binutils-gdb/laplace.SCHWINGE/log_build.diff.sed
index 15a3cf80..e74fa286 100644
--- a/binutils-gdb/laplace.SCHWINGE/log_build.diff.sed
+++ b/binutils-gdb/laplace.SCHWINGE/log_build.diff.sed
@@ -3,5 +3,5 @@ s%i686-unknown-gnu0\.6%[ARCH]%g
s%-DSELECT_VECS=\('\?\)&i386_elf32_vec,&iamcu_elf32_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec\1%-DSELECT_VECS=\1[SELECT_VECS]\1%
-s%-D_GNU_SOURCE%%g
+/\/gdb\//s%-D_GNU_SOURCE%%g
s%-lshouldbeinlibc%%g
diff --git a/binutils-gdb/laplace.SCHWINGE/log_install b/binutils-gdb/laplace.SCHWINGE/log_install
index 050dde6f..b39050f0 100644
--- a/binutils-gdb/laplace.SCHWINGE/log_install
+++ b/binutils-gdb/laplace.SCHWINGE/log_install
@@ -285,8 +285,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'
@@ -690,7 +688,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/laplace.SCHWINGE/log_test b/binutils-gdb/laplace.SCHWINGE/log_test
index 7da0f3cb..c19cffc7 100644
--- a/binutils-gdb/laplace.SCHWINGE/log_test
+++ b/binutils-gdb/laplace.SCHWINGE/log_test
@@ -50,7 +50,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:17:18 2015
+Test Run By thomas on Thu Nov 5 14:03:53 2015
Native configuration is i686-unknown-gnu0.6
=== binutils tests ===
@@ -67,7 +67,7 @@ Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/ar.exp ...
Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/arm/objdump.exp ...
Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/bfin/objdump.exp ...
Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/compress.exp ...
-XPASS: objcopy compress debug sections in archive
+XPASS: objcopy compress debug sections in archive with zlib-gnu
Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/dlltool.exp ...
Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/elfedit.exp ...
Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/hppa/objdump.exp ...
@@ -75,24 +75,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 118
+# of expected passes 124
# of unexpected successes 1
# of unsupported tests 4
Makefile:1287: recipe for target 'check-DEJAGNU' failed
@@ -144,7 +144,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:17:28 2015
+Test Run By thomas on Thu Nov 5 14:04:08 2015
Native configuration is i686-unknown-gnu0.6
=== gas tests ===
@@ -288,8 +288,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'
@@ -393,8 +393,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
@@ -620,6 +620,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 \
@@ -627,6 +629,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
@@ -684,9 +690,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
@@ -712,8 +720,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
@@ -1136,6 +1145,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'.
@@ -1172,6 +1182,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'.
@@ -1278,6 +1289,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
@@ -1291,6 +1306,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
@@ -1398,6 +1440,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
@@ -1454,6 +1499,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
@@ -1461,7 +1507,7 @@ PASS: ver_test_5.sh
PASS: ver_test_7.sh
PASS: ver_test_10.sh
PASS: relro_test.sh
-FAIL: ver_matching_test.sh
+PASS: ver_matching_test.sh
PASS: script_test_3.sh
PASS: script_test_4.sh
PASS: script_test_5.sh
@@ -1490,6 +1536,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
@@ -1567,8 +1614,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
@@ -1651,19 +1701,19 @@ PASS: ehdr_start_test_2
PASS: ehdr_start_test_3
PASS: ehdr_start_test_5
============================
-3 of 220 tests failed
+2 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'
@@ -1727,7 +1777,6 @@ make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gprof/po'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gprof/po'
make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gprof'
-make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gprof'
make[3]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gprof'
make[2]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gprof'
@@ -1762,7 +1811,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:22:24 2015
+Test Run By thomas on Thu Nov 5 14:10:20 2015
Native configuration is i686-unknown-gnu0.6
=== ld tests ===
@@ -1901,6 +1950,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 ...
@@ -1924,12 +1974,12 @@ Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
-# of expected passes 1081
+# of expected passes 1104
# of unexpected failures 2
# of expected failures 8
# 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
Makefile:3501: recipe for target 'check-DEJAGNU' failed
make[5]: *** [check-DEJAGNU] Error 1
@@ -1950,16 +2000,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.
@@ -1969,7 +2019,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.
@@ -2042,7 +2092,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:25:30 2015
+Test Run By thomas on Thu Nov 5 14:13:45 2015
Native configuration is i686-unknown-gnu0.6
=== gdb tests ===
@@ -2097,11 +2147,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 ...
@@ -2193,6 +2244,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 ...
@@ -2215,6 +2267,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 ...
@@ -2236,8 +2289,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 ...
@@ -2319,7 +2370,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 ...
@@ -2377,7 +2427,7 @@ FAIL: gdb.base/attach.exp: continue until exit at after attach2, exit
FAIL: gdb.base/attach.exp: attach when process' a.out not in cwd
FAIL: gdb.base/attach.exp: attach call
FAIL: gdb.base/attach.exp: continue until exit
-FAIL: gdb.base/attach.exp: starting with --pid (timeout)
+FAIL: gdb.base/attach.exp: starting with --pid
FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt
ERROR: Undefined command "".
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/auto-connect-native-target.exp ...
@@ -2455,6 +2505,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/catch-signal-fork.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/catch-signal.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.exp ...
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 ...
@@ -2491,6 +2542,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 ...
@@ -2527,10 +2579,12 @@ FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: detach program
FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: re-attach to inferior
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-next.exp ...
WARNING: program timed out.
+gdb compile failed, exit status is 1
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-non-stop.exp ...
FAIL: gdb.base/dprintf-non-stop.exp: Can't run to main
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-pending.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf.exp ...
+Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dso2dso.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dtrace-probe.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dump.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dup-sect.exp ...
@@ -2600,6 +2654,7 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gcore-relro-pie.exp ...
FAIL: gdb.base/gcore-relro-pie.exp: Can't run to break_here
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 ...
@@ -2609,7 +2664,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 ...
@@ -2618,9 +2672,6 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gnu-debugdata.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gnu-ifunc.exp ...
FAIL: gdb.base/gnu-ifunc.exp: step
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gnu_vector.exp ...
-FAIL: gdb.base/gnu_vector.exp: continue to add_some_intvecs
-FAIL: gdb.base/gnu_vector.exp: continue to add_some_intvecs (the program is no longer running)
-FAIL: gdb.base/gnu_vector.exp: set vector return value
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hashline1.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hashline2.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/hashline3.exp ...
@@ -2629,6 +2680,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 ...
@@ -2647,8 +2699,6 @@ 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: call function when asleep (wrong output)
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jit-simple.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jit-so.exp ...
@@ -2656,6 +2706,17 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/jit.exp ...
FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: Can't run to main
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 ...
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: inferior 1
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill (got interactive prompt)
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 3
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2 3
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 1 2 3 (GDB internal error)
+Running ../../../W._C._Handy/gdb/testsuite/gdb.base/killed-outside.exp ...
+WARNING: program timed out.
+gdb compile failed, exit status is 1
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 ...
@@ -2794,14 +2855,13 @@ FAIL: gdb.base/sigaltstack.exp: finish to OUTER (timeout)
FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN (timeout)
FAIL: gdb.base/sigaltstack.exp: finish to MAIN (timeout)
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigbpt.exp ...
-WARNING: program timed out.
FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigchld.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/siginfo-addr.exp ...
-FAIL: gdb.base/siginfo-addr.exp: si_addr value
+FAIL: gdb.base/siginfo-addr.exp: correct si_addr (the program exited)
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/siginfo-infcall.exp ...
FAIL: gdb.base/siginfo-infcall.exp: continue to the handler
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/siginfo-obj.exp ...
@@ -2811,8 +2871,14 @@ FAIL: gdb.base/siginfo.exp: continue to stepi handler (timeout)
FAIL: gdb.base/siginfo.exp: backtrace for nexti (pattern 1) (timeout)
FAIL: gdb.base/siginfo.exp: step out of handler (timeout)
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/signals.exp ...
-WARNING: program timed out.
-gdb compile failed, exit status is 1
+FAIL: gdb.base/signals.exp: p count #1
+FAIL: gdb.base/signals.exp: p func1 () #2
+FAIL: gdb.base/signals.exp: backtrace from handler when calling func1
+FAIL: gdb.base/signals.exp: continue (the program exited)
+FAIL: gdb.base/signals.exp: p count #2
+FAIL: gdb.base/signals.exp: signal without arguments disallowed (the program is no longer running)
+FAIL: gdb.base/signals.exp: signal SIGUSR1 (the program is no longer running)
+FAIL: gdb.base/signals.exp: backtrace for SIGUSR1
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/signest.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/signull.exp ...
FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
@@ -2911,6 +2977,7 @@ 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 ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-infcall.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/value-double-free.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/varargs.exp ...
@@ -2956,12 +3023,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 ...
@@ -3112,6 +3181,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
@@ -3170,6 +3240,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 ...
@@ -3337,7 +3408,21 @@ 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)
+FAIL: gdb.linespec/explicit.exp: complete non-existant file name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and unique function name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and non-unique function name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and non-existant function name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and function reversed (timeout)
Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/keywords.exp ...
+WARNING: program timed out.
+gdb compile failed, exit status is 1
Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/linespec.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/ls-dollar.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/ls-errs.exp ...
@@ -3383,6 +3468,10 @@ FAIL: gdb.mi/mi-detach.exp: detach
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 ...
@@ -3404,6 +3493,8 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-nsintrall.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-nsmoribund.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-nsthrexec.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-pending.exp ...
+FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on thread_func (unknown output after running)
+FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc3 on thread 2 (timeout)
Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-pthreads.exp ...
FAIL: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 10
FAIL: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 3
@@ -3444,7 +3535,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 ...
@@ -3517,6 +3607,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 ...
@@ -3568,6 +3672,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 ...
FAIL: gdb.python/py-mi.exp: varobj update 1
FAIL: gdb.python/py-mi.exp: varobj update 2
@@ -3628,7 +3734,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 ...
@@ -3759,7 +3867,13 @@ FAIL: gdb.threads/execl.exp: info threads before exec
FAIL: gdb.threads/execl.exp: continue across exec
FAIL: gdb.threads/execl.exp: continue until exit
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-child-threads.exp ...
+Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-plus-threads.exp ...
+FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: Can't run to main
+FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: Can't run to main
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 ...
+FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: Can't run to main
+FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: Can't run to main
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/gcore-stale-thread.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/gcore-thread.exp ...
FAIL: gdb.threads/gcore-thread.exp: thread 1 is running
@@ -3767,6 +3881,7 @@ FAIL: gdb.threads/gcore-thread.exp: thread 2 is running
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/hand-call-in-threads.exp ...
FAIL: gdb.threads/hand-call-in-threads.exp: enable scheduler locking
FAIL: gdb.threads/hand-call-in-threads.exp: show scheduler locking on
+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 ...
FAIL: gdb.threads/info-threads-cur-sal.exp: continue to breakpoint: start
@@ -3822,6 +3937,17 @@ FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=step: next over function c
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=on: info threads shows all threads
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=on: set scheduler-locking on
FAIL: 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 ...
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 1
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 2
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 3
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 4
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 5
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 6
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 7
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 8
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 9
+FAIL: 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 ...
FAIL: gdb.threads/no-unwaited-for-left.exp: continue to breakpoint: break-here
FAIL: gdb.threads/no-unwaited-for-left.exp: enable scheduler-locking, for thread 2
@@ -3859,12 +3985,19 @@ FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched0: continue over exec
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue to breakpoint: break-here
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: set scheduler-locking on
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue over exec
+Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/non-ldr-exit.exp ...
+FAIL: gdb.threads/non-ldr-exit.exp: continue to breakpoint: break-here
+FAIL: gdb.threads/non-ldr-exit.exp: set scheduler-locking on
+FAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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 ...
FAIL: gdb.threads/print-threads.exp: all threads ran once
FAIL: gdb.threads/print-threads.exp: all threads ran once
FAIL: gdb.threads/print-threads.exp: all threads ran once
+Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp ...
+FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: Can't run to main
+FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: Can't run to main
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/pthread_cond_wait.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/pthreads.exp ...
FAIL: gdb.threads/pthreads.exp: Continue to creation of first thread
@@ -3958,14 +4091,14 @@ FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: thread
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: thread 1
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: set scheduler-locking off
-FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: step
+FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: step (timeout)
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: info threads shows all threads
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: set scheduler-locking on
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: thread 2
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: continue to breakpoint: run to breakpoint in thread 2
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: thread 1
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: set scheduler-locking off
-FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: next
+FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: next (timeout)
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: continue: info threads shows all threads
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: continue: set scheduler-locking on
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: continue: thread 2
@@ -4196,16 +4329,16 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.xml/tdesc-xinclude.exp ...
=== gdb Summary ===
-# of expected passes 25038
-# of unexpected failures 807
-# of unexpected successes 2
-# of expected failures 40
+# of expected passes 25550
+# of unexpected failures 850
+# of unexpected successes 1
+# of expected failures 42
# of unknown successes 1
-# of known failures 59
-# of unresolved testcases 2
-# of untested testcases 68
-# of unsupported tests 99
-[...]/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 known failures 56
+# of unresolved testcases 1
+# of untested testcases 70
+# of unsupported tests 100
+[...]/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
@@ -4213,10 +4346,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:1168: recipe for target 'check' failed
+Makefile:1173: 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/laplace.SCHWINGE/test/binutils/binutils.sum b/binutils-gdb/laplace.SCHWINGE/test/binutils/binutils.sum
index 52efad2a..94c73344 100644
--- a/binutils-gdb/laplace.SCHWINGE/test/binutils/binutils.sum
+++ b/binutils-gdb/laplace.SCHWINGE/test/binutils/binutils.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Mon Nov 2 15:17:18 2015
+Test Run By thomas on Thu Nov 5 14:03:53 2015
Native configuration is i686-unknown-gnu0.6
=== 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
-XPASS: objcopy compress debug sections in archive
+XPASS: 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,6 +159,6 @@ Running [...]/tschwinge/W._C._Handy/binutils/testsuite/binutils-all/x86-64/x86-6
=== binutils Summary ===
-# of expected passes 118
+# of expected passes 124
# of unexpected successes 1
# of unsupported tests 4
diff --git a/binutils-gdb/laplace.SCHWINGE/test/gas/testsuite/gas.sum b/binutils-gdb/laplace.SCHWINGE/test/gas/testsuite/gas.sum
index 7db7b1b5..cc697e76 100644
--- a/binutils-gdb/laplace.SCHWINGE/test/gas/testsuite/gas.sum
+++ b/binutils-gdb/laplace.SCHWINGE/test/gas/testsuite/gas.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Mon Nov 2 15:17:28 2015
+Test Run By thomas on Thu Nov 5 14:04:08 2015
Native configuration is i686-unknown-gnu0.6
=== 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/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum b/binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum
index 45b74025..5c4008c9 100644
--- a/binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum
+++ b/binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Mon Nov 2 15:25:30 2015
+Test Run By thomas on Thu Nov 5 14:13:45 2015
Native configuration is i686-unknown-gnu0.6
=== 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
@@ -976,8 +988,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 ...
@@ -991,6 +1001,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
@@ -1362,7 +1373,7 @@ FAIL: gdb.base/attach.exp: attach call
PASS: gdb.base/attach.exp: info other register
PASS: gdb.base/attach.exp: p should_exit = 1
FAIL: gdb.base/attach.exp: continue until exit
-FAIL: gdb.base/attach.exp: starting with --pid (timeout)
+FAIL: gdb.base/attach.exp: starting with --pid
FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt
ERROR: Undefined command "".
UNRESOLVED: gdb.base/attach.exp: cmdline attach run: run to main
@@ -1397,13 +1408,44 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/auxv.exp ...
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
@@ -2123,7 +2165,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
@@ -2132,13 +2174,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 ...
@@ -2691,7 +2733,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"
@@ -3100,6 +3142,7 @@ 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 ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/checkpoint.exp ...
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/chng-syms.exp ...
PASS: gdb.base/chng-syms.exp: setting conditional breakpoint on function
@@ -3430,6 +3473,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
@@ -3439,6 +3492,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
@@ -4353,6 +4408,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 ...
UNSUPPORTED: gdb.base/disp-step-syscall.exp: displaced stepping
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/display.exp ...
@@ -4538,15 +4594,14 @@ FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: detach program
FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: re-attach to inferior
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-next.exp ...
WARNING: program timed out.
-PASS: gdb.base/dprintf-next.exp: dprintf 24, "%d\n", x
-PASS: gdb.base/dprintf-next.exp: next 1
-PASS: gdb.base/dprintf-next.exp: next 2
+gdb compile failed, exit status is 1
+UNTESTED: gdb.base/dprintf-next.exp: failed to prepare for dprintf with next
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dprintf-non-stop.exp ...
PASS: gdb.base/dprintf-non-stop.exp: set non-stop on
FAIL: gdb.base/dprintf-non-stop.exp: Can't run to main
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
@@ -4559,21 +4614,34 @@ 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
+PASS: gdb.base/dprintf.exp: call: printf: 1st dprintf
+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
+PASS: gdb.base/dprintf.exp: call: fprintf: 1st dprintf
+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 ...
UNTESTED: gdb.base/dtrace-probe.exp: could not compile test program
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/dump.exp ...
@@ -4914,16 +4982,16 @@ 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
PASS: gdb.base/ending-run.exp: cont
@@ -5663,6 +5731,8 @@ Running ../../../W._C._Handy/gdb/testsuite/gdb.base/gcore.exp ...
PASS: gdb.base/gcore.exp: set breakpoint at terminal_func
PASS: gdb.base/gcore.exp: continue to terminal_func
UNSUPPORTED: gdb.base/gcore.exp: save a corefile
+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 ...
@@ -5703,7 +5773,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
@@ -5889,16 +5959,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
-FAIL: gdb.base/gnu_vector.exp: continue to add_some_intvecs
-KFAIL: gdb.base/gnu_vector.exp: finish shows vector return value (the program is no longer running) (PRMS: gdb/18537)
-FAIL: gdb.base/gnu_vector.exp: continue to add_some_intvecs (the program is no longer running)
-FAIL: gdb.base/gnu_vector.exp: set vector return value
-KFAIL: gdb.base/gnu_vector.exp: verify vector return value (the program is no longer running) (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 ...
@@ -6028,6 +6089,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
@@ -6158,8 +6270,8 @@ PASS: gdb.base/interrupt-noterm.exp: set confirm on
UNSUPPORTED: gdb.base/interrupt-noterm.exp: continue &
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)
+PASS: gdb.base/interrupt.exp: process is alive
+PASS: gdb.base/interrupt.exp: child process ate our char
PASS: gdb.base/interrupt.exp: send_gdb control C
FAIL: gdb.base/interrupt.exp: call function when asleep (wrong output)
UNTESTED: gdb.base/interrupt.exp: aborted; in the following, GDB will get stuck
@@ -6224,6 +6336,25 @@ 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
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: inferior 1
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill (got interactive prompt)
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 3
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2 3
+FAIL: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 1 2 3 (GDB internal error)
+PASS: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 10
+Running ../../../W._C._Handy/gdb/testsuite/gdb.base/killed-outside.exp ...
+WARNING: program timed out.
+gdb compile failed, exit status is 1
+UNTESTED: gdb.base/killed-outside.exp: failed to prepare
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/label.exp ...
PASS: gdb.base/label.exp: breakpoint here
PASS: gdb.base/label.exp: breakpoint there
@@ -8678,7 +8809,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
@@ -9264,7 +9395,6 @@ FAIL: gdb.base/sigaltstack.exp: finish to OUTER (timeout)
FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN (timeout)
FAIL: gdb.base/sigaltstack.exp: finish to MAIN (timeout)
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigbpt.exp ...
-WARNING: program timed out.
PASS: gdb.base/sigbpt.exp: break keeper
PASS: gdb.base/sigbpt.exp: display/i $pc
PASS: gdb.base/sigbpt.exp: advance to the bowler
@@ -9336,7 +9466,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
-FAIL: gdb.base/siginfo-addr.exp: si_addr value
+FAIL: gdb.base/siginfo-addr.exp: correct si_addr (the program exited)
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 ()
@@ -9350,9 +9480,39 @@ FAIL: gdb.base/siginfo.exp: continue to stepi handler (timeout)
FAIL: gdb.base/siginfo.exp: backtrace for nexti (pattern 1) (timeout)
FAIL: gdb.base/siginfo.exp: step out of handler (timeout)
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/signals.exp ...
-WARNING: program timed out.
-gdb compile failed, exit status is 1
-UNTESTED: gdb.base/signals.exp: signals.exp
+PASS: gdb.base/signals.exp: handle all print
+PASS: gdb.base/signals.exp: set variable count = 0
+PASS: gdb.base/signals.exp: break handler if 0
+PASS: gdb.base/signals.exp: set $handler_breakpoint_number = $bpnum
+PASS: gdb.base/signals.exp: next to signal
+PASS: gdb.base/signals.exp: next to alarm #1
+PASS: gdb.base/signals.exp: next to ++count #1
+PASS: gdb.base/signals.exp: p func1 () #1
+FAIL: gdb.base/signals.exp: p count #1
+PASS: gdb.base/signals.exp: condition $handler_breakpoint_number
+PASS: gdb.base/signals.exp: next to alarm #2
+PASS: gdb.base/signals.exp: next to ++count #2
+FAIL: gdb.base/signals.exp: p func1 () #2
+FAIL: gdb.base/signals.exp: backtrace from handler when calling func1
+FAIL: gdb.base/signals.exp: continue (the program exited)
+FAIL: gdb.base/signals.exp: p count #2
+PASS: gdb.base/signals.exp: info signals
+PASS: gdb.base/signals.exp: info signal SIGTRAP
+PASS: gdb.base/signals.exp: info signal 5
+PASS: gdb.base/signals.exp: handle without arguments
+PASS: gdb.base/signals.exp: handle with bogus SIG
+PASS: gdb.base/signals.exp: handle SIG with bogus action
+PASS: gdb.base/signals.exp: handle SIG with multiple conflicting actions
+PASS: gdb.base/signals.exp: handle SIG parses all legal actions
+PASS: gdb.base/signals.exp: handle multiple SIGs
+PASS: gdb.base/signals.exp: override SIGTRAP
+PASS: gdb.base/signals.exp: invalid signal number rejected
+PASS: gdb.base/signals.exp: handle multiple SIGs via integer range
+PASS: gdb.base/signals.exp: handle multiple SIGs via reverse integer range
+PASS: gdb.base/signals.exp: override SIGINT
+FAIL: gdb.base/signals.exp: signal without arguments disallowed (the program is no longer running)
+FAIL: gdb.base/signals.exp: signal SIGUSR1 (the program is no longer running)
+FAIL: gdb.base/signals.exp: backtrace for SIGUSR1
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/signest.exp ...
PASS: gdb.base/signest.exp: continue to fault
PASS: gdb.base/signest.exp: set conditional breakpoint
@@ -9390,7 +9550,7 @@ UNTESTED: gdb.base/sigrepeat.exp: aborted; in the following, GDB will get stuck
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/sigstep.exp ...
UNTESTED: gdb.base/sigstep.exp: aborted; in the following, GDB will get stuck
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)
@@ -10812,6 +10972,8 @@ PASS: gdb.base/unwindonsignal.exp: unwindonsignal, stack unwound
PASS: gdb.base/unwindonsignal.exp: unwindonsignal, dummy frame removed
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-db-attach.exp ...
UNSUPPORTED: gdb.base/valgrind-db-attach.exp: spawn valgrind
+Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-disp-step.exp ...
+UNSUPPORTED: gdb.base/valgrind-disp-step.exp: spawn valgrind
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/valgrind-infcall.exp ...
UNSUPPORTED: gdb.base/valgrind-infcall.exp: spawn valgrind
Running ../../../W._C._Handy/gdb/testsuite/gdb.base/value-double-free.exp ...
@@ -13782,12 +13944,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 ...
@@ -18292,6 +18456,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
@@ -18508,7 +18857,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
@@ -18527,11 +18876,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
@@ -18542,7 +18891,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
@@ -19013,6 +19362,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
@@ -19873,7 +20224,7 @@ 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
FAIL: gdb.gdb/selftest.exp: xgdb is at prompt
-PASS: gdb.gdb/selftest.exp: Set xgdb prompt
+PASS: gdb.gdb/selftest.exp: Set xgdb_prompt
FAIL: gdb.gdb/selftest.exp: send ^C to child process (timeout)
FAIL: gdb.gdb/selftest.exp: send SIGINT signal to child process (timeout)
FAIL: gdb.gdb/selftest.exp: backtrace through signal handler (timeout)
@@ -21522,27 +21873,127 @@ 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)
+FAIL: gdb.linespec/explicit.exp: complete non-existant file name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and unique function name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and non-unique function name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and non-existant function name (timeout)
+FAIL: gdb.linespec/explicit.exp: complete filename and function reversed (timeout)
+PASS: gdb.linespec/explicit.exp: pending invalid conditional explicit breakpoint
+PASS: gdb.linespec/explicit.exp: pending valid conditional explicit breakpoint
+PASS: gdb.linespec/explicit.exp: pending valid conditional explicit breakpoint resolved
+PASS: gdb.linespec/explicit.exp: set new breakpoint condition for explicit linespec
+PASS: gdb.linespec/explicit.exp: continue to breakpoint: condition_command overrides explicit linespec condition
+PASS: gdb.linespec/explicit.exp: clear condition for explicit breakpoint
+PASS: gdb.linespec/explicit.exp: info break of cleared condition of explicit breakpoint
+PASS: gdb.linespec/explicit.exp: list main 1
+PASS: gdb.linespec/explicit.exp: list main 2
+PASS: gdb.linespec/explicit.exp: list -line -,-line +
+PASS: gdb.linespec/explicit.exp: list myfunction 1
+PASS: gdb.linespec/explicit.exp: list +,-
+PASS: gdb.linespec/explicit.exp: list myfunction 2
+PASS: gdb.linespec/explicit.exp: list -line +, -line -
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
-PASS: gdb.linespec/keywords.exp: setting breakpoint at thread
-PASS: gdb.linespec/keywords.exp: setting breakpoint at task
-PASS: gdb.linespec/keywords.exp: trailing whitespace: break if
-PASS: gdb.linespec/keywords.exp: trailing whitespace: setting breakpoint at thread
-PASS: gdb.linespec/keywords.exp: trailing whitespace: setting breakpoint at task
-PASS: gdb.linespec/keywords.exp: break thread 123
-PASS: gdb.linespec/keywords.exp: break thread foo
-PASS: gdb.linespec/keywords.exp: break task 123
-PASS: gdb.linespec/keywords.exp: break task foo
-PASS: gdb.linespec/keywords.exp: setting breakpoint at thread if 0
-PASS: gdb.linespec/keywords.exp: break thread thread
-PASS: gdb.linespec/keywords.exp: break thread task
-PASS: gdb.linespec/keywords.exp: break thread if
-PASS: gdb.linespec/keywords.exp: break task task
-PASS: gdb.linespec/keywords.exp: break task thread
-PASS: gdb.linespec/keywords.exp: break task if
-PASS: gdb.linespec/keywords.exp: break thread thread 123
-PASS: gdb.linespec/keywords.exp: break task task 123
+WARNING: program timed out.
+gdb compile failed, exit status is 1
+UNTESTED: gdb.linespec/keywords.exp: keywords
Running ../../../W._C._Handy/gdb/testsuite/gdb.linespec/linespec.exp ...
PASS: gdb.linespec/linespec.exp: set multiple-symbols to all for linespec tests
PASS: gdb.linespec/linespec.exp: single-location break using dir/file:line
@@ -21583,8 +22034,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:
@@ -21613,20 +22067,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
@@ -21637,15 +22106,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:
@@ -21666,29 +22148,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
@@ -21708,13 +22208,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
@@ -21725,6 +22233,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 ...
@@ -21888,6 +22397,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
@@ -22054,6 +22570,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
@@ -22061,18 +22580,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 ...
@@ -22175,8 +22694,17 @@ UNSUPPORTED: gdb.mi/mi-nsmoribund.exp: displaced stepping
Running ../../../W._C._Handy/gdb/testsuite/gdb.mi/mi-nsthrexec.exp ...
UNSUPPORTED: gdb.mi/mi-nsthrexec.exp: displaced stepping
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
+FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on thread_func (unknown output after running)
+PASS: gdb.mi/mi-pending.exp: Delete breakpoint 3
+PASS: gdb.mi/mi-pending.exp: MI pending breakpoint on pendfunc3
+FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc3 on thread 2 (timeout)
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
@@ -23270,7 +23798,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
@@ -23971,6 +24499,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 ...
@@ -24735,8 +25277,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
@@ -24744,7 +25286,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
@@ -24761,6 +25303,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
@@ -24846,12 +25391,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 ("a28a56b1aeb53d507558e9bd16beff202bc94874", 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
@@ -24868,7 +25413,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" (a28a56b1aeb53d507558e9bd16beff202bc94874)
-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'))
@@ -25030,7 +25575,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()
@@ -25041,7 +25586,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()
@@ -25052,18 +25597,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
@@ -25947,7 +26492,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 ...
@@ -26427,7 +26974,16 @@ PASS: gdb.threads/execl.exp: info threads after exec
PASS: gdb.threads/execl.exp: info threads after exec
FAIL: gdb.threads/execl.exp: continue until exit
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/fork-child-threads.exp ...
+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
+FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: Can't run to main
+PASS: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: successfully compiled posix threads test case
+FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: Can't run to main
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 ...
+PASS: gdb.threads/forking-threads-plus-breakpoint.exp: successfully compiled posix threads test case
+FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: Can't run to main
+FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: Can't run to main
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
@@ -26445,6 +27001,15 @@ PASS: gdb.threads/hand-call-in-threads.exp: run to all_threads_running
FAIL: gdb.threads/hand-call-in-threads.exp: enable scheduler locking
FAIL: gdb.threads/hand-call-in-threads.exp: show scheduler locking on
UNTESTED: gdb.threads/hand-call-in-threads.exp: aborted; needs porting
+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 ...
UNSUPPORTED: gdb.threads/ia64-sigill.exp: Couldn't compile ia64-sigill.c: unrecognized error
Running ../../../W._C._Handy/gdb/testsuite/gdb.threads/info-threads-cur-sal.exp ...
@@ -26533,6 +27098,19 @@ FAIL: 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
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=on: set scheduler-locking on
FAIL: 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
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 1
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 2
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 3
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 4
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 5
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 6
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 7
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 8
+FAIL: gdb.threads/next-while-other-thread-longjmps.exp: next to line 9
+FAIL: 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
FAIL: gdb.threads/no-unwaited-for-left.exp: continue to breakpoint: break-here
@@ -26576,6 +27154,11 @@ FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched0: continue over exec
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue to breakpoint: break-here
FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: set scheduler-locking on
FAIL: 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
+FAIL: gdb.threads/non-ldr-exit.exp: continue to breakpoint: break-here
+FAIL: gdb.threads/non-ldr-exit.exp: set scheduler-locking on
+FAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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
@@ -26597,6 +27180,18 @@ FAIL: gdb.threads/print-threads.exp: all threads ran once
PASS: gdb.threads/print-threads.exp: break thread_function (3)
PASS: gdb.threads/print-threads.exp: set var slow = 1 (2)
FAIL: gdb.threads/print-threads.exp: all threads ran once
+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
+FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: Can't run to main
+FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: Can't run to main
+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 (timeout) (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 (timeout) (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
@@ -26783,7 +27378,7 @@ FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: contin
PASS: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: unbreak loop in thread 2
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: thread 1
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: set scheduler-locking off
-FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: step
+FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: step (timeout)
PASS: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: set displaced-stepping off
PASS: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: continue to breakpoint: run to wait-thread breakpoint
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: info threads shows all threads
@@ -26793,7 +27388,7 @@ FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: contin
PASS: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: unbreak loop in thread 2
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: thread 1
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: set scheduler-locking off
-FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: next
+FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: next: next (timeout)
PASS: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: continue: set displaced-stepping off
PASS: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: continue: continue to breakpoint: run to wait-thread breakpoint
FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: continue: info threads shows all threads
@@ -27146,6 +27741,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]
@@ -27454,14 +28050,14 @@ PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
=== gdb Summary ===
-# of expected passes 25038
-# of unexpected failures 807
-# of unexpected successes 2
-# of expected failures 40
+# of expected passes 25550
+# of unexpected failures 850
+# of unexpected successes 1
+# of expected failures 42
# of unknown successes 1
-# of known failures 59
-# of unresolved testcases 2
-# of untested testcases 68
-# of unsupported tests 99
-[...]/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 known failures 56
+# of unresolved testcases 1
+# of untested testcases 70
+# of unsupported tests 100
+[...]/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/laplace.SCHWINGE/test/ld/ld.sum b/binutils-gdb/laplace.SCHWINGE/test/ld/ld.sum
index 090c1527..175d0da5 100644
--- a/binutils-gdb/laplace.SCHWINGE/test/ld/ld.sum
+++ b/binutils-gdb/laplace.SCHWINGE/test/ld/ld.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Mon Nov 2 15:22:24 2015
+Test Run By thomas on Thu Nov 5 14:10:20 2015
Native configuration is i686-unknown-gnu0.6
=== 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
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 ...
@@ -1199,9 +1216,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
@@ -1227,6 +1246,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
@@ -1260,10 +1286,10 @@ Running [...]/tschwinge/W._C._Handy/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
-# of expected passes 1081
+# of expected passes 1104
# of unexpected failures 2
# of expected failures 8
# 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