[ARM] Clear reserved bits in CPSR
[external/binutils.git] / gdb / gdbserver / ChangeLog
index c290130..a7ffbf8 100644 (file)
@@ -1,3 +1,25 @@
+2016-04-22  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-aarch32-low.c (arm_store_gregset): Clear CPSR bits 20
+       to 23.
+
+2016-04-22  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (lwp_signal_can_be_delivered): Don't deliver
+       signal when stepping over breakpoint with software single
+       step.
+
+2016-04-21  Pedro Alves  <palves@redhat.com>
+
+       * linux-s390-low.c (s390_collect_ptrace_register)
+       (s390_supply_ptrace_register, s390_get_hwcap): Use gdb_byte * and
+       add casts.
+       (s390_check_regset): Use void * instead of gdb_byte *.
+
+2016-04-20  Pedro Alves  <palves@redhat.com>
+
+       * configure: Renegerate.
+
 2016-04-20  Yao Qi  <yao.qi@linaro.org>
 
        * linux-aarch32-low.c: Include "arch/arm-linux.h".