diff options
author | Dave Brolley <brolley@redhat.com> | 2009-05-22 14:08:00 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-05-22 14:08:00 -0400 |
commit | c5e0f4ba999fac089cbec076549cb9cd14cd58ed (patch) | |
tree | b4ef9eb1fd943909c77d5f3d85379f4fd4ae2c01 /runtime/unwind | |
parent | d92fe9b3bfab353e5e727d8580a125bbd4fdd27a (diff) | |
parent | 1208cc21f63fff917e7817487d727d4cbe12d0ea (diff) | |
download | systemtap-steved-c5e0f4ba999fac089cbec076549cb9cd14cd58ed.tar.gz systemtap-steved-c5e0f4ba999fac089cbec076549cb9cd14cd58ed.tar.xz systemtap-steved-c5e0f4ba999fac089cbec076549cb9cd14cd58ed.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/unwind')
-rw-r--r-- | runtime/unwind/unwind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/unwind/unwind.h b/runtime/unwind/unwind.h index 3b6d0de0..285a3a34 100644 --- a/runtime/unwind/unwind.h +++ b/runtime/unwind/unwind.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- * * dwarf unwinder header file - * Copyright (C) 2008 Red Hat Inc. + * Copyright (C) 2008, 2009 Red Hat Inc. * Copyright (C) 2002-2006 Novell, Inc. * * This file is part of systemtap, and is free software. You can @@ -143,7 +143,7 @@ static unsigned long read_pointer(const u8 **pLoc, const void *end, signed ptrType); static const u32 bad_cie, not_fde; -static const u32 *cie_for_fde(const u32 *fde, const struct _stp_module *); +static const u32 *cie_for_fde(const u32 *fde, void *table, int is_ehframe); static signed fde_pointer_type(const u32 *cie); |