From 0dc343224e63d8c6f2ba4f0688c93c8c9b5781b6 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 5 Dec 2008 11:33:58 -0500 Subject: turn on elfutils-level debuginfo<->stripped-binary checksum matching This is necessary to detect mismatching debuginfo for user-space programs without build-id. We don't have run-time version assertions for user-space binaries. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a786c45d..9b311816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-05 Frank Ch. Eigler + + * tapsets.cxx, translate.cxx: Set default elfutils debuginfo_path + to start with "+", to enable debuginfo<->stripped checksum checking. + * stap.1.in: Note this. + 2008-12-03 Frank Ch. Eigler PR6925 -- cgit