aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-03 00:30:33 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-03 00:30:33 +0000
commit7e20f3fbea227e1bc203ccb5d9602a7d3fda4a08 (patch)
treeddca0a0c15804a4e37399248d8a3bb3115bddb62 /gdb/gdbarch.c
parentf9712b716ccf0b57b00b734a87d47e6a1fd5394a (diff)
downloadfsf-binutils-gdb-7e20f3fbea227e1bc203ccb5d9602a7d3fda4a08.zip
fsf-binutils-gdb-7e20f3fbea227e1bc203ccb5d9602a7d3fda4a08.tar.gz
fsf-binutils-gdb-7e20f3fbea227e1bc203ccb5d9602a7d3fda4a08.tar.bz2
2002-11-02 Andrew Cagney <ac131313@redhat.com>
* gdbarch.sh (register_reggroup_p): Allow default value. * gdbarch.h, gdbarch.c: Regenerate.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c4
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)