From a0b4d89011b2252004d970886af8db831ecadb1d Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Mon, 3 Nov 2014 20:12:18 +0800 Subject: Add missing changelog entries Some changelog entries are missing in previous commits. Add them. --- gdb/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f09715c..928efef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +2014-11-02 Victor Kamensky + + * dwarf2loc.c (read_pieced_value): Do big endian + processing only if gdb_regnum is not -1. + (write_pieced_value): Ditto. + +2014-11-02 Victor Kamensky + + * arm-linux-tdep.c (arm_linux_init_abi): Use + info.byte_order_for_code to choose endianity of breakpoint + instructions snippets. + +2014-11-02 Victor Kamensky + + * arm-tdep.c (extract_arm_insn): Use + gdbarch_byte_order_for_code to read arm instruction. + 2014-11-02 Doug Evans * mdebugread.c (parse_procedure): Delete unnecessary forward decl. -- cgit v1.1