summaryrefslogtreecommitdiffstats
path: root/runtime/unwind/unwind.h
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-05-20 19:03:34 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-05-20 19:03:34 -0400
commitc14aff52d5ec1f8a1326060b6378a973d3bb5b2a (patch)
treea6c5f4ce56a8367153cd2ed6399275fa0029422d /runtime/unwind/unwind.h
parent34029cd3afe690f8481f8921047ec39dc325d945 (diff)
parent4acb6884cdfa8205a60b203aa9e48ab79efd9ea2 (diff)
downloadsystemtap-steved-c14aff52d5ec1f8a1326060b6378a973d3bb5b2a.tar.gz
systemtap-steved-c14aff52d5ec1f8a1326060b6378a973d3bb5b2a.tar.xz
systemtap-steved-c14aff52d5ec1f8a1326060b6378a973d3bb5b2a.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/unwind/unwind.h')
-rw-r--r--runtime/unwind/unwind.h4
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);