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 0/4] [C++, AArch64] Fix warnings and errors


This patch set fixes warnings and errors when I build GDB and GDBserver
in C++ mode for native aarch64-linux.  There is still one error fixed
by Simon's patch,

  [PATCH] Fix length calculation in aarch64_linux_set_debug_regs
  https://sourceware.org/ml/gdb-patches/2015-11/msg00010.html

I think Simon's patch should go in too.  Each of them is obvious to
me.  I'll push them in soon.

*** BLURB HERE ***

Yao Qi (4):
  Cast void * to struct user_pt_regs *
  Cast void * to user_fpsimd_state *.
  Define enum out of the scope of struct
  Change argument opcode type from enum aarch64_opcodes to uint32_t

 gdb/gdbserver/linux-aarch64-low.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

-- 
1.9.1


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