X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fbfin-tdep.h;h=99eb4b4cb7243c25f0880b77c888e34d48085da9;hb=89df7f9056d72418720ac655e1ad97decc471da9;hp=ecc46d20523c1c390092ffeeb23c0efaf85d73a0;hpb=9102122396b6b977eb2e283a6c092d1ab510e788;p=external%2Fbinutils.git diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h index ecc46d2..99eb4b4 100644 --- a/gdb/bfin-tdep.h +++ b/gdb/bfin-tdep.h @@ -1,7 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 2005-2019 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. @@ -20,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, @@ -55,7 +57,7 @@ enum gdb_regnum { BFIN_L2_REGNUM, BFIN_L3_REGNUM, BFIN_A0_DOT_X_REGNUM, - BFIN_AO_DOT_W_REGNUM, + BFIN_A0_DOT_W_REGNUM, BFIN_A1_DOT_X_REGNUM, BFIN_A1_DOT_W_REGNUM, BFIN_ASTAT_REGNUM, @@ -100,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 */