gdb:
[deliverable/binutils-gdb.git] / gdb / auxv.c
index 236196f6630d541704bfa8de8383aabc148d866f..3a51ec58ce916ac6b49bede473e66aca128da5da 100644 (file)
@@ -248,7 +248,8 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
            get_user_print_options (&opts);
            if (opts.addressprint)
              fprintf_filtered (file, "0x%s", paddr_nz (val));
-           val_print_string (val, -1, 1, file, &opts);
+           val_print_string (builtin_type (target_gdbarch)->builtin_char,
+                             val, -1, file, &opts);
            fprintf_filtered (file, "\n");
          }
          break;
This page took 0.023619 seconds and 4 git commands to generate.