X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fbfin-tdep.h;h=99eb4b4cb7243c25f0880b77c888e34d48085da9;hb=cf950fd4dd4581849a445a76b57514d72074927d;hp=1b7c8ddf981fa48775c86f314106d8b42108a1e2;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h index 1b7c8ddf98..99eb4b4cb7 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-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2019 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 */