X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fm32r-tdep.h;h=09d5b245770636f9987ab76efc0215460ae8d82f;hb=206977b2edecbe086beb23a32c9c114e2d5af28d;hp=ba6bad9a3e88f353f209c9aa86335b00ac6d15ea;hpb=3666a04883754298b03884222206bfe756fbc520;p=binutils-gdb.git diff --git a/gdb/m32r-tdep.h b/gdb/m32r-tdep.h index ba6bad9a3e8..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-2021 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. */ };