* amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
[deliverable/binutils-gdb.git] / gdb / i386-sol2-tdep.c
index e0964de7d2196884adea69a630f8b419083f94d2..5273f52a29f18581cd0ddc0046c9c9c1d90050d1 100644 (file)
@@ -79,8 +79,8 @@ i386_sol2_mcontext_addr (struct frame_info *this_frame)
 /* SunPRO encodes the static variables.  This is not related to C++
    mangling, it is done for C too.  */
 
-static char *
-i386_sol2_static_transform_name (char *name)
+static const char *
+i386_sol2_static_transform_name (const char *name)
 {
   char *p;
   if (name[0] == '.')
This page took 0.024083 seconds and 4 git commands to generate.