* alpha-tdep.h (ALPHA_INSN_SIZE): New define.
authorMark Kettenis <kettenis@gnu.org>
Tue, 11 Jul 2006 20:44:53 +0000 (20:44 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 11 Jul 2006 20:44:53 +0000 (20:44 +0000)
gdb/ChangeLog
gdb/alpha-tdep.h

index 1cf53e189272ad2eb252d5dd77b0be60a6ce9713..ddd93ee1f1692e23b43605130ccad646d049fcdd 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * alpha-tdep.h (ALPHA_INSN_SIZE): New define.
+
 2006-07-10  Mark Kettenis  <kettenis@gnu.org>
 
        * alphaobsd-tdep.c: New file.
 2006-07-10  Mark Kettenis  <kettenis@gnu.org>
 
        * alphaobsd-tdep.c: New file.
index 9ac564ef5744e52a6559ed99aae9a4b8ea7c582c..69fc9d256cef0170aa5f83b6980319955fe0de68 100644 (file)
@@ -54,6 +54,9 @@
 #define ALPHA_PC_REGNUM     64  /* Contains program counter */
 #define ALPHA_UNIQUE_REGNUM 66 /* PAL_rduniq value */
 
 #define ALPHA_PC_REGNUM     64  /* Contains program counter */
 #define ALPHA_UNIQUE_REGNUM 66 /* PAL_rduniq value */
 
+/* Instruction size.  */
+#define ALPHA_INSN_SIZE        4
+
 /* The alpha has two different virtual pointers for arguments and locals.
    
    The virtual argument pointer is pointing to the bottom of the argument
 /* The alpha has two different virtual pointers for arguments and locals.
    
    The virtual argument pointer is pointing to the bottom of the argument
This page took 0.027913 seconds and 4 git commands to generate.