diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2015-12-18 13:39:26 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-12-18 13:39:26 -0500 |
commit | aff9c0f8ab32e4f2f7ff9700afe84a61d23a08c6 (patch) | |
tree | cd5524ca815eed38f99efdcb5b31214251174cdc /gdb/testsuite/ChangeLog | |
parent | bd2b290956e9a1931cf593b0f2cc934867da1d45 (diff) | |
download | binutils-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/ChangeLog | 4 |
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 |