gdb/gdbserver:
authorYao Qi <yao@codesourcery.com>
Mon, 11 Jun 2012 07:24:15 +0000 (07:24 +0000)
committerYao Qi <yao@codesourcery.com>
Mon, 11 Jun 2012 07:24:15 +0000 (07:24 +0000)
* linux-low.c (linux_attach): Add 'static'.

gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c

index fd1ffecb6ff36badff4e781fa0637e15f4e22d35..a64e8a29c86b6c8b55a8e24e35ae4584c98dd47f 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-11  Yao Qi  <yao@codesourcery.com>
+
+       * linux-low.c (linux_attach): Add 'static'.
+
 2012-06-06  Yao Qi  <yao@codesourcery.com>
 
        * ax.c (gdb_eval_agent_expr): Print `top' in hex.
index e8667ea83f05b935a3410ee9747b4c3aacb47724..3e88c42405f2bbd88f2f9a7fbd5fcbeaaf7d17df 100644 (file)
@@ -817,7 +817,7 @@ linux_attach_lwp (unsigned long lwpid)
 /* Attach to PID.  If PID is the tgid, attach to it and all
    of its threads.  */
 
-int
+static int
 linux_attach (unsigned long pid)
 {
   /* Attach to PID.  We will check for other threads