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]

[spu] Fix spu-linux gdbserver build


Hello,

this fixes a typo breaking the spu-linux gdbserver build.

Bye,
Ulrich

  
gdb/ChangeLog:
2017-11-24  Ulrich Weigand  <uweigand@de.ibm.com>
    
	* spu-low.c (spu_create_inferior): Fix typo in argument name.

diff --git a/gdb/gdbserver/spu-low.c b/gdb/gdbserver/spu-low.c
index 6362502..3069cfb 100644
--- a/gdb/gdbserver/spu-low.c
+++ b/gdb/gdbserver/spu-low.c
@@ -280,7 +280,7 @@ spu_ptrace_fun ()
 
 static int
 spu_create_inferior (const char *program,
-		     const std::vector<char *> &program_argv)
+		     const std::vector<char *> &program_args)
 {
   int pid;
   ptid_t ptid;

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


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