summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2015-12-18 13:39:26 -0500
committerSimon Marchi <simon.marchi@ericsson.com>2015-12-18 13:39:26 -0500
commitaff9c0f8ab32e4f2f7ff9700afe84a61d23a08c6 (patch)
treecd5524ca815eed38f99efdcb5b31214251174cdc /gdb/testsuite/ChangeLog
parentbd2b290956e9a1931cf593b0f2cc934867da1d45 (diff)
downloadbinutils-gdb-aff9c0f8ab32e4f2f7ff9700afe84a61d23a08c6.tar.gz
Add documentation to gdb_compile
This patch adds some documentation to gdb_compile. It describes the various options that can influence compilation. Most of them are handled by DejaGnu, but are not really documented anywhere, so I think it's good to have a quick reference. Not all possible options are described, that would add way to much noise. I chose those that I think are relevant in the context of writing a test case. gdb/testsuite/ChangeLog: * lib/gdb.exp (gdb_compile): Add function doc.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 43c22b19d9c..3dd3104e8fa 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
+
+ * lib/gdb.exp (gdb_compile): Add function doc.
+
2015-12-17 Pedro Alves <palves@redhat.com>
PR threads/19354