X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fbfin-tdep.h;h=9172bcaec1d4608c5c70d8fc4ebffaae00b3847b;hb=b899eb3bb807be1094fde9a2f1c8628232bc0743;hp=11143d593ee583b84a1fbdb6b0367ef4435005b3;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h index 11143d593e..9172bcaec1 100644 --- a/gdb/bfin-tdep.h +++ b/gdb/bfin-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2020 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. @@ -19,6 +19,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef BFIN_TDEP_H +#define BFIN_TDEP_H + enum gdb_regnum { /* Core Registers */ BFIN_R0_REGNUM = 0, @@ -99,3 +102,5 @@ struct gdbarch_tdep /* Return the Blackfin ABI associated with GDBARCH. */ extern enum bfin_abi bfin_abi (struct gdbarch *gdbarch); + +#endif /* BFIN_TDEP_H */