* target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
Index: doc/ChangeLog
2004-09-12 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Native Debugging): Delete description of
FILES_INFO_HOOK.
2004-09-12 Andrew Cagney <cagney@gnu.org>
+ * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
+
* inferior.h (STORE_STRUCT_RETURN): Delete macro.
2004-09-12 Salvador E. Tropea <set@users.sf.net>
+2004-09-12 Andrew Cagney <cagney@gnu.org>
+
+ * gdbint.texinfo (Native Debugging): Delete description of
+ FILES_INFO_HOOK.
+
2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
* gdbint.texinfo (User Interface): Change local_hex_string_custom
@file{infptrace.c} is included in this configuration, the default
routines in @file{infptrace.c} are used for these functions.
-@item FILES_INFO_HOOK
-@findex FILES_INFO_HOOK
-(Only defined for Convex.)
-
@item FP0_REGNUM
@findex FP0_REGNUM
This macro is normally defined to be the number of the first floating
if (symfile_objfile != NULL)
printf_unfiltered ("Symbols from \"%s\".\n", symfile_objfile->name);
-#ifdef FILES_INFO_HOOK
- if (FILES_INFO_HOOK ())
- return;
-#endif
-
for (t = target_stack; t != NULL; t = t->beneath)
{
if (!t->to_has_memory)