* remote.c (unpack_varlen_hex): Remove forward declaration.

(remote_console_output): Make static, and add forward declaration.
	* remote.h: Drop FIXME comment.
	(unpack_varlen_hex): Declare.
	(remote_console_output, remote_cisco_objfile_relocate)
	(deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
	Delete declarations.
	* tracepoint.c: Include "remote.h".
	(unpack_varlen_hex): Delete declaration.
This commit is contained in:
Pedro Alves
2010-05-27 22:06:00 +00:00
parent 88bfdde411
commit 176a69613a
4 changed files with 16 additions and 22 deletions

View File

@ -46,6 +46,7 @@
#include "gdbthread.h"
#include "stack.h"
#include "gdbcore.h"
#include "remote.h"
#include "ax.h"
#include "ax-gdb.h"
@ -3307,8 +3308,6 @@ tfile_interp_line (char *line,
/* Parse the part of trace status syntax that is shared between
the remote protocol and the trace file reader. */
extern char *unpack_varlen_hex (char *buff, ULONGEST *result);
void
parse_trace_status (char *line, struct trace_status *ts)
{