This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH V2 0/4] arm: set of big endian related fixes for armeb (v7)


Hi Folks,

Here is second version of patches that fix big endian related 
issues for ARM V7 target.

Since version [1]:
* dropped first patch - it was posted on binutils@
* addressed Yao's comments
* moved all ChangeLog entries from patches to commit comments
* fixed mixed up ChangeLog entry for "ARM: arm_breakpoint 
should be little endian form in case" patch"
* changed title of read_pieced_value patch since it is not
really ARM specific issue, just general big endian

Thanks,
Victor

[1] https://sourceware.org/ml/gdb-patches/2014-10/msg00526.html

Victor Kamensky (4):
  ARM: extract_arm_insn function need to read instrs correctly in be8
    case
  ARM: arm_breakpoint should be little endian form in case for arm BE8
  read_pieced_value do big endian processing only in case of valid
    gdb_regnum
  ARM: asm-source.exp link options in case of armv7b target

 gdb/arm-linux-tdep.c                 |  2 +-
 gdb/arm-tdep.c                       |  2 +-
 gdb/dwarf2loc.c                      | 30 +++++++++++++++---------------
 gdb/testsuite/gdb.asm/asm-source.exp |  4 ++++
 4 files changed, 21 insertions(+), 17 deletions(-)

-- 
1.8.1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]