summaryrefslogtreecommitdiff
path: root/gdb/log_build.diff
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/log_build.diff')
-rw-r--r--gdb/log_build.diff128
1 files changed, 97 insertions, 31 deletions
diff --git a/gdb/log_build.diff b/gdb/log_build.diff
index a20fed53..ebe8586f 100644
--- a/gdb/log_build.diff
+++ b/gdb/log_build.diff
@@ -1,5 +1,5 @@
diff --git toolchain/logs/gdb/kepler.SCHWINGE/log_build_ toolchain/logs/gdb/coulomb.SCHWINGE/log_build_
-index ebb9ff2..c6e548d 100644
+index ebb9ff2..7725e42 100644
--- toolchain/logs/gdb/kepler.SCHWINGE/log_build_
+++ toolchain/logs/gdb/coulomb.SCHWINGE/log_build_
@@ -281,12 +281,12 @@ checking for sys/sysmp.h... no
@@ -51,7 +51,7 @@ index ebb9ff2..c6e548d 100644
checking if gcc-4.8 supports -c -o file.o... (cached) yes
checking whether the gcc-4.8 linker (ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-+checking dynamic linker characteristics... gnu0.3 ld.so
++checking dynamic linker characteristics... gnu0.5 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
@@ -152,7 +152,7 @@ index ebb9ff2..c6e548d 100644
checking if gcc-4.8 supports -c -o file.o... (cached) yes
checking whether the gcc-4.8 linker (ld) supports shared libraries... yes
-checking dynamic linker characteristics... GNU/Linux ld.so
-+checking dynamic linker characteristics... gnu0.3 ld.so
++checking dynamic linker characteristics... gnu0.5 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
@@ -249,15 +249,6 @@ index ebb9ff2..c6e548d 100644
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
-@@ -2496,7 +2477,7 @@ checking for posix_madvise... yes
- checking for waitpid... yes
- checking for lstat... yes
- checking for fdwalk... no
--checking for pipe2... yes
-+checking for pipe2... no
- checking for ptrace64... no
- checking for nl_langinfo and CODESET... yes
- checking whether ptrace is declared... yes
@@ -2513,19 +2494,19 @@ checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
@@ -793,7 +784,7 @@ index ebb9ff2..c6e548d 100644
make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/sim'
make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/sim'
make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb'
-@@ -3913,32 +3421,295 @@ make[6]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnu
+@@ -3913,32 +3421,370 @@ make[6]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnu
make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib'
make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib'
make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb'
@@ -936,15 +927,15 @@ index ebb9ff2..c6e548d 100644
+ inf_debug (waiting_inf, "port = %d", dead_port);
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'trace_me':
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2106:8: warning: old-style function definition [-Wold-style-definition]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2129:8: warning: old-style function definition [-Wold-style-definition]
+ void trace_me ()
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level:
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: warning: no previous prototype for 'gnu_read_inferior' [-Wmissing-prototypes]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2295:1: warning: no previous prototype for 'gnu_read_inferior' [-Wmissing-prototypes]
+ gnu_read_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length)
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_read_inferior':
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2282:3: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2305:3: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign]
+ err = vm_read (task, low_address, aligned_length, &copied, &copy_count);
+ ^
+In file included from /usr/include/mach.h:37:0,
@@ -955,11 +946,11 @@ index ebb9ff2..c6e548d 100644
+ kern_return_t vm_read
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level:
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: warning: no previous prototype for 'gnu_write_inferior' [-Wmissing-prototypes]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2341:1: warning: no previous prototype for 'gnu_write_inferior' [-Wmissing-prototypes]
+ gnu_write_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length)
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_write_inferior':
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2338:4: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2361:4: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign]
+ &copy_count);
+ ^
+In file included from /usr/include/mach.h:37:0,
@@ -969,35 +960,35 @@ index ebb9ff2..c6e548d 100644
+/usr/include/mach/mach_interface.h:843:15: note: expected 'mach_msg_type_number_t *' but argument is of type 'int *'
+ kern_return_t vm_read
+ ^
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2383:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2406:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=]
+ old_address);
+ ^
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2393:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2416:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat=]
+ old_address);
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_xfer_memory':
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2495:2: warning: pointer targets in passing argument 3 of 'gnu_write_inferior' differ in signedness [-Wpointer-sign]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2518:2: warning: pointer targets in passing argument 3 of 'gnu_write_inferior' differ in signedness [-Wpointer-sign]
+ return gnu_write_inferior (task, memaddr, myaddr, len);
+ ^
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: note: expected 'char *' but argument is of type 'gdb_byte *'
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2341:1: note: expected 'char *' but argument is of type 'gdb_byte *'
+ gnu_write_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length)
+ ^
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2497:2: warning: pointer targets in passing argument 3 of 'gnu_read_inferior' differ in signedness [-Wpointer-sign]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2520:2: warning: pointer targets in passing argument 3 of 'gnu_read_inferior' differ in signedness [-Wpointer-sign]
+ return gnu_read_inferior (task, memaddr, myaddr, len);
+ ^
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: note: expected 'char *' but argument is of type 'gdb_byte *'
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2295:1: note: expected 'char *' but argument is of type 'gdb_byte *'
+ gnu_read_inferior (task_t task, CORE_ADDR addr, char *myaddr, int length)
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'steal_exc_port':
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2866:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat=]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:2889:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat=]
+ name, safe_strerror (err));
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'set_exceptions_cmd':
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:2981:15: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:3004:15: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
+ /* XXX */ ;
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'info_port_rights':
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:3057:11: warning: passing argument 1 of 'parse_to_comma_and_eval' from incompatible pointer type [enabled by default]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:3080:11: warning: passing argument 1 of 'parse_to_comma_and_eval' from incompatible pointer type [enabled by default]
+ struct value *val = parse_to_comma_and_eval (&args);
+ ^
+In file included from ../../Ferry_Tagscherer/gdb/breakpoint.h:23:0,
@@ -1007,7 +998,7 @@ index ebb9ff2..c6e548d 100644
+ extern struct value *parse_to_comma_and_eval (const char **expp);
+ ^
+../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level:
-+../../Ferry_Tagscherer/gdb/gnu-nat.c:3416:1: warning: no previous prototype for '_initialize_gnu_nat' [-Wmissing-prototypes]
++../../Ferry_Tagscherer/gdb/gnu-nat.c:3439:1: warning: no previous prototype for '_initialize_gnu_nat' [-Wmissing-prototypes]
+ _initialize_gnu_nat (void)
+ ^
+gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o core-regset.o -MT core-regset.o -MMD -MP -MF .deps/core-regset.Tpo ../../Ferry_Tagscherer/gdb/core-regset.c
@@ -1031,10 +1022,85 @@ index ebb9ff2..c6e548d 100644
+ mig_external mig_routine_t notify_server_routine
+ ^
+gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o process_reply_S.o -MT process_reply_S.o -MMD -MP -MF .deps/process_reply_S.Tpo process_reply_S.c
-+process_reply_S.c:343:24: warning: no previous prototype for 'process_reply_server' [-Wmissing-prototypes]
++process_reply_S.c: In function '_Xproc_getprocinfo_reply':
++process_reply_S.c:745:74: warning: initialization from incompatible pointer type [enabled by default]
++ kern_return_t (*sfun)(mach_port_t, kern_return_t, int, int, char) = S_proc_getprocinfo_reply;
++ ^
++process_reply_S.c:795:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ OutP->RetCode = S_proc_getprocinfo_reply(In0P->Head.msgh_request_port, In0P->return_code, In0P->flags, (In0P->procinfoType.msgtl_header.msgt_inline) ? In0P->procinfo : *((int **)In0P->procinfo), In0P->procinfoType.msgtl_number, (In1P->threadwaitsType.msgtl_header.msgt_inline) ? In1P->threadwaits : *((char **)In1P->threadwaits), In1P->threadwaitsType.msgtl_number);
++ ^
++process_reply_S.c:795:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++process_reply_S.c:798:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In1P->threadwaits, In1P->threadwaitsType.msgtl_number);
++ ^
++process_reply_S.c:801:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In0P->procinfo, 4 * In0P->procinfoType.msgtl_number);
++ ^
++process_reply_S.c: In function '_Xproc_getprocargs_reply':
++process_reply_S.c:849:64: warning: initialization from incompatible pointer type [enabled by default]
++ kern_return_t (*sfun)(mach_port_t, kern_return_t, char) = S_proc_getprocargs_reply;
++ ^
++process_reply_S.c:878:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ OutP->RetCode = S_proc_getprocargs_reply(In0P->Head.msgh_request_port, In0P->return_code, (In0P->procargsType.msgtl_header.msgt_inline) ? In0P->procargs : *((char **)In0P->procargs), In0P->procargsType.msgtl_number);
++ ^
++process_reply_S.c:881:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In0P->procargs, In0P->procargsType.msgtl_number);
++ ^
++process_reply_S.c: In function '_Xproc_getprocenv_reply':
++process_reply_S.c:929:64: warning: initialization from incompatible pointer type [enabled by default]
++ kern_return_t (*sfun)(mach_port_t, kern_return_t, char) = S_proc_getprocenv_reply;
++ ^
++process_reply_S.c:958:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ OutP->RetCode = S_proc_getprocenv_reply(In0P->Head.msgh_request_port, In0P->return_code, (In0P->procenvType.msgtl_header.msgt_inline) ? In0P->procenv : *((char **)In0P->procenv), In0P->procenvType.msgtl_number);
++ ^
++process_reply_S.c:961:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In0P->procenv, In0P->procenvType.msgtl_number);
++ ^
++process_reply_S.c: In function '_Xproc_getloginpids_reply':
++process_reply_S.c:1082:65: warning: initialization from incompatible pointer type [enabled by default]
++ kern_return_t (*sfun)(mach_port_t, kern_return_t, pid_t) = S_proc_getloginpids_reply;
++ ^
++process_reply_S.c:1111:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ OutP->RetCode = S_proc_getloginpids_reply(In0P->Head.msgh_request_port, In0P->return_code, (In0P->pidsType.msgtl_header.msgt_inline) ? In0P->pids : *((pid_t **)In0P->pids), In0P->pidsType.msgtl_number);
++ ^
++process_reply_S.c:1114:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In0P->pids, 4 * In0P->pidsType.msgtl_number);
++ ^
++process_reply_S.c: In function '_Xproc_getsessionpgids_reply':
++process_reply_S.c:1308:65: warning: initialization from incompatible pointer type [enabled by default]
++ kern_return_t (*sfun)(mach_port_t, kern_return_t, pid_t) = S_proc_getsessionpgids_reply;
++ ^
++process_reply_S.c:1337:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ OutP->RetCode = S_proc_getsessionpgids_reply(In0P->Head.msgh_request_port, In0P->return_code, (In0P->pgidsetType.msgtl_header.msgt_inline) ? In0P->pgidset : *((pid_t **)In0P->pgidset), In0P->pgidsetType.msgtl_number);
++ ^
++process_reply_S.c:1340:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In0P->pgidset, 4 * In0P->pgidsetType.msgtl_number);
++ ^
++process_reply_S.c: In function '_Xproc_getsessionpids_reply':
++process_reply_S.c:1388:65: warning: initialization from incompatible pointer type [enabled by default]
++ kern_return_t (*sfun)(mach_port_t, kern_return_t, pid_t) = S_proc_getsessionpids_reply;
++ ^
++process_reply_S.c:1417:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ OutP->RetCode = S_proc_getsessionpids_reply(In0P->Head.msgh_request_port, In0P->return_code, (In0P->pidsetType.msgtl_header.msgt_inline) ? In0P->pidset : *((pid_t **)In0P->pidset), In0P->pidsetType.msgtl_number);
++ ^
++process_reply_S.c:1420:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In0P->pidset, 4 * In0P->pidsetType.msgtl_number);
++ ^
++process_reply_S.c: In function '_Xproc_getpgrppids_reply':
++process_reply_S.c:1614:65: warning: initialization from incompatible pointer type [enabled by default]
++ kern_return_t (*sfun)(mach_port_t, kern_return_t, pid_t) = S_proc_getpgrppids_reply;
++ ^
++process_reply_S.c:1643:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ OutP->RetCode = S_proc_getpgrppids_reply(In0P->Head.msgh_request_port, In0P->return_code, (In0P->pidsetType.msgtl_header.msgt_inline) ? In0P->pidset : *((pid_t **)In0P->pidset), In0P->pidsetType.msgtl_number);
++ ^
++process_reply_S.c:1646:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
++ mig_deallocate(* (vm_offset_t *) In0P->pidset, 4 * In0P->pidsetType.msgtl_number);
++ ^
++process_reply_S.c: At top level:
++process_reply_S.c:2018:24: warning: no previous prototype for 'process_reply_server' [-Wmissing-prototypes]
+ mig_external boolean_t process_reply_server
+ ^
-+process_reply_S.c:379:28: warning: no previous prototype for 'process_reply_server_routine' [-Wmissing-prototypes]
++process_reply_S.c:2054:28: warning: no previous prototype for 'process_reply_server_routine' [-Wmissing-prototypes]
+ mig_external mig_routine_t process_reply_server_routine
+ ^
+gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o msg_reply_S.o -MT msg_reply_S.o -MMD -MP -MF .deps/msg_reply_S.Tpo msg_reply_S.c
@@ -1106,7 +1172,7 @@ index ebb9ff2..c6e548d 100644
gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../Ferry_Tagscherer/gdb/remote.c
gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../Ferry_Tagscherer/gdb/dcache.c
gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../Ferry_Tagscherer/gdb/tracepoint.c
-@@ -4351,868 +4122,12 @@ Making init.c
+@@ -4351,868 +4197,12 @@ Making init.c
gcc-4.8 -g -O2 -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -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.8 -g -O2 -static-libstdc++ -static-libgcc \