* amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index bee8a85090439e9738d78e5db98a49cac24e6d17..d441dfe52444b6534553a3c781767cdcff1df569 100644 (file)
@@ -638,7 +638,7 @@ build_address_symbolic (struct gdbarch *gdbarch,
   struct symbol *symbol;
   CORE_ADDR name_location = 0;
   struct obj_section *section = NULL;
-  char *name_temp = "";
+  const char *name_temp = "";
   
   /* Let's say it is mapped (not unmapped).  */
   *unmapped = 0;
This page took 0.02486 seconds and 4 git commands to generate.