Preparation for new siginfo on Linux
[deliverable/binutils-gdb.git] / gdb / i386-sol2-tdep.c
index 134dca606607404b598158156bf1b4aa0427a3e2..953b942108af357ab5c0aa6ddb25b512c4b0be18 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Solaris x86.
 
-   Copyright (C) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,8 +21,6 @@
 #include "value.h"
 #include "osabi.h"
 
-#include <string.h>
-
 #include "sol2-tdep.h"
 #include "i386-tdep.h"
 #include "solib-svr4.h"
@@ -82,9 +80,10 @@ i386_sol2_mcontext_addr (struct frame_info *this_frame)
 static const char *
 i386_sol2_static_transform_name (const char *name)
 {
-  char *p;
   if (name[0] == '.')
     {
+      const char *p;
+
       /* For file-local statics there will be a period, a bunch of
          junk (the contents of which match a string given in the
          N_OPT), a period and the name.  For function-local statics
This page took 0.024274 seconds and 4 git commands to generate.