X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fbfin-tdep.h;h=9172bcaec1d4608c5c70d8fc4ebffaae00b3847b;hb=aec72fda3b320c36eb99fc1c4cf95b10fc026729;hp=ece0d06bba56cfc38fcdf918379bdd07eb8fa226;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h index ece0d06bba..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-2019 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 */