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 c++ 0/3] Some C++ patches


Here are some unrelated C++ patches.  I don't really see a logical order to
send the remaining patches, so my strategy is to try to build and send the
patches that fix the first errors I hit.  Rinse & repeat until done.

Simon Marchi (3):
  arm-linux-tdep: Add explicit cast for int to gdb_syscall conversion
  cris: Use enum bfd_endian to represent endianness
  i386: Fix type of gdbarch_tdep::register_reggroup_p

 gdb/arm-linux-tdep.c | 6 +++---
 gdb/cris-tdep.c      | 2 +-
 gdb/i386-tdep.h      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.5.1


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