Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] [C++, AArch64] Fix warnings and errors
@ 2015-11-19 13:01 Yao Qi
  2015-11-19 13:01 ` [PATCH 2/4] Cast void * to user_fpsimd_state * Yao Qi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yao Qi @ 2015-11-19 13:01 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-11-19 14:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-19 13:01 [PATCH 0/4] [C++, AArch64] Fix warnings and errors Yao Qi
2015-11-19 13:01 ` [PATCH 2/4] Cast void * to user_fpsimd_state * Yao Qi
2015-11-19 13:01 ` [PATCH 1/4] Cast void * to struct user_pt_regs * Yao Qi
2015-11-19 13:01 ` [PATCH 4/4] Change argument opcode type from enum aarch64_opcodes to uint32_t Yao Qi
2015-11-19 13:01 ` [PATCH 3/4] Define enum out of the scope of struct Yao Qi
2015-11-19 13:43 ` [PATCH 0/4] [C++, AArch64] Fix warnings and errors Simon Marchi
2015-11-19 14:03   ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox