summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-01-28 14:26:38 +0000
committerWill Newton <will.newton@linaro.org>2014-02-11 10:17:11 +0000
commitb4f12ca39108269a5ca55e0925ae2046965d3083 (patch)
treedf4d8dc7ef5cd00fd569fa4038d703464294fa35 /ChangeLog
parentc13a72b7c4864f23b9f2e96a3369e5875ed3b51b (diff)
downloadglibc-b4f12ca39108269a5ca55e0925ae2046965d3083.tar.gz
glibc-b4f12ca39108269a5ca55e0925ae2046965d3083.tar.xz
glibc-b4f12ca39108269a5ca55e0925ae2046965d3083.zip
include/stap-probe.h: Add comment about SystemTap argument format
Add a comment pointing to the SystemTap wiki page that documents the
format of the arguments. Also add a pointer to the SystemTap and
gdb sources which seem to be the best place to get the architecture
specific details.

ChangeLog:

2014-02-11  Will Newton  <will.newton@linaro.org>

	* include/stap-probe.h: Add comment about probe argument
	format.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc2932eb19..cfd48c02cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-02-11  Will Newton  <will.newton@linaro.org>
 
+	* include/stap-probe.h: Add comment about probe argument
+	format.
+
+2014-02-11  Will Newton  <will.newton@linaro.org>
+
 	* malloc/mtrace.c (attribute_hidden): Remove unused macro
 	definition.  (tr_where, tr_freehook, tr_mallochook,
 	tr_reallochook, tr_memalignhook): Use ANSI protoype.