aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-05-12 04:01:16 +0000
committerJim Blandy <jimb@codesourcery.com>2001-05-12 04:01:16 +0000
commit30c98d84cd2c82265d56de5e3bc6a25b291ff65c (patch)
treeed0291b81280ec549bd3baad1a3ce2d06f5c2163 /gdb/ChangeLog
parent1faa59a8b2fde88710f2f0f9f2c2fde195e4b003 (diff)
downloadgdb-30c98d84cd2c82265d56de5e3bc6a25b291ff65c.zip
gdb-30c98d84cd2c82265d56de5e3bc6a25b291ff65c.tar.gz
gdb-30c98d84cd2c82265d56de5e3bc6a25b291ff65c.tar.bz2
* gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 653c4da..7fe4257 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-11 Jim Blandy <jimb@redhat.com>
+
+ * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
+
2001-05-11 Andrew Cagney <ac131313@redhat.com>
From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>