aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-16 18:20:05 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-16 18:20:05 +0000
commitc98302934cae2ddb9fca433c1ca6fa9dc1057f69 (patch)
tree9997e04c09a27e4314c05cf0d72e596a654c834c /gdb/doc
parentb66ba949bf34d50332b1d99df73f8ccc0401bacc (diff)
downloadfsf-binutils-gdb-c98302934cae2ddb9fca433c1ca6fa9dc1057f69.zip
fsf-binutils-gdb-c98302934cae2ddb9fca433c1ca6fa9dc1057f69.tar.gz
fsf-binutils-gdb-c98302934cae2ddb9fca433c1ca6fa9dc1057f69.tar.bz2
2004-02-16 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Coding): Mention -Wunused-function.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdbint.texinfo2
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 99cf9a4..4f89988 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-16 Andrew Cagney <cagney@redhat.com>
+
+ * gdbint.texinfo (Coding): Mention -Wunused-function.
+
2004-02-14 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 022a086..76c95e4 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -5148,6 +5148,8 @@ switch (sched)
break;
@}
@end smallexample
+
+@item -Wunused-function
@end table
@emph{Pragmatics: Due to the way that @value{GDBN} is implemented most