aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-01-03 06:02:29 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-01-03 06:02:29 +0000
commit4d78a120893392ff5feac12480e2bf94e3cc0dbb (patch)
tree8a268976dc1b7d9567ef12468fdadadb6579201e
parent0fb0cc7590113e9b459dfcc48dc71c9d419d9580 (diff)
downloadgdb-4d78a120893392ff5feac12480e2bf94e3cc0dbb.zip
gdb-4d78a120893392ff5feac12480e2bf94e3cc0dbb.tar.gz
gdb-4d78a120893392ff5feac12480e2bf94e3cc0dbb.tar.bz2
Move a 2009 Entry from ChangeLog-2008 to ChangeLog.
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/ChangeLog-20088
2 files changed, 8 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a29d336..4c2e607 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -10,6 +10,14 @@
* config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
+2009-01-01 Pedro Alves <pedro@codesourcery.com>
+
+ PR breakpoints/9681:
+ * exceptions.h (enum errors): New error type, MEMORY_ERROR.
+ * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
+ * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
+ retrow all other exceptions.
+
For older changes see ChangeLog-2008.
Local Variables:
diff --git a/gdb/ChangeLog-2008 b/gdb/ChangeLog-2008
index edce418..a9f0b10 100644
--- a/gdb/ChangeLog-2008
+++ b/gdb/ChangeLog-2008
@@ -1,11 +1,3 @@
-2009-01-01 Pedro Alves <pedro@codesourcery.com>
-
- PR breakpoints/9681:
- * exceptions.h (enum errors): New error type, MEMORY_ERROR.
- * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
- * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
- retrow all other exceptions.
-
2008-12-31 Pedro Alves <pedro@codesourcery.com>
PR gdb/8812: