diff options
author | Yao Qi <yao@codesourcery.com> | 2014-11-03 20:12:18 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-11-03 20:12:18 +0800 |
commit | a0b4d89011b2252004d970886af8db831ecadb1d (patch) | |
tree | 2d539c61db4b165f171f188534bbcb3591c58115 | |
parent | 99b4a5a08507a96f6d014553c9ac4c5e257f37a2 (diff) | |
download | gdb-a0b4d89011b2252004d970886af8db831ecadb1d.zip gdb-a0b4d89011b2252004d970886af8db831ecadb1d.tar.gz gdb-a0b4d89011b2252004d970886af8db831ecadb1d.tar.bz2 |
Add missing changelog entries
Some changelog entries are missing in previous commits. Add them.
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
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 <victor.kamensky@linaro.org> + + * 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 <victor.kamensky@linaro.org> + + * 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 <victor.kamensky@linaro.org> + + * arm-tdep.c (extract_arm_insn): Use + gdbarch_byte_order_for_code to read arm instruction. + 2014-11-02 Doug Evans <xdje42@gmail.com> * mdebugread.c (parse_procedure): Delete unnecessary forward decl. |