From 2ccb419972beb9d342632d72746f17a5258c68e3 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 15 Nov 2010 17:53:22 -0800 Subject: [PATCH] PR11735: Hash unwindsym_modules as full paths * hash.cxx (find_script_hash): Use hash::add_path instead of plain add. --- hash.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash.cxx b/hash.cxx index c0dd7a88a..49c8a9692 100644 --- a/hash.cxx +++ b/hash.cxx @@ -262,7 +262,7 @@ find_script_hash (systemtap_session& s, const string& script) for (set::iterator it = s.unwindsym_modules.begin(); it != s.unwindsym_modules.end(); it++) - h.add(*it); + h.add_path(*it); // XXX: a build-id of each module might be even better // Add in pass 2 script output. -- 2.43.5