From 24c4176016ae0480a558aac3b9f6917e4088ca4e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 11 Jul 2006 20:44:53 +0000 Subject: [PATCH] * alpha-tdep.h (ALPHA_INSN_SIZE): New define. --- gdb/ChangeLog | 4 ++++ gdb/alpha-tdep.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1cf53e18927..ddd93ee1f16 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-07-11 Mark Kettenis + + * alpha-tdep.h (ALPHA_INSN_SIZE): New define. + 2006-07-10 Mark Kettenis * alphaobsd-tdep.c: New file. diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index 9ac564ef574..69fc9d256ce 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -54,6 +54,9 @@ #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 -- 2.30.2