[spu] Fix spu-linux gdbserver build

Ulrich Weigand uweigand@de.ibm.com
Fri Nov 24 21:09:00 GMT 2017


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



More information about the Gdb-patches mailing list