aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-03-26 20:19:12 +0000
committerDaniel Jacobowitz <drow@false.org>2003-03-26 20:19:12 +0000
commit69f567ae0a500e14c7e8806df30429d599d1f374 (patch)
treee543eaf8e6b42f289d36cc2abf26b74df3c2e2c6 /gdb/ChangeLog
parentd5d14a5ade623f2cf9e5dba23c6324bb3b46b025 (diff)
downloadgdb-69f567ae0a500e14c7e8806df30429d599d1f374.zip
gdb-69f567ae0a500e14c7e8806df30429d599d1f374.tar.gz
gdb-69f567ae0a500e14c7e8806df30429d599d1f374.tar.bz2
* breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
(struct sal_chain, map_catch_names): Remove. (catch_exception_command_1): Don't call handle_gnu_4_16_catch_command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b5f97ab..24f5b8a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2003-03-26 Daniel Jacobowitz <drow@mvista.com>
+ * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
+ (struct sal_chain, map_catch_names): Remove.
+ (catch_exception_command_1): Don't call
+ handle_gnu_4_16_catch_command.
+
+2003-03-26 Daniel Jacobowitz <drow@mvista.com>
+
From Mark Dettinger <dettinge@de.ibm.com>:
* dwarf2cfi.c (read_2u): Increment pointer by two.