Add dwarf2_per_objfile member to DWARF batons
[deliverable/binutils-gdb.git] / gdb / charset.c
index 5cfd2d803015ef6a5627c435037a9f86bdd84d6a..4e459c2b45d8a85144e9320f14c688524acc8a5b 100644 (file)
@@ -818,7 +818,8 @@ find_charset_names (void)
   {
     std::string iconv_dir = relocate_gdb_directory (ICONV_BIN,
                                                    ICONV_BIN_RELOCATABLE);
-    iconv_program = concat (iconv_dir.c_str(), SLASH_STRING, "iconv", NULL);
+    iconv_program
+      = concat (iconv_dir.c_str(), SLASH_STRING, "iconv", (char *) NULL);
   }
 #else
   iconv_program = xstrdup ("iconv");
This page took 0.082168 seconds and 4 git commands to generate.