gold: Add sparc IFUNC support to Gold.
[deliverable/binutils-gdb.git] / gdb / i386-nto-tdep.c
index 797008392a7840b7752b1faf498a395060dd3f36..4793db52cf78a9c5a60f7d09fb5688c47bfc26fd 100644 (file)
@@ -281,7 +281,7 @@ static int
 i386nto_sigtramp_p (struct frame_info *this_frame)
 {
   CORE_ADDR pc = get_frame_pc (this_frame);
-  char *name;
+  const char *name;
 
   find_pc_partial_function (pc, &name, NULL, NULL);
   return name && strcmp ("__signalstub", name) == 0;
This page took 0.024236 seconds and 4 git commands to generate.