diff options
author | Mike Wrighton <wrighton@@codesourcery.com> | 2012-09-17 20:39:12 +0000 |
---|---|---|
committer | Mike Wrighton <wrighton@@codesourcery.com> | 2012-09-17 20:39:12 +0000 |
commit | 91310ef88dbfa10e580d3d789b5226e6b9e4a479 (patch) | |
tree | 4ed2b5b6a01f63d1ce85a96356aa0d20baeea5a3 /ChangeLog | |
parent | ee705c1dcbf4576fc15ac5ed46426c859f08e686 (diff) | |
download | newlib-91310ef88dbfa10e580d3d789b5226e6b9e4a479.zip newlib-91310ef88dbfa10e580d3d789b5226e6b9e4a479.tar.gz newlib-91310ef88dbfa10e580d3d789b5226e6b9e4a479.tar.bz2 |
Moved the Changelog entries for breakpoint.c and remote.c out of Changelog
and into gdb/Changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |