MSP430: Relax target glob for configuring GDB
[deliverable/binutils-gdb.git] / gdb / bfin-tdep.h
index ecc46d20523c1c390092ffeeb23c0efaf85d73a0..99eb4b4cb7243c25f0880b77c888e34d48085da9 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 
+#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 */
This page took 0.02389 seconds and 4 git commands to generate.