gdb/
[deliverable/binutils-gdb.git] / gdb / microblaze-tdep.h
index 5a6c6a1057ab9a12cd8d7d0d6e49da746f525a1c..0d055707d18cc970eb2d481aa1db364213a88049 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright 2009 Free Software Foundation, Inc.
+   Copyright 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -110,6 +110,9 @@ enum microblaze_regnum
   MICROBLAZE_RTLBHI_REGNUM
 };
 
+/* All registers are 32 bits.  */
+#define MICROBLAZE_REGISTER_SIZE 4
+
 /* MICROBLAZE_BREAKPOINT defines the breakpoint that should be used.
    Only used for native debugging.  */
 #define MICROBLAZE_BREAKPOINT {0xb9, 0xcc, 0x00, 0x60}
This page took 0.024474 seconds and 4 git commands to generate.