summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroland <roland>2008-02-20 02:44:18 +0000
committerroland <roland>2008-02-20 02:44:18 +0000
commit4d4acff057561486db6f4190606cbd24749d457b (patch)
tree3811947a08ee2b29936e3a0a39ea2cc2d3d7901c
parentf9331b2988dce35aa72bd92fa69ecda45066211b (diff)
downloadsystemtap-steved-4d4acff057561486db6f4190606cbd24749d457b.tar.gz
systemtap-steved-4d4acff057561486db6f4190606cbd24749d457b.tar.xz
systemtap-steved-4d4acff057561486db6f4190606cbd24749d457b.zip
.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f237604..d110934f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* tapsets.cxx (query_module): Use dwfl_module_getdwarf rather
than dwfl_module_getelf for e_machine check.
+ (dwarf_query::get_blacklist_section): Likewise for section search.
+ Ignore non-SHF_ALLOC sections.
2008-02-19 Frank Ch. Eigler <fche@elastic.org>