aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-12-15 03:00:38 +0000
committerKevin Buettner <kevinb@redhat.com>2000-12-15 03:00:38 +0000
commite7b044d6832e9668fc46fa7b304f2d4bce6ab8d4 (patch)
tree9388094c46f79241ce958f9b61caf1238b33c3c1 /gdb/mi
parent46c6187fb55e45c2f3c5073c5472cd81f08251c0 (diff)
downloadgdb-e7b044d6832e9668fc46fa7b304f2d4bce6ab8d4.zip
gdb-e7b044d6832e9668fc46fa7b304f2d4bce6ab8d4.tar.gz
gdb-e7b044d6832e9668fc46fa7b304f2d4bce6ab8d4.tar.bz2
Removed (tui and mi) directory prefixes from ChangeLog comments that I
added in last commit.
Diffstat (limited to 'gdb/mi')
-rw-r--r--gdb/mi/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index 6894dc4..b455382 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,8 +1,7 @@
2000-12-14 Kevin Buettner <kevinb@redhat.com>
- * mi/mi-cmd-disas.c, mi/mi-cmd-var.c, mi/mi-console.c,
- mi/mi-main.c, mi/mi-parse.c: Replace occurrences of free()
- with xfree().
+ * mi-cmd-disas.c, mi-cmd-var.c, mi-console.c, mi-main.c,
+ mi-parse.c: Replace occurrences of free() with xfree().
Fri Nov 17 16:07:23 2000 Andrew Cagney <cagney@b1.cygnus.com>