diff options
author | Pedro Alves <palves@redhat.com> | 2013-09-05 20:40:58 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-09-05 20:40:58 +0000 |
commit | f699aaba87de29fe9764fb96f625962f4e3a5921 (patch) | |
tree | fb63705f9ce7e75e98b3f718ef14dba8666a14df /gdb/gdbserver/linux-x86-low.c | |
parent | c144c7a0b737157eee2b27e0fc90911ef76fe863 (diff) | |
download | binutils-gdb-f699aaba87de29fe9764fb96f625962f4e3a5921.tar.gz |
[gdbserver] Move bytecode compilation bits from server.h to ax.h.
gdb/gdbserver/
2013-09-05 Pedro Alves <palves@redhat.com>
* server.h (struct emit_ops, current_insn_ptr, emit_error):
Move ...
* ax.h: ... here.
Diffstat (limited to 'gdb/gdbserver/linux-x86-low.c')
-rw-r--r-- | gdb/gdbserver/linux-x86-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-x86-low.c b/gdb/gdbserver/linux-x86-low.c index afb4ef7c872..cf61872f07f 100644 --- a/gdb/gdbserver/linux-x86-low.c +++ b/gdb/gdbserver/linux-x86-low.c @@ -32,6 +32,7 @@ #include "agent.h" #include "tdesc.h" #include "tracepoint.h" +#include "ax.h" #ifdef __x86_64__ /* Defined in auto-generated file amd64-linux.c. */ |