Re-implement gdbach_dump() so that it prints out the macro values.
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index a7904d33b33ad03ee0d536999b8e208b064024e5..bf637b58627eef9f26f61caa87ba8783e491c259 100644 (file)
@@ -413,7 +413,7 @@ set_arch (const struct bfd_arch_info *arch,
       break;
     }
   if (gdbarch_debug)
-    gdbarch_dump ();
+    gdbarch_dump (current_gdbarch, gdb_stdlog);
 }
 
 /* Set the architecture from arch/machine (deprecated) */
@@ -564,7 +564,7 @@ set_gdbarch_from_file (abfd)
 extern const bfd_arch_info_type DEFAULT_BFD_ARCH;
 static const bfd_arch_info_type *default_bfd_arch = &DEFAULT_BFD_ARCH;
 #else
-static const bfd_arch_info_type *default_bfd_arch
+static const bfd_arch_info_type *default_bfd_arch;
 #endif
 
 #ifdef DEFAULT_BFD_VEC
This page took 0.024216 seconds and 4 git commands to generate.