From 91310ef88dbfa10e580d3d789b5226e6b9e4a479 Mon Sep 17 00:00:00 2001 From: Mike Wrighton Date: Mon, 17 Sep 2012 20:39:12 +0000 Subject: [PATCH] Moved the Changelog entries for breakpoint.c and remote.c out of Changelog and into gdb/Changelog. --- ChangeLog | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f42c480c..df3773fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,16 +13,6 @@ Add libgomp*.o to compare_exclusions for AIX. * configure: Regenerate. -2012-09-12 Mike Wrighton - - * gdb/remote.c (remote_insert_hw_breakpoint): Throw exception if - there is an error inserting hardware breakpoints and use the - error message from the target. - - * gdb/breakpoint.c (insert_bp_location, insert_breakpoint_locations): - Catch this exception and print the error message contained within. Do not - print the default hardware error breakpoint message in this case. - 2012-08-26 H.J. Lu PR binutils/4970