Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / maint.c
index 7ab3fdb64c167faf28e92339159daa57806594da..51b803afab210834d22a0da1810f0694fccc0c3f 100644 (file)
@@ -589,7 +589,7 @@ maintenance_translate_address (const char *arg, int from_tty)
          gdb_assert (sect->objfile && objfile_name (sect->objfile));
          obj_name = objfile_name (sect->objfile);
 
-         if (MULTI_OBJFILE_P ())
+         if (current_program_space->multi_objfile_p ())
            printf_filtered (_("%s + %s in section %s of %s\n"),
                             symbol_name, symbol_offset,
                             section_name, obj_name);
This page took 0.028005 seconds and 4 git commands to generate.