aboutsummaryrefslogtreecommitdiff
path: root/gdb/libunwind-frame.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2006-03-08 15:28:17 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2006-03-08 15:28:17 +0000
commitf1b4b38ecb079e3762826dfc2d4fcc6a9698517d (patch)
tree195baf5aae15a1089e3d3ca0d1aa9d6a4a39e7c1 /gdb/libunwind-frame.c
parentf53f0d0bde592682b363c703b68166408c6552d1 (diff)
downloadfsf-binutils-gdb-f1b4b38ecb079e3762826dfc2d4fcc6a9698517d.zip
fsf-binutils-gdb-f1b4b38ecb079e3762826dfc2d4fcc6a9698517d.tar.gz
fsf-binutils-gdb-f1b4b38ecb079e3762826dfc2d4fcc6a9698517d.tar.bz2
* ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt uses of
libunwind_frame_prev_register to use a gdb_byte buffer and extract_unsigned_integer. (ia64_libunwind_sigtramp_frame_prev_register): Likewise. * libunwind-frame.c (libunwind_frame_prev_register): Change type of last argument to `gdb_byte *' * libunwind-frame.h: Adjust declaration.
Diffstat (limited to 'gdb/libunwind-frame.c')
-rw-r--r--gdb/libunwind-frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/libunwind-frame.c b/gdb/libunwind-frame.c
index fbc84d4..6f39b72 100644
--- a/gdb/libunwind-frame.c
+++ b/gdb/libunwind-frame.c
@@ -1,6 +1,6 @@
/* Frame unwinder for frames using the libunwind library.
- Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
Written by Jeff Johnston, contributed by Red Hat Inc.
@@ -248,7 +248,7 @@ void
libunwind_frame_prev_register (struct frame_info *next_frame, void **this_cache,
int regnum, int *optimizedp,
enum lval_type *lvalp, CORE_ADDR *addrp,
- int *realnump, void *valuep)
+ int *realnump, gdb_byte *valuep)
{
struct libunwind_frame_cache *cache =
libunwind_frame_cache (next_frame, this_cache);