binutils-gdb/gdb/testsuite/gdb.btrace
Markus Metzger e26b7e4165 btrace: fix test build error in gdb.btrace/instruction_history.c
On systems with a newer version of GCC the gdb.btrace/instruction_history.exp
test fails to build like this:

    Running .../gdb.btrace/instruction_history.exp ...
    gdb compile failed, .../gdb.btrace/instruction_history.c:
    In function 'main': .../gdb.btrace/instruction_history.c:24:3: warning:
    implicit declaration of function 'loop' [-Wimplicit-function-declaration]
       loop ();
       ^

Declare loop to fix it.

testsuite/
	* gdb.btrace/instruction_history.c (loop): Add declaration.
2016-04-13 15:01:14 +02:00
..
buffer-size.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
data.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
data.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
delta.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
dlopen-dso.c btrace: do not return out of TRY/CATCH 2016-01-04 09:43:39 +01:00
dlopen.c btrace: do not return out of TRY/CATCH 2016-01-04 09:43:39 +01:00
dlopen.exp btrace: do not return out of TRY/CATCH 2016-01-04 09:43:39 +01:00
enable.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
enable.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exception.cc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
exception.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
function_call_history.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
function_call_history.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
gcore.exp testsuite: Fix some tests that write outside of the standard output directory 2016-02-15 11:46:10 -05:00
i686-record_goto.S GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
i686-tailcall-only.S btrace, frame: fix crash in get_frame_type 2016-02-12 09:49:48 +01:00
i686-tailcall.S GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
instruction_history.S GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
instruction_history.c btrace: fix test build error in gdb.btrace/instruction_history.c 2016-04-13 15:01:14 +02:00
instruction_history.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
multi-thread-step.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
multi-thread-step.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
nohist.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
non-stop.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
non-stop.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
record_goto-step.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
record_goto.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
record_goto.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rn-dl-bind.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
rn-dl-bind.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
segv.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
segv.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
step.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
stepi.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tailcall-only.c btrace, frame: fix crash in get_frame_type 2016-02-12 09:49:48 +01:00
tailcall-only.exp btrace, frame: fix crash in get_frame_type 2016-02-12 09:49:48 +01:00
tailcall.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tailcall.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tsx.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
tsx.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unknown_functions.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
unknown_functions.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
vdso.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
vdso.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
x86-tsx.S GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
x86_64-record_goto.S GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
x86_64-tailcall-only.S btrace, frame: fix crash in get_frame_type 2016-02-12 09:49:48 +01:00
x86_64-tailcall.S GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00