X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fax-general.c;h=4144233e962f0a3884902bf1e1dd2959a2f15016;hb=3318ac0e53a673f9989f5e9bbaa9d1c5d536f4e5;hp=f956dfc2f530948d06811ccb5d9784f7bde0c0f6;hpb=0747795c085d3b2a35da6bb474f32c58ce1b70c8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ax-general.c b/gdb/ax-general.c index f956dfc2f5..4144233e96 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -1,5 +1,5 @@ /* Functions for manipulating expressions designed to be executed on the agent - Copyright (C) 1998-2019 Free Software Foundation, Inc. + Copyright (C) 1998-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -23,6 +23,7 @@ #include "defs.h" #include "ax.h" +#include "gdbarch.h" #include "value.h" #include "user-regs.h" @@ -353,7 +354,7 @@ struct aop_map aop_map[] = {0, 0, 0, 0, 0} #define DEFOP(NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED, VALUE) \ , { # NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED } -#include "common/ax.def" +#include "gdbsupport/ax.def" #undef DEFOP };