From 8d5a9abc720e636a4547211695a6ceed1b21cb9d Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 25 Mar 2005 16:51:40 +0000 Subject: * dwarf2-frame.h: Update copyrigh year. (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET. * dwarf2-frame.c: Update copyright year. (struct dwarf2_frame_cache): Add member `retaddr_reg'. (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET. (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET. --- gdb/dwarf2-frame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/dwarf2-frame.h') diff --git a/gdb/dwarf2-frame.h b/gdb/dwarf2-frame.h index 5191c0e..7f951e7 100644 --- a/gdb/dwarf2-frame.h +++ b/gdb/dwarf2-frame.h @@ -1,6 +1,6 @@ /* Frame unwinder for frames with DWARF Call Frame Information. - Copyright 2003, 2004 Free Software Foundation, Inc. + Copyright 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Mark Kettenis. @@ -54,6 +54,7 @@ enum dwarf2_frame_reg_rule /* These aren't defined by the DWARF2 CFI specification, but are used internally by GDB. */ DWARF2_FRAME_REG_RA, /* Return Address. */ + DWARF2_FRAME_REG_RA_OFFSET, /* Return Address with offset. */ DWARF2_FRAME_REG_CFA /* Call Frame Address. */ }; -- cgit v1.1