summaryrefslogtreecommitdiffstats
path: root/runtime/sym.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-10-07 13:06:17 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-10-07 13:06:17 -0400
commit0d633db21595f7160d0f7a767ab92181284d8adb (patch)
treec55f11d1280e0b940195d6c5ef9fc85b752a42da /runtime/sym.h
parent53ed08414957de1e90c8332f7d5a71a384de039e (diff)
downloadsystemtap-steved-0d633db21595f7160d0f7a767ab92181284d8adb.tar.gz
systemtap-steved-0d633db21595f7160d0f7a767ab92181284d8adb.tar.xz
systemtap-steved-0d633db21595f7160d0f7a767ab92181284d8adb.zip
PR4886: weaken build-id failure semantics
Diffstat (limited to 'runtime/sym.h')
-rw-r--r--runtime/sym.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/runtime/sym.h b/runtime/sym.h
index d23c1632..9d6a4ded 100644
--- a/runtime/sym.h
+++ b/runtime/sym.h
@@ -48,12 +48,7 @@ struct _stp_module {
/* build-id information */
unsigned char *build_id_bits;
unsigned long build_id_offset;
- unsigned long notes_sect; /* kernel: 1 - no build-id
- * 2 - has build-id
- * module: 0 - unloaded
- * 1 - loaded and no build-id
- * Other - note section address
- */
+ unsigned long notes_sect;
int build_id_len;
};