Remove MULTI_OBJFILE_P
[deliverable/binutils-gdb.git] / gdb / maint.c
index dbc949a61c0a69d7b0c7c5925942f6b3583d97f3..f71cb80cec688dcb99598e5ed2fcb5c471a41a0d 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.024633 seconds and 4 git commands to generate.