Mention the NetBSD support in "info proc" documentation
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index 78d8d3d81e1863e7698c2ecfc68a80a1760d13de..de6d3d43bb4983ebdf02ae580461bba865650f06 100644 (file)
@@ -321,10 +321,7 @@ print_formatted (struct value *val, int size,
   else
     /* User specified format, so don't look to the type to tell us
        what to do.  */
-    val_print_scalar_formatted (type,
-                               value_embedded_offset (val),
-                               val,
-                               options, size, stream);
+    value_print_scalar_formatted (val, options, size, stream);
 }
 
 /* Return builtin floating point type of same length as TYPE.
@@ -1445,7 +1442,7 @@ info_address_command (const char *exp, int from_tty)
        {
          struct objfile *objfile = msymbol.objfile;
 
-         gdbarch = get_objfile_arch (objfile);
+         gdbarch = objfile->arch ();
          load_addr = BMSYMBOL_VALUE_ADDRESS (msymbol);
 
          printf_filtered ("Symbol \"");
This page took 0.026162 seconds and 4 git commands to generate.