From 815e6fa3e010628f77838abec18692cbfeb60809 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Thu, 26 Jul 2012 11:03:35 +0100 Subject: Add SystemTap static probes to the runtime linker. [BZ #14298] --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 91826c2..9702e50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2012-07-27 Gary Benson + + [BZ #14298] + * elf/rtld.c: Include . + (dl_main): Added static probes "init_start" and "init_complete". + * elf/dl-load.c: Include . + (lose): Take new parameter "nsid". + Added static probe "map_failed". + (_dl_map_object_from_fd): Pass namespace id to lose. + Added static probe "map_start". + (open_verify): Pass namespace id to lose. + * elf/dl-open.c: Include . + (dl_open_worker) Added static probes "map_complete", "reloc_start" + and "reloc_complete". + * elf/dl-close.c: Include . + (_dl_close_worker): Added static probes "unmap_start" and + "unmap_complete". + * elf/rtld-debugger-interface.txt: New file documenting the above. + 2012-07-26 Roland McGrath * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format -- cgit v1.1