X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fdefs.h;h=ece3006de4ea6a882b21f339ddb22faaa52aa12e;hb=bb01dbfc041dccab2f2a2818068158f61b4c0fe2;hp=3d878c84e3f17e0522e83d1cb18aaeaad46a6604;hpb=494986d596a977e1d24f9f068696f5b3e993ebf7;p=external%2Fbinutils.git diff --git a/gdb/defs.h b/gdb/defs.h index 3d878c8..ece3006 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -25,7 +25,7 @@ # error gdbserver should not include gdb/defs.h #endif -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include #include @@ -52,8 +52,8 @@ #include "ui-file.h" -#include "common/host-defs.h" -#include "common/enum-flags.h" +#include "gdbsupport/host-defs.h" +#include "gdbsupport/enum-flags.h" /* Scope types enumerator. List the types of scopes the compiler will accept. */ @@ -300,9 +300,6 @@ EXTERN_C char *re_comp (const char *); extern void symbol_file_command (const char *, int); -/* * Remote targets may wish to use this as their load function. */ -extern void generic_load (const char *name, int from_tty); - /* From top.c */ typedef void initialize_file_ftype (void); @@ -522,9 +519,6 @@ enum symbol_needs_kind SYMBOL_NEEDS_FRAME }; -/* Dynamic target-system-dependent parameters for GDB. */ -#include "gdbarch.h" - /* In findvar.c. */ template>