summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwrighton <wrighton>2012-09-17 20:39:12 +0000
committerwrighton <wrighton>2012-09-17 20:39:12 +0000
commitb7b16c9e771a968be45b564633188feb6898255c (patch)
treeecf9bc8516cbc9a1f325529b6c4d4e89e8f7f434 /ChangeLog
parentb727a428962af99c9edbe6eec50e3f7af1f2fbdb (diff)
downloadbinutils-redhat-b7b16c9e771a968be45b564633188feb6898255c.tar.gz
Moved the Changelog entries for breakpoint.c and remote.c out of Changelog
and into gdb/Changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 0 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f42c480c6..df3773fe4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,16 +13,6 @@
Add libgomp*.o to compare_exclusions for AIX.
* configure: Regenerate.
-2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
-
- * 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 <hongjiu.lu@intel.com>
PR binutils/4970