[spu] Fix spu-linux gdbserver build

Message ID 20171124210944.81389D802C3@oc3748833570.ibm.com
State New, archived
Headers

Commit Message

Ulrich Weigand Nov. 24, 2017, 9:09 p.m. UTC
  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.
  

Patch

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;