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
data.c
data.exp
delta.exp
dlopen-dso.c
dlopen.c
dlopen.exp
enable.c
enable.exp
exception.cc
exception.exp
function_call_history.c
function_call_history.exp
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
i686-tailcall-only.S btrace, frame: fix crash in get_frame_type 2016-02-12 09:49:48 +01:00
i686-tailcall.S
instruction_history.S
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
multi-thread-step.c
multi-thread-step.exp
nohist.exp
non-stop.c
non-stop.exp
record_goto-step.exp
record_goto.c
record_goto.exp
rn-dl-bind.c
rn-dl-bind.exp
segv.c
segv.exp
step.exp
stepi.exp
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
tailcall.exp
tsx.c
tsx.exp
unknown_functions.c
unknown_functions.exp
vdso.c
vdso.exp
x86-tsx.S
x86_64-record_goto.S
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