summaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-03-25 16:51:40 +0000
committerMark Kettenis <kettenis@gnu.org>2005-03-25 16:51:40 +0000
commit1a31d2f9c12c68a5395fca317df27c6c94e53ebd (patch)
tree7a9eff10ea82adcf9f1d890db282757970c7dee0 /gdb/dwarf2-frame.h
parent51be83983da5c2c520276342c9583a31f669187e (diff)
downloadgdb-1a31d2f9c12c68a5395fca317df27c6c94e53ebd.tar.gz
* dwarf2-frame.h: Update copyrigh year.csl-arm-20050325-branchpoint
(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.
Diffstat (limited to 'gdb/dwarf2-frame.h')
-rw-r--r--gdb/dwarf2-frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dwarf2-frame.h b/gdb/dwarf2-frame.h
index 5191c0e8d49..7f951e7c6da 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. */
};