aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-02-17 10:25:48 -0800
committerDoug Evans <xdje42@gmail.com>2014-02-17 10:25:48 -0800
commitd25f38ee87b256b0ad5f4e7b6bd0ca0b4c0beab8 (patch)
tree6f26dc7172bd23e6de25cf63d378754b072e16d4
parent687894f54d23502983e5d0157a907fd497e57fcc (diff)
downloadfsf-binutils-gdb-d25f38ee87b256b0ad5f4e7b6bd0ca0b4c0beab8.zip
fsf-binutils-gdb-d25f38ee87b256b0ad5f4e7b6bd0ca0b4c0beab8.tar.gz
fsf-binutils-gdb-d25f38ee87b256b0ad5f4e7b6bd0ca0b4c0beab8.tar.bz2
Remove doc/ in recent entries.
-rw-r--r--gdb/doc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4dcde87..f7a5eab 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,6 +1,6 @@
2014-02-17 Ludovic Courtès <ludo@gnu.org>
- * doc/guile.texi (Writing a Guile Pretty-Printer) <example>:
+ * guile.texi (Writing a Guile Pretty-Printer) <example>:
Remove 'string-begins-with' procedure. Add 'pretty-printer'
parameter to 'str-lookup-function' procedure. Look for
the "std::string<" prefix.
@@ -9,7 +9,7 @@
2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
- * docs/guile.texi (Values From Inferior In Guile): Remove stray
+ * guile.texi (Values From Inferior In Guile): Remove stray
parantheses for deffn.
(Disassembly In Guile): Ditto.