summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2012-07-30 15:05:40 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2012-07-30 15:05:40 +0000
commit63c451d5ea057f23a287c9b1ac846b59a4a9c028 (patch)
tree3b54753bb5a0d7264e23a88ba556aaecafeb2383 /gdb/gdbserver/ChangeLog
parentc79947181e0021676f840b630ab61051bc8c987b (diff)
downloadgdb-63c451d5ea057f23a287c9b1ac846b59a4a9c028.tar.gz
ChangeLog:
* arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not attempt to 4-byte-align HW breakpoint addresses for Thumb. gdbserver/ChangeLog: * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt to 4-byte-align HW breakpoint addresses for Thumb.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 98757963b81..08a8d3adaa6 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
+
+ * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
+ to 4-byte-align HW breakpoint addresses for Thumb.
+
2012-07-27 Yao Qi <yao@codesourcery.com>
PR remote/14161.