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 obv/c++ 0/4] Four obvious patches


FYI, I just pushed these.

Simon Marchi (4):
  ia64-tdep.c: Remove (void *) casts
  sparc64-tdep.c: Don't assign using memcpy return
  proc-service.c: Add (gdb_byte *) cast
  Replace (void *) cast with (gdb_byte *)

 gdb/ChangeLog          | 20 ++++++++++++++++++++
 gdb/ia64-tdep.c        |  6 +++---
 gdb/nat/linux-ptrace.c |  2 +-
 gdb/proc-service.c     |  2 +-
 gdb/sparc64-tdep.c     |  3 ++-
 5 files changed, 27 insertions(+), 6 deletions(-)

-- 
2.6.2


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