X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fm32r-tdep.h;h=09d5b245770636f9987ab76efc0215460ae8d82f;hb=206977b2edecbe086beb23a32c9c114e2d5af28d;hp=405f676be9d7b9564145ab198f582be560538a19;hpb=0b30217134add051e159a192066a1e568ebd837f;p=binutils-gdb.git diff --git a/gdb/m32r-tdep.h b/gdb/m32r-tdep.h index 405f676be9d..09d5b245770 100644 --- a/gdb/m32r-tdep.h +++ b/gdb/m32r-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Renesas M32R, for GDB. - Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc. + Copyright (C) 2004-2022 Free Software Foundation, Inc. This file is part of GDB. @@ -20,7 +20,9 @@ #ifndef M32R_TDEP_H #define M32R_TDEP_H -struct gdbarch_tdep +#include "gdbarch.h" + +struct m32r_gdbarch_tdep : gdbarch_tdep_base { /* gdbarch target dependent data here. Currently unused for M32R. */ };