diff options
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 0e438f3..eaa7c47 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -823,9 +823,7 @@ verify_gdbarch (struct gdbarch *gdbarch) /* Skip verify of address_class_type_flags, has predicate */ /* Skip verify of address_class_type_flags_to_name, has predicate */ /* Skip verify of address_class_name_to_type_flags, has predicate */ - if ((GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) - && (gdbarch->register_reggroup_p == default_register_reggroup_p)) - fprintf_unfiltered (log, "\n\tregister_reggroup_p"); + /* Skip verify of register_reggroup_p, invalid_p == 0 */ buf = ui_file_xstrdup (log, &dummy); make_cleanup (xfree, buf); if (strlen (buf) > 0) |